Using a single point of reference for DEFAULT_LINUX_PROMPT
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 11 Aug 2015 21:11:02 +0000 (14:11 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 13 Aug 2015 09:36:44 +0000 (09:36 +0000)
commitfdd65f03d3b7d20ab6ec468e2298d20893013b08
tree7f1010d0c149e524ee841d9ba94baed015d5ab8d
parent84f9d0fa5cd461100e275262a0925aec77ae6cff
Using a single point of reference for DEFAULT_LINUX_PROMPT

the idea is to have all prompts defaults come from a single place
in Variables.py.  This is only the first patch for this work.  Two
goals here:

1.  remove all local definitions of the default prompt and point
those suites/libs to use the DEFAULT_LINUX_PROMPT in Variables.py

2.  convert all default args (e.g. ${prompt}=${linux_prompt} to use
this new ${DEFAULT_LINUX_PROMPT}

future patches can be more specific and start referencing variables
not yet introduced for things like ${MININETVM0_PROMPT},
${MININETVM1_PROMPT}, ${ODLVM2_PROMPT}, etc.

Change-Id: Ic87dfb930b25b37b1e02c50750a7a2f6732b24bf
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
23 files changed:
test/csit/libraries/Scalability.robot
test/csit/libraries/TsdrUtils.robot
test/csit/libraries/Utils.robot
test/csit/libraries/VtnCoKeywords.robot
test/csit/suites/l2switch/Loop_Removal_OF13/010__loop_of_3.robot
test/csit/suites/lacp/Lacp_Feature_OF13/020__lacp_lag_resiliency.robot
test/csit/suites/lacp/Lacp_Feature_OF13/__init__.robot
test/csit/suites/openflowplugin/Longevity/020__longevity_switches_links.robot
test/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot
test/csit/suites/openflowplugin/Maximum_Switches/020__find_max_switches.robot
test/csit/suites/openflowplugin/Performance_Flow_Config/020_Stats_Collection_Gauss.robot
test/csit/suites/openflowplugin/Performance_Flow_Config/030_Stats_Collection_Linear.robot
test/csit/suites/openflowplugin/Performance_Flow_Config/040_Stats_Collection_One.robot
test/csit/suites/openflowplugin/Performance_Flow_Config/050_Stats_Collection_FirstTable.robot
test/csit/suites/openflowplugin/Performance_Flow_Config/060_Stats_Collection_Basic16kScenario.robot
test/csit/suites/openflowplugin/Performance_Flow_Config/070_Stats_Collection_100k_WithMininetRestart.robot
test/csit/suites/openflowplugin/Performance_Flow_Config/080_Rpc_100k_Flows_Configuration_Time_Measure.robot
test/csit/suites/openflowplugin/Performance_Flow_Config/090_BulkMaticConfigDsSetup_100k.robot
test/csit/suites/openflowplugin/Sanity3Node/__init__.robot
test/csit/suites/openflowplugin/Switch_Qualification/010_OpenFlow_Connection.robot
test/csit/suites/openflowplugin/Switch_Qualification/020_OpenFlow_Actions.robot
test/csit/suites/vpnservice/__init__.robot
test/csit/variables/Variables.py