aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests/unit/odl/test_odl.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-07-20 10:36:58 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-07-20 10:36:58 +0200
commit5bd8c86c423e59c7a24b15b9855f9e04ba8500c5 (patch)
tree8e1755534c6c35b2ce418e0880455f7fb62be122 /functest/tests/unit/odl/test_odl.py
parentfa36553cfb8e6b25f32322d2dca68550f51f713d (diff)
Stop Fuel logics in odl
Fuel is setting the right env vars [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/59929/ Change-Id: Ieb0ae1887859e0b7d3f77dfb5100a633b6479a37 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/tests/unit/odl/test_odl.py')
-rw-r--r--functest/tests/unit/odl/test_odl.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/functest/tests/unit/odl/test_odl.py b/functest/tests/unit/odl/test_odl.py
index 918bf5d2c..5be956c48 100644
--- a/functest/tests/unit/odl/test_odl.py
+++ b/functest/tests/unit/odl/test_odl.py
@@ -505,18 +505,6 @@ class ODLRunTesting(ODLTesting):
odlip=self._sdn_controller_ip,
odlwebport=self._odl_webport)
- def test_fuel_no_controller_ip(self):
- os.environ["INSTALLER_TYPE"] = "fuel"
- self._test_missing_value()
-
- def test_fuel(self):
- os.environ["SDN_CONTROLLER_IP"] = self._sdn_controller_ip
- os.environ["INSTALLER_TYPE"] = "fuel"
- self._test_run(testcase.TestCase.EX_OK, None,
- odlip=self._sdn_controller_ip,
- odlwebport='8282',
- odlrestconfport='8282')
-
def test_apex_no_controller_ip(self):
os.environ["INSTALLER_TYPE"] = "apex"
self._test_missing_value()