#! /usr/bin/python3 # The 'Magic' Comments denoting where the Error is in a testcase ERROR_MARKER_COMMENT_BEGIN = "/*MBBERROR_BEGIN*/" ERROR_MARKER_COMMENT_END = "/*MBBERROR_END*/" # The List of Features considered featurelist = ["P2P", "COLL", "RMA", "TOOL"]