final changes

This commit is contained in:
Oscar Batori
2020-10-24 23:22:23 -04:00
parent cc3d6b59fc
commit 4d1fbaf5e6
5 changed files with 42 additions and 44 deletions

View File

@@ -49,6 +49,7 @@ class SysbenchFailureException(Exception):
def main():
logger.setLevel(logging.INFO)
args = get_args()
test_list = args.tests.split(',')
assert all(test in SUPPORTED_BENCHMARKS for test in test_list), 'Must provide list of supported tests'