diff options
Diffstat (limited to 'plans/dcaegen2/testsuites/setup.sh')
-rwxr-xr-x | plans/dcaegen2/testsuites/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/dcaegen2/testsuites/setup.sh b/plans/dcaegen2/testsuites/setup.sh index 8ee1309b..7847dce8 100755 --- a/plans/dcaegen2/testsuites/setup.sh +++ b/plans/dcaegen2/testsuites/setup.sh @@ -31,7 +31,7 @@ VESC_IP=`get-instance-ip.sh vesc` export VESC_IP=${VESC_IP} export HOST_IP=${HOST_IP} -export ROBOT_VARIABLES="--pythonpath ${WORKSPACE}/test/csit/tests/dcaegen2/testcases/resources" +export ROBOT_VARIABLES="--pythonpath ${WORKSPACE}/tests/dcaegen2/testcases/resources" pip install jsonschema uuid # Wait container ready |