X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Ftransportpce_tests%2Fcommon%2Fsimulators.py;h=cb7294af65d0847262f2875b348381fda5155481;hb=3161488edc67e7992907776c7fa20a0c75c6285b;hp=c1da758b3bf24824f16a0840ea461895789a5333;hpb=3608da33b74834e6c3cf53e58e2e24d56d2ff3d3;p=transportpce.git diff --git a/tests/transportpce_tests/common/simulators.py b/tests/transportpce_tests/common/simulators.py index c1da758b3..cb7294af6 100644 --- a/tests/transportpce_tests/common/simulators.py +++ b/tests/transportpce_tests/common/simulators.py @@ -24,6 +24,7 @@ SIMS = { ('xpdrc', '2.2.1'): {'port': '17844', 'configfile': 'oper-XPDRC.xml', 'logfile': 'xpdrc-221.log'}, ('spdra', '2.2.1'): {'port': '17845', 'configfile': 'oper-SPDRA.xml', 'logfile': 'spdra-221.log'}, ('spdrc', '2.2.1'): {'port': '17846', 'configfile': 'oper-SPDRC.xml', 'logfile': 'spdrc-221.log'}, + ('spdrb', '2.2.1'): {'port': '17848', 'configfile': 'oper-SPDRB.xml', 'logfile': 'spdrb-221.log'}, ('xpdra', '7.1'): {'port': '17850', 'configfile': 'oper-XPDRA.xml', 'logfile': 'xpdra-71.log'}, ('roadma', '7.1'): {'port': '17851', 'configfile': 'oper-ROADMA.xml', 'logfile': 'roadma-71.log'}, ('roadmb', '7.1'): {'port': '17852', 'configfile': 'oper-ROADMB.xml', 'logfile': 'roadmb-71.log'}, @@ -31,4 +32,4 @@ SIMS = { ('xpdrc', '7.1'): {'port': '17854', 'configfile': 'oper-XPDRC.xml', 'logfile': 'xpdrc-71.log'}, ('xpdra2', '7.1'): {'port': '17857', 'configfile': 'oper-XPDRA2.xml', 'logfile': 'xpdra2-71.log'}, ('xpdrc2', '7.1'): {'port': '17858', 'configfile': 'oper-XPDRC2.xml', 'logfile': 'xpdrc2-71.log'} -} \ No newline at end of file +}