review sims/tpce start-up sequence in 2.2.1 tests
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_portmapping.py
index 5bed24b53feaebc46cc6d78b36f7f43439683c66..f28beb45f43e4ba31f0b797e3dfb578a6928bb7a 100644 (file)
@@ -30,14 +30,9 @@ class TransportPCEPortMappingTesting(unittest.TestCase):
 
     @classmethod
     def setUpClass(cls):
+        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")
-
-        cls.odl_process = test_utils.start_tpce()
-        time.sleep(60)
-        print("opendaylight started")
 
     @classmethod
     def tearDownClass(cls):