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=9394a24ee4831080254877aaacc52b21c79376e4;hb=a084c9359a3bc8a954d70c0a88718e3419ea27ed;hp=9f33dd822f3c9825818f96411a212d06ae0d57c2;hpb=5db527dbdb6509c66bc8ba070be980c1890602c9;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..9394a24ee 100644 --- a/tests/transportpce_tests/tapi/test01_abstracted_topology.py +++ b/tests/transportpce_tests/tapi/test01_abstracted_topology.py @@ -152,12 +152,6 @@ class TransportTapitesting(unittest.TestCase): result = test_utils.install_karaf_feature("odl-transportpce-tapi") if result.returncode != 0: cls.init_failed = True - print("Restarting OpenDaylight...") - test_utils.shutdown_process(cls.processes[0]) - cls.processes[0] = test_utils.start_karaf() - test_utils.process_list[0] = cls.processes[0] - cls.init_failed = not test_utils.wait_until_log_contains( - test_utils.KARAF_LOG, test_utils.KARAF_OK_START_MSG, time_to_wait=60) if cls.init_failed: print("tapi installation feature failed...") test_utils.shutdown_process(cls.processes[0])