diff options
Diffstat (limited to 'test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh')
-rw-r--r-- | test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh b/test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh new file mode 100644 index 000000000..184684bbe --- /dev/null +++ b/test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh @@ -0,0 +1,11 @@ +#!/bin/bash +pushd /root +git clone https://git.onap.org/integration +pushd integration/test/mocks/masspnfsim +./setup.sh +source .tox/MassPnfSim-runtime/bin/activate +./mass-pnf-sim.py build +./mass-pnf-sim.py bootstrap --count $SIMULATOR_INSTANCES --urlves $VES_URL --ipfileserver $FILE_SERVER --typefileserver ftps --ipstart 10.11.0.16 --user $FTP_USER --password $FTP_PASSWORD +./mass-pnf-sim.py start +sleep 30 +./mass-pnf-sim.py trigger |