diff options
author | DR695H <dr695h@att.com> | 2017-03-17 12:25:27 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2017-03-17 12:31:52 -0400 |
commit | ccfeb0cb91a39762fc8a35f95007e57342f716d0 (patch) | |
tree | 0650968924e531a2daa20027f5c7c64eae6512bd | |
parent | 028e185fb811edc50832241bbe9cda13c04c97e5 (diff) |
add working tree structure to red.xml
add working tree to red.xml
Change-Id: I4a9f14dc48490e3177f49c5223fa98024c94d53f
Signed-off-by: DR695H <dr695h@att.com>
-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="testsuite/properties/integration_preload_parameters.py"/> - <variableFiles path="testsuite/properties/dfw_robot_properties.py"/> - <variableFiles path="testsuite/properties/dfw_vm_properties.py"/> + <variableFiles path="../properties/integration_preload_parameters.py"/> + <variableFiles path="../properties/integration_robot_properties.py"/> + <variableFiles path="../properties/sample_vm_properties.py"/> <variableFiles path="testsuite/robot/assets/service_mappings.py"/> <excludedForValidation/> <isValidatedFileSizeCheckingEnabled>true</isValidatedFileSizeCheckingEnabled> |