Remove logics about Daisy in odl
[functest.git] / functest / tests / unit / odl / test_odl.py
index 58a699f..918bf5d 100644 (file)
@@ -546,17 +546,10 @@ class ODLRunTesting(ODLTesting):
                        odlip=self._sdn_controller_ip,
                        odlrestconfport='8080')
 
-    def test_daisy_no_controller_ip(self):
-        os.environ["INSTALLER_TYPE"] = "daisy"
+    def test_compass_no_controller_ip(self):
+        os.environ["INSTALLER_TYPE"] = "compass"
         self._test_missing_value()
 
-    def test_daisy(self):
-        os.environ["SDN_CONTROLLER_IP"] = self._sdn_controller_ip
-        os.environ["INSTALLER_TYPE"] = "daisy"
-        self._test_run(testcase.TestCase.EX_OK, None,
-                       odlip=self._sdn_controller_ip, odlwebport='8181',
-                       odlrestconfport='8087')
-
 
 class ODLArgParserTesting(ODLTesting):