diff options
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.sh | 6 |
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 |