review sims/tpce start-up sequence in 2.2.1 tests
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_end2end.py
index 1b1aab3dbc29b74ba8f3dee1616fa1c99159ba10..44636a11b7caba7f104e0fba1e473364e608381c 100644 (file)
@@ -35,18 +35,11 @@ class TransportPCEFulltesting(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')
-
         cls.sim_process3 = test_utils.start_sim('roadmc')
-
         cls.sim_process4 = test_utils.start_sim('xpdrc')
-        print("all sims started")
-
-        cls.odl_process = test_utils.start_tpce()
-        time.sleep(80)
-        print("opendaylight started")
 
     @classmethod
     def tearDownClass(cls):