diff options
author | ilanap <ilanap@amdocs.com> | 2019-02-06 11:36:35 +0200 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-02-07 08:39:42 +0000 |
commit | b551a05893bcf6ac1ff3679d3354ba106fef24bb (patch) | |
tree | 1ac0d1538ccf5a6fdfa4893b14e9ca2c570503bc /cucumber-js-test-apis-ci/docker_run.sh | |
parent | 705419d32937600738b2422913beee3641c9716f (diff) |
Fixes to docker run
with summary report for cucumber to be inserted into emails
Change-Id: I2b65410a7dddf7cfe2f897db43d77809eaf9cb9e
Issue-ID: SDC-2028
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'cucumber-js-test-apis-ci/docker_run.sh')
-rw-r--r-- | cucumber-js-test-apis-ci/docker_run.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cucumber-js-test-apis-ci/docker_run.sh b/cucumber-js-test-apis-ci/docker_run.sh index 0bfbd11d54..95cdab302a 100644 --- a/cucumber-js-test-apis-ci/docker_run.sh +++ b/cucumber-js-test-apis-ci/docker_run.sh @@ -23,14 +23,11 @@ then TEST_CI_BE_HOST="$(ifconfig 'eth0' | sed -n '2p' | awk '{print $2}' | sed 's/addr://g')" TEST_CI_BE_PORT=8081 TEST_CI_CATALOG_HOST=$TEST_CI_BE_HOST - TEST_CI_AP_HOST=$TEST_CI_BE_HOST - TEST_CI_AP_PORT=8080 fi if [ -z "$TEST_CI_CATALOG_PORT" ] then TEST_CI_CATALOG_PORT=8080 fi - echo "host $TEST_CI_BE_HOST" if [ -e "$WORKSPACE/data" ] @@ -69,9 +66,6 @@ sed -i "s/onboarding.user/cs0008/g" $WORKSPACE/data/environments/dockerConfig.js sed -i "s/CatalogBE.port/$TEST_CI_CATALOG_PORT/g" $WORKSPACE/data/environments/dockerConfig.json sed -i "s/CatalogBE.server/$TEST_CI_CATALOG_HOST/g" $WORKSPACE/data/environments/dockerConfig.json sed -i "s/CatalogBE.user/cs0008/g" $WORKSPACE/data/environments/dockerConfig.json -sed -i "s/activity_spec.port/$TEST_CI_AP_PORT/g" $WORKSPACE/data/environments/dockerConfig.json -sed -i "s/activity_spec.server/$TEST_CI_AP_HOST/g" $WORKSPACE/data/environments/dockerConfig.json -sed -i "s/activity_spec.user/cs0008/g" $WORKSPACE/data/environments/dockerConfig.json cat $WORKSPACE/data/environments/dockerConfig.json |