From e2e2041fccc8beee89a378de2de54f3dce8f056e Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 16 Dec 2020 13:16:47 +0100 Subject: Remove masspnf simulator code It has been moved to it's own repository: https://git.onap.org/integration/simulators/masspnf-simulator/ Change-Id: I54b63243eb9e932cd34373ef33679356542349be Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski --- test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh (limited to 'test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh') diff --git a/test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh b/test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh deleted file mode 100644 index 184684bbe..000000000 --- a/test/mocks/masspnfsim/deployment/heat/mass-pnf-sim_run.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 -- cgit 1.2.3-korg