X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2F2.2.1%2Ftest_topoPortMapping.py;h=70a17e3f3259fa92e3fc5211d00f8c1a648c8c43;hb=f14d37954ffcf069743b1c1b8f52811606667ed8;hp=7f23aee7974fd0abab94bcd871bbe1135098335e;hpb=f9bb9e323c48640b14908cbc4101c2ad41b1de60;p=transportpce.git diff --git a/tests/transportpce_tests/2.2.1/test_topoPortMapping.py b/tests/transportpce_tests/2.2.1/test_topoPortMapping.py index 7f23aee79..70a17e3f3 100644 --- a/tests/transportpce_tests/2.2.1/test_topoPortMapping.py +++ b/tests/transportpce_tests/2.2.1/test_topoPortMapping.py @@ -33,14 +33,9 @@ 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') - print("all sims started") - - cls.odl_process = test_utils.start_tpce() - time.sleep(60) - print("opendaylight started") @classmethod def tearDownClass(cls):