summaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/papsetup/setup_pap.sh
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2019-07-03 15:55:17 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2019-07-03 15:55:17 +0000
commita0cc5811862052694918a16fdd8ebfd47ce8ec7b (patch)
tree5e2ab087b36a542a14bb1818a42690e456607ef1 /testsuites/stability/src/main/resources/papsetup/setup_pap.sh
parent9ef4186f69ef694e6251161622a33d7bc1400f39 (diff)
Remove topic.properties and incorporate into overall config file
Changes in the scripts to accomodate the removal of topic.properties. Change-Id: I0be390a6124248a4e9d3bf38437290b89cf36170 Issue-ID: POLICY-1744 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'testsuites/stability/src/main/resources/papsetup/setup_pap.sh')
-rw-r--r--testsuites/stability/src/main/resources/papsetup/setup_pap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/stability/src/main/resources/papsetup/setup_pap.sh b/testsuites/stability/src/main/resources/papsetup/setup_pap.sh
index 2e965a5c..07713707 100644
--- a/testsuites/stability/src/main/resources/papsetup/setup_pap.sh
+++ b/testsuites/stability/src/main/resources/papsetup/setup_pap.sh
@@ -20,4 +20,4 @@
# the directory of the script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo ${DIR}
-docker run -p 9090:9090 -p 6969:6969 -v ${DIR}/config/pap/bin/policy-pap.sh:/opt/app/policy/pap/bin/policy-pap.sh -v ${DIR}/config/pap/etc/topic.properties:/opt/app/policy/pap/etc/topic.properties --add-host mariadb:10.2.0.41 --name policy-pap -d --rm nexus3.onap.org:10001/onap/policy-pap:2.0.0-SNAPSHOT-latest
+docker run -p 9090:9090 -p 6969:6969 -v ${DIR}/config/pap/bin/policy-pap.sh:/opt/app/policy/pap/bin/policy-pap.sh -v ${DIR}/config/pap/etc/defaultConfig.json:/opt/app/policy/pap/etc/defaultConfig.json --add-host mariadb:10.2.0.41 --name policy-pap -d --rm nexus3.onap.org:10001/onap/policy-pap:2.0.0-SNAPSHOT-latest