review sims/tpce start-up sequence in 2.2.1 tests
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test_topology.py
index a00733479351754263240a1e269beae9d5d40d0c..eed85b278c10c663dafd149e84bcdfdb404ec8ef 100644 (file)
@@ -35,19 +35,11 @@ class TransportPCEtesting(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('roadmb')
-
         cls.sim_process4 = test_utils.start_sim('roadmc')
-        print("all sims started")
-
-        print("starting opendaylight...")
-        cls.odl_process = test_utils.start_tpce()
-        time.sleep(60)
-        print("opendaylight started")
 
     @classmethod
     def tearDownClass(cls):