Improve feature install in functional tests
[transportpce.git] / tests / transportpce_tests / with_docker / test02_nbinotifications.py
index d8e837af34c6ece2ff53bf4c60fdb8d1dd3ad06d..f7dd69e95ee5200e39e9ec9c6bf81aec64e87cc4 100644 (file)
@@ -90,12 +90,6 @@ class TransportNbiNotificationstesting(unittest.TestCase):
             result = test_utils.install_karaf_feature("odl-transportpce-nbinotifications")
             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("NBI notification installation feature failed...")
             test_utils.shutdown_process(cls.processes[0])