X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2Ftapi%2Ftest01_abstracted_topology.py;fp=tests%2Ftransportpce_tests%2Ftapi%2Ftest01_abstracted_topology.py;h=3e3d99d002471dc2fb80e92aaa0a9d868eb01cbd;hb=253651ee685c07d342c96adb18fee852b5e02b67;hp=9f33dd822f3c9825818f96411a212d06ae0d57c2;hpb=603296025c26a334e624ec19aee01ca5bb75d8c4;p=transportpce.git diff --git a/tests/transportpce_tests/tapi/test01_abstracted_topology.py b/tests/transportpce_tests/tapi/test01_abstracted_topology.py index 9f33dd822..3e3d99d00 100644 --- a/tests/transportpce_tests/tapi/test01_abstracted_topology.py +++ b/tests/transportpce_tests/tapi/test01_abstracted_topology.py @@ -147,7 +147,7 @@ class TransportTapitesting(unittest.TestCase): os.environ['JAVA_MAX_MEM'] = '4096M' cls.processes = test_utils.start_tpce() # TAPI feature is not installed by default in Karaf - if "USE_LIGHTY" not in os.environ or os.environ['USE_LIGHTY'] != 'True': + if "NO_ODL_STARTUP" not in os.environ or "USE_LIGHTY" not in os.environ or os.environ['USE_LIGHTY'] != 'True': print("installing tapi feature...") result = test_utils.install_karaf_feature("odl-transportpce-tapi") if result.returncode != 0: