diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2019-04-11 11:32:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-11 11:32:48 +0000 |
commit | fd233ed2f898323e769c5bb1d976d4e2c91156e0 (patch) | |
tree | 3c8f5629c3f62dbe5e9d66e57e69f18f7d40c79c /plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh | |
parent | 57ecc31fad6a711188312e82f8a4e8b4b95da124 (diff) | |
parent | ca7b782eada4ecdcffab9168115c678060b28695 (diff) |
Merge "Test configuration updates in CSITs"
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh')
-rwxr-xr-x | plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh b/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh index 280f0c47..20b538b5 100755 --- a/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/env_local.sh @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= export WORKSPACE=$(git rev-parse --show-toplevel) -export ROBOT_VARIABLES="--pythonpath ${WORKSPACE}/tests/dcaegen2-collectors-hv-ves/testcases/libraries" +export ROBOT_VARIABLES="--pythonpath ${WORKSPACE}/tests/dcaegen2-collectors-hv-ves/testcases/libraries --noncritical non-critical" export JAVA_OPTS="-Dio.netty.leakDetection.level=paranoid" export CONSUL_HOST="consul-server" |