From d73a9bfee196a12161f6c1ae64d4ca97e9019c71 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 30 Apr 2020 07:05:24 -0700 Subject: Kill the 'sleep' process as well ROP_file_creator.sh spawns 'sleep' cmd as a child hence it needs to be killed as well on clean up. Change-Id: Ic2007e710b6efa0028ebd239f26b7eff6a9e04ea Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski --- test/mocks/mass-pnf-sim/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mocks/mass-pnf-sim') diff --git a/test/mocks/mass-pnf-sim/clean.sh b/test/mocks/mass-pnf-sim/clean.sh index 28df0ef78..7ba25e408 100755 --- a/test/mocks/mass-pnf-sim/clean.sh +++ b/test/mocks/mass-pnf-sim/clean.sh @@ -1,6 +1,6 @@ #!/bin/bash -killall ROP_file_creator.sh +killall ROP_file_creator.sh sleep docker stop $(docker ps -aq); docker rm $(docker ps -aq) -- cgit 1.2.3-korg