From Dan Kenigsberg <[email protected]>:

Dan Kenigsberg has uploaded a new change for review.

Change subject: janitorial: net tests: remove unused constants
......................................................................

janitorial: net tests: remove unused constants

Change-Id: I3e6ce94d100cb6e20230c27ae0556688df26211c
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M tests/network/link_setup_test.py
M tests/network/netfunctestlib.py
2 files changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/87/77687/1

diff --git a/tests/network/link_setup_test.py b/tests/network/link_setup_test.py
index bbe5ba9..8df28e6 100644
--- a/tests/network/link_setup_test.py
+++ b/tests/network/link_setup_test.py
@@ -25,7 +25,6 @@
 from vdsm.network.link import setup as linksetup
 
 BOND1_NAME = 'bond1'
-BOND2_NAME = 'bond2'
 
 
 @attr(type='unit')
diff --git a/tests/network/netfunctestlib.py b/tests/network/netfunctestlib.py
index e854033..667b7fe 100644
--- a/tests/network/netfunctestlib.py
+++ b/tests/network/netfunctestlib.py
@@ -42,8 +42,6 @@
 except ImportError:
     ipaddress = None
 
-CAPS_INFO = 2
-
 NOCHK = {'connectivityCheck': False}
 
 IFCFG_DIR = '/etc/sysconfig/network-scripts/'


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e6ce94d100cb6e20230c27ae0556688df26211c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
_______________________________________________
vdsm-patches mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to