diff options
Diffstat (limited to 'test/mocks/mass-pnf-sim/clean.sh')
-rwxr-xr-x | test/mocks/mass-pnf-sim/clean.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/mocks/mass-pnf-sim/clean.sh b/test/mocks/mass-pnf-sim/clean.sh deleted file mode 100755 index c557d3e20..000000000 --- a/test/mocks/mass-pnf-sim/clean.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -killall ROP_file_creator.sh sleep - -docker stop $(docker ps -aq); docker rm $(docker ps -aq) - -./mass-pnf-sim.py clean |