From 07b7d00688282affba8df8014924519421374517 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 28 May 2020 07:40:02 -0700 Subject: Add helper method to get simulator instance data Superfluous call to 'get_pnfsim_ip' function in simulator.sh was also removed. Change-Id: Ifd7be4843fe26768f4b86b64e07d2d9479735ad1 Issue-ID: INT-1606 Signed-off-by: Bartek Grzybowski --- test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh index 8c5390ed5..b957279af 100755 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/simulator.sh @@ -187,7 +187,6 @@ EndOfMessage } function get_status(){ - get_pnfsim_ip if [[ $(running_containers) ]]; then print_status else -- cgit 1.2.3-korg