From 379a16c8405c3955ec06505470ace005db08e96c Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 15 Dec 2020 13:36:08 +0100 Subject: Fix paths that have changed after moving the code to it's own repo Change-Id: Ibede6c7e15549bf46d540489f7b15ac779fca816 Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski --- deployment/heat/mass-pnf-sim_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/heat/mass-pnf-sim_run.sh') diff --git a/deployment/heat/mass-pnf-sim_run.sh b/deployment/heat/mass-pnf-sim_run.sh index 184684b..08eaee3 100644 --- a/deployment/heat/mass-pnf-sim_run.sh +++ b/deployment/heat/mass-pnf-sim_run.sh @@ -1,7 +1,7 @@ #!/bin/bash pushd /root -git clone https://git.onap.org/integration -pushd integration/test/mocks/masspnfsim +git clone https://git.onap.org/integration/simulators/masspnf-simulator +pushd masspnf-simulator ./setup.sh source .tox/MassPnfSim-runtime/bin/activate ./mass-pnf-sim.py build -- cgit 1.2.3-korg