diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-06-13 14:30:27 +0200 |
---|---|---|
committer | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-06-13 14:30:27 +0200 |
commit | cfd26b9b18e5a6dbe023f983b233ce94c68bdd46 (patch) | |
tree | f9e4b7441f3b97053b7b601df2431fe7b320088c /test/csit/plans | |
parent | a0fe61ca9277cda8f84dfdd0c060a29b0827295a (diff) |
Added TC with missing IP
Issue-ID: INT-530
Change-Id: Ie3d7062ce72b275d3268403114b79c042a1ac77c
Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
Diffstat (limited to 'test/csit/plans')
-rw-r--r-- | test/csit/plans/dcaegen2/prh_testsuites/setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/csit/plans/dcaegen2/prh_testsuites/setup.sh b/test/csit/plans/dcaegen2/prh_testsuites/setup.sh index 279696597..39c1fcef5 100644 --- a/test/csit/plans/dcaegen2/prh_testsuites/setup.sh +++ b/test/csit/plans/dcaegen2/prh_testsuites/setup.sh @@ -53,3 +53,5 @@ docker cp ${WORKDIR}/prh_endpoints.json prh:/config/ #Pass any variables required by Robot test suites in ROBOT_VARIABLES ROBOT_VARIABLES="-v DMAAP_SIMULATOR:localhost:2222 -v AAI_SIMULATOR:localhost:3333 -v PRH:localhost:8100" + +pip install docker |