review sims/tpce start-up sequence in 2.2.1 tests
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_renderer_service_path_nominal.py
index df0cc32de23a07e4a9b811a19bd7f75256b6325c..da93789ef90b13781fabb1e2b9f4309d75ed6142 100644 (file)
@@ -33,15 +33,10 @@ class TransportPCERendererTesting(unittest.TestCase):
 
     @classmethod
     def setUpClass(cls):
-        cls.sim_process1 = test_utils.start_sim('xpdra')
+        cls.odl_process = test_utils.start_tpce()
 
+        cls.sim_process1 = test_utils.start_sim('xpdra')
         cls.sim_process2 = test_utils.start_sim('roadma')
-        print("all sims started")
-
-        print("starting opendaylight...")
-        cls.odl_process = test_utils.start_tpce()
-        time.sleep(60)
-        print("opendaylight started")
 
     @classmethod
     def tearDownClass(cls):