commit | 6bf840f0a73579804375dddd92b3a20acc57b877 | [log] [tgz] |
---|---|---|
author | Slawek Kaplonski <skaplons@redhat.com> | Wed Sep 12 02:01:31 2018 +0200 |
committer | Slawek Kaplonski <skaplons@redhat.com> | Wed Sep 12 06:21:18 2018 +0200 |
tree | c8e1348decef99892db0653e2fe684bb26d613b7 | |
parent | 5247e03ef3deaca27ac4f7bc27b52815aca253bc [diff] |
Fix bash cmd used in scenario trunk tests In scenario trunk test test_subport_connectivity there is bash command used to check name of base interface on spawned vm (e.g. ens3 or eth0), configure vlan interface with vlan_id used on trunk port (e.g. ens3.10), make this vlan device up and run dhclient on this interface if it's not running yet. This command was broken and that cause failure of this test. Change-Id: I4c0207f79cd6df2594f976b9509697209011edf2 Closes-Bug: #1766701