diff options
author | BjornMagnussonXA <bjorn.magnusson@est.tech> | 2019-04-26 19:29:54 +0000 |
---|---|---|
committer | BjornMagnussonXA <bjorn.magnusson@est.tech> | 2019-04-26 19:29:54 +0000 |
commit | 42dcb266339a26803074f3190d1d9576e9dd05b7 (patch) | |
tree | f9b073cbacd0abfd528716cd5fbcf48eb0db9fc6 /test/mocks/datafilecollector-testharness/common/test_env.sh | |
parent | f13132901d327a84a229b1c7eef467d2c891ca44 (diff) |
DFC automated tests
Test cases and suites for DFC automated test
Issue-ID: DCAEGEN2-1434
Change-Id: Ibe2200f7dad358520d78217bad4ca6d3b514a3c3
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
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 + + |