Ido Barkan has uploaded a new change for review.

Change subject: remove testLegacyBonds. we don't support el6 anymore
......................................................................

remove testLegacyBonds. we don't support el6 anymore

Change-Id: I3cf77d87138c0359fe0bafc0342dd49edb44c600
Signed-off-by: Ido Barkan <ibar...@redhat.com>
---
M tests/functional/networkTests.py
1 file changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/37/39537/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index b968cf6..cf00854 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -359,16 +359,6 @@
         for elem in elems:
             self.assertEquals(int(mtu), int(self.vdsm_net.getMtu(elem)))
 
-    def testLegacyBonds(self):
-        if not _system_is_el6():
-            raise SkipTest('legacy bonds are expected only on el6')
-
-        for b in caps._REQUIRED_BONDINGS:
-            # assertBondExists is not used here since we do not care about
-            # whether the bond exists in the running config; we only need it to
-            # be reported to legacy Engines.
-            self.assertIn(b, self.vdsm_net.netinfo.bondings)
-
     def assert_active_slave_exists(self, bondName, nics):
         netinfo = self.vdsm_net.netinfo
         self.assertIn(bondName, netinfo.bondings)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cf77d87138c0359fe0bafc0342dd49edb44c600
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ido Barkan <ibar...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to