aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/deployment/heat/mass-pnf-sim_run.sh
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-07-21 11:06:27 +0200
committerPaweł Wieczorek <p.wieczorek2@samsung.com>2020-07-27 12:46:58 +0000
commit6c4d32e5f5c2f68796c66819f2f3de1652a5f3c1 (patch)
treecd98fac1bb8778293f69f0f9b0b8213a0f3d388f /test/mocks/mass-pnf-sim/deployment/heat/mass-pnf-sim_run.sh
parent18aaab4bd16d410815f81906227aa82a77171296 (diff)
Setup runner script for the simulator in HOT
This adds shell runner script and HOT setup to deploy and run it. Change-Id: I88b9b516f38dac789da1caa050192358829e9357 Issue-ID: INT-1661 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/mocks/mass-pnf-sim/deployment/heat/mass-pnf-sim_run.sh')
-rw-r--r--test/mocks/mass-pnf-sim/deployment/heat/mass-pnf-sim_run.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mocks/mass-pnf-sim/deployment/heat/mass-pnf-sim_run.sh b/test/mocks/mass-pnf-sim/deployment/heat/mass-pnf-sim_run.sh
new file mode 100644
index 000000000..8200536b4
--- /dev/null
+++ b/test/mocks/mass-pnf-sim/deployment/heat/mass-pnf-sim_run.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+pushd /root
+git clone https://git.onap.org/integration
+pushd integration/test/mocks/mass-pnf-sim
+./setup.sh
+source .tox/MassPnfSim-runtime/bin/activate