X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestMain.py;h=ae4a861cbe5afea25165f55536b85c0ee1be8582;hb=8187af97b4b8d3c4134bf46905ccecc627b91daa;hp=c72aa99db3f11aaad06b16f970f5dd111d0c0fbc;hpb=d01bd0708a70785217e84ca527bb8aaeeb08a70e;p=tests.git diff --git a/system/TestMain.py b/system/TestMain.py index c72aa99..ae4a861 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -189,8 +189,9 @@ steps refer to a method in TestPlc or to a step_* module help="prompts before each step") parser.add_option("-n","--dry-run", action="store_true", dest="dry_run", default=False, help="Show environment and exits") - parser.add_option("-r","--restart-nm", action="store_true", dest="forcenm", default=False, - help="Force the NM to restart in ssh_slices step") +# dropped when added Completer.py +# parser.add_option("-r","--restart-nm", action="store_true", dest="forcenm", default=False, +# help="Force the NM to restart in ssh_slices step") parser.add_option("-t","--trace", action="store", dest="trace_file", default=None, help="Trace file location") (self.options, self.args) = parser.parse_args()