diff options
author | Jerry Flood <jf9860@att.com> | 2017-03-16 16:44:17 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-03-16 16:46:23 -0400 |
commit | 028e185fb811edc50832241bbe9cda13c04c97e5 (patch) | |
tree | cad8af7915648563921c436b97d10b0f8927e69a /red.xml | |
parent | 8877bca253caf09b72e0482a093844c71ed730b1 (diff) |
Switch from using GLOBAL_VM_PROPERTIES hash
to GLOBAL_INJECTED_<name> variables
Change-Id: Ibbb28f3eaaa1cbad9b6df64d3b2edf8876c24d51
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'red.xml')
-rw-r--r-- | red.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ <path location="robot/library"/> </pythonpath> <classpath/> - <variableFiles path="../properties/integration_preload_parameters.py"/> - <variableFiles path="../properties/integration_robot_properties.py"/> - <variableFiles path="../properties/sample_vm_properties.py"/> + <variableFiles path="testsuite/properties/integration_preload_parameters.py"/> + <variableFiles path="testsuite/properties/dfw_robot_properties.py"/> + <variableFiles path="testsuite/properties/dfw_vm_properties.py"/> <variableFiles path="testsuite/robot/assets/service_mappings.py"/> <excludedForValidation/> <isValidatedFileSizeCheckingEnabled>true</isValidatedFileSizeCheckingEnabled> |