X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftransportpce_tests%2F1.2.1%2Fsimulators.py;h=79bbcd8f6919fa44a78c252cff4bdb10af4e9e13;hb=78881abcc31dc039c374bcc15266030e8dabcf87;hp=a44c4660a0b395d9c68f6dfbb5fbbed55d554fe1;hpb=c8bd98e0844257ae2e40e01d54546a40596df26d;p=transportpce.git diff --git a/tests/transportpce_tests/1.2.1/simulators.py b/tests/transportpce_tests/1.2.1/simulators.py index a44c4660a..79bbcd8f6 100644 --- a/tests/transportpce_tests/1.2.1/simulators.py +++ b/tests/transportpce_tests/1.2.1/simulators.py @@ -9,7 +9,7 @@ ############################################################################## import os -sims = { +SIMS = { 'xpdra': {'port': '17830', 'configfile': 'oper-XPDRA.xml', 'logfile': 'oper-XPDRA.log'}, 'roadma': {'port': '17831', 'configfile': 'oper-ROADMA.xml', 'logfile': 'oper-ROADMA.log'}, 'roadmb': {'port': '17832', 'configfile': 'oper-ROADMB.xml', 'logfile': 'oper-ROADMB.log'}, @@ -19,9 +19,9 @@ sims = { 'roadmc-full': {'port': '17823', 'configfile': 'oper-ROADMC-full.xml', 'logfile': 'oper-ROADMC.log'} } -honeynode_executable = os.path.join( +HONEYNODE_EXECUTABLE = os.path.join( os.path.dirname(os.path.realpath(__file__)), "..", "..", "honeynode", "1.2.1", "honeynode-simulator", "honeycomb-tpce") -samples_directory = os.path.join( +SAMPLES_DIRECTORY = os.path.join( os.path.dirname(os.path.realpath(__file__)), "..", "..", "sample_configs", "openroadm", "1.2.1")