Skip to content

Commit

Permalink
taking out hard set column names
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Jan 26, 2024
1 parent e7a1aa0 commit 5313c84
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 5313c84

Please sign in to comment.