X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2F2.2.1%2Ftest_topology.py;h=eed85b278c10c663dafd149e84bcdfdb404ec8ef;hb=f14d37954ffcf069743b1c1b8f52811606667ed8;hp=a00733479351754263240a1e269beae9d5d40d0c;hpb=f9bb9e323c48640b14908cbc4101c2ad41b1de60;p=transportpce.git diff --git a/tests/transportpce_tests/2.2.1/test_topology.py b/tests/transportpce_tests/2.2.1/test_topology.py index a00733479..eed85b278 100644 --- a/tests/transportpce_tests/2.2.1/test_topology.py +++ b/tests/transportpce_tests/2.2.1/test_topology.py @@ -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):