diff --git a/scripts/Infrastructure/Variables.py b/scripts/Infrastructure/Variables.py index d49be15257446766df39c1cadc498d92a03ef5d5..03bd33895b8585c3d1ede9f9315f13475d1b45fc 100644 --- a/scripts/Infrastructure/Variables.py +++ b/scripts/Infrastructure/Variables.py @@ -7,7 +7,7 @@ ERROR_MARKER_COMMENT_END = "/*MBBERROR_END*/" # The List of Features considered featurelist = ["P2P", "COLL", "RMA", "TOOL"] -BASE_TEST_LEVEL=1 +BASIC_TEST_LEVEL=1 SUFFICIENT_TEST_LEVEL=2 FULL_TEST_LEVEL=3