diff --git a/orion.py b/orion.py index fe8add1..5d397a5 100644 --- a/orion.py +++ b/orion.py @@ -117,19 +117,6 @@ def get_metadata(test,logger): Returns: dict: dictionary of the metadata """ - # metadata_columns = [ - # "platform", - # "masterNodesType", - # "masterNodesCount", - # "workerNodesType", - # "workerNodesCount", - # "benchmark", - # "ocpVersion", - # "networkType", - # "encrypted", - # "fips", - # "ipsec", - # ] metadata = {} for k,v in test.items(): if k == "metrics" or k == "name":