aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/clean.sh
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-05-08 04:39:22 -0700
committerMarco Platania <platania@research.att.com>2020-05-11 19:25:09 +0000
commit6a09dd6c591612f7afc26d3a427c7e1ff85928e5 (patch)
tree016ede3ace99d6d8a6602b93fb9ed35852d6f2b3 /test/mocks/mass-pnf-sim/clean.sh
parentc981fa0f1062dcebd0f2fa01aff1ff58ecb302fc (diff)
Rework input parameters handling
Main input options were turned into subcommands for improved CLI user experience. Input parameters handling and validation logic was moved out of the code to argparse native facilities. Updated the doc around script usage details. Change-Id: Ifaa2a0e49f2a0b5b677020307dc74942c422bbe1 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/mocks/mass-pnf-sim/clean.sh')
-rwxr-xr-xtest/mocks/mass-pnf-sim/clean.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/mocks/mass-pnf-sim/clean.sh b/test/mocks/mass-pnf-sim/clean.sh
index 7ba25e408..c557d3e20 100755
--- a/test/mocks/mass-pnf-sim/clean.sh
+++ b/test/mocks/mass-pnf-sim/clean.sh
@@ -4,5 +4,4 @@ killall ROP_file_creator.sh sleep
docker stop $(docker ps -aq); docker rm $(docker ps -aq)
-./mass-pnf-sim.py --clean
-
+./mass-pnf-sim.py clean