X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=bluval%2Fbluval.py;fp=bluval%2Fbluval.py;h=63b301f9afd37b00352064bbbeaff7fbc9710545;hp=c79c83031d0d6065ef55b0566ed8ebcef36e4a82;hb=31998d50e94837acbc6157d4bfd2235d8220f3eb;hpb=cbea59029a35dbdc4a37a400c6abcb7421b0df5b 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))