X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=bluval%2Fbluval.py;h=63b301f9afd37b00352064bbbeaff7fbc9710545;hb=refs%2Fchanges%2F13%2F3313%2F2;hp=c79c83031d0d6065ef55b0566ed8ebcef36e4a82;hpb=e0b8cb1700cc9ba3e46f8ea285007ae21b3c8a13;p=validation.git diff --git a/bluval/bluval.py b/bluval/bluval.py index c79c830..63b301f 100644 --- a/bluval/bluval.py +++ b/bluval/bluval.py @@ -64,7 +64,7 @@ def run_testcase(testcase): # run the test args = ["robot", "-V", str(variables_updated_file), "-d", str(results_path), - "-b", "debug.log", str(test_path)] + "-n", "non-critical", "-b", "debug.log", str(test_path)] print('Executing testcase {}'.format(name)) print('show_stopper {}'.format(show_stopper))