Ido Barkan has uploaded a new change for review.

Change subject: net: tests: testAddVlanedBridgeless should use a standard name
......................................................................

net: tests: testAddVlanedBridgeless should use a standard name

Names that do not start with NETWORK_NAME are not cleared by
shell_helper emergency_net_cleanup command.

Change-Id: Id188d189731439a11f774fdc4d5adf1272ee1ed0
Signed-off-by: Ido Barkan <[email protected]>
---
M tests/functional/networkTests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/80/42480/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index 5db352d..92a14ed 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -1595,7 +1595,7 @@
     @cleanupNet
     def testAddVlanedBridgeless(self):
         # BZ# 980174
-        vlan_name = 'vlan_net'
+        vlan_name = NETWORK_NAME + '-v'
         with dummyIf(1) as nics:
             nic, = nics
             # net NETWORK_NAME has bootproto:none because we can't use dhcp


-- 
To view, visit https://gerrit.ovirt.org/42480
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id188d189731439a11f774fdc4d5adf1272ee1ed0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ido Barkan <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to