Skip to content

Commit

Permalink
#13175: Add new category to summary table in sweeps query tool
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesousa-TT committed Sep 27, 2024
1 parent a1cd202 commit a50e22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sweep_framework/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def summary(ctx):
colored("NOT RUN", "light_grey"),
colored("FAIL (L1 Out of Mem)", "light_red"),
colored("FAIL (Watcher)", "light_red"),
colored("FAIL (Unsupported Device Perf)", "light_red"),
]

client = Elasticsearch(ctx.obj["elastic"], basic_auth=(ELASTIC_USERNAME, ELASTIC_PASSWORD))
Expand Down

0 comments on commit a50e22c

Please sign in to comment.