blob: 794b354b33ff652f92f5cb1a908681bcee9b143c [file] [log] [blame]
BjornMagnussonXA42dcb262019-04-26 19:29:54 +00001#!/bin/bash
2
3# 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
4# 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
5# integration repo.
6#
7#export SIM_GROUP=<local-path>/integration/test/mocks/datafilecollector-testharness/simulator-group/
8
9
10# Set the images for the DFC app to use for the auto tests. Do not add the image tag.
11#
12# Remote image shall point to the image in the nexus repository
13export DFC_REMOTE_IMAGE=nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server
14#
15# Local image and tag, shall point to locally built image (non-nexus path)
16export DFC_LOCAL_IMAGE=onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server
17
18