Skip to content

Commit

Permalink
adidng updated fmatch
Browse files Browse the repository at this point in the history
Signed-off-by: Paige Rubendall <[email protected]>
  • Loading branch information
paigerube14 committed Jan 30, 2024
1 parent bd29017 commit fa72594
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ click==8.1.7
elastic-transport==8.11.0
elasticsearch==8.11.1
elasticsearch7==7.13.0
fmatch==0.0.2
fmatch==0.0.3
numpy==1.26.3
pandas==2.1.4
python-dateutil==2.8.2
Expand Down

0 comments on commit fa72594

Please sign in to comment.