diff options
Diffstat (limited to 'test/mocks/datafilecollector-testharness/common/test_env.sh')
-rw-r--r-- | test/mocks/datafilecollector-testharness/common/test_env.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/mocks/datafilecollector-testharness/common/test_env.sh b/test/mocks/datafilecollector-testharness/common/test_env.sh new file mode 100644 index 000000000..794b354b3 --- /dev/null +++ b/test/mocks/datafilecollector-testharness/common/test_env.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +# This env variable is only needed if the auto test scripts tests are executed in a different folder than 'auto-test' in the integration repo +# Change '<local-path>' to your path to the integration repo. In addition to the auto-test, the 'common' dir is needed if not executed in the +# integration repo. +# +#export SIM_GROUP=<local-path>/integration/test/mocks/datafilecollector-testharness/simulator-group/ + + +# Set the images for the DFC app to use for the auto tests. Do not add the image tag. +# +# Remote image shall point to the image in the nexus repository +export DFC_REMOTE_IMAGE=nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server +# +# Local image and tag, shall point to locally built image (non-nexus path) +export DFC_LOCAL_IMAGE=onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server + + |