diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-07-30 14:19:50 +0200 |
---|---|---|
committer | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-07-30 14:36:10 +0200 |
commit | 3cbe54761c77812594cf6c497482373e814792c1 (patch) | |
tree | 8ffedf6bd1efba888c628eef3bc263f2312275c3 /test/csit/plans | |
parent | 0b8db8f3fb19c3e41a901e76c930e7f2008239f4 (diff) |
Cleaning tests
Code refactor and clean TC code
Issue-ID: INT-604
Change-Id: I6b47dae37eb3b3897698bab738abcc8aac97d90d
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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/csit/plans/dcaegen2/prh-testsuites/setup.sh b/test/csit/plans/dcaegen2/prh-testsuites/setup.sh index e4b1cd7c1..058ed20bd 100644 --- a/test/csit/plans/dcaegen2/prh-testsuites/setup.sh +++ b/test/csit/plans/dcaegen2/prh-testsuites/setup.sh @@ -8,7 +8,7 @@ export AAI_SIMULATOR="aai_simulator" cd ${WORKSPACE}/test/csit/tests/dcaegen2/prh-testcases/resources/ -docker login -u docker -p docker nexus3.onap.org:10003 +docker login -u docker -p docker nexus3.onap.org:10001 docker-compose up -d --build # Wait for initialization of Docker containers @@ -39,8 +39,6 @@ echo AAI_SIMULATOR_IP=${AAI_SIMULATOR_IP} # Wait for initialization of docker services for i in {1..10}; do - curl -sS -m 1 localhost:2222 && \ - curl -sS -m 1 localhost:3333 && \ curl -sS -m 1 localhost:8100/heartbeat && break echo sleep ${i} sleep ${i} |