We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecce961 commit 47e8266Copy full SHA for 47e8266
orion.py
@@ -67,14 +67,12 @@ def orion(**kwargs):
67
logger.info("The test %s has started", test["name"])
68
if baseline == "":
69
uuids = match.get_uuid_by_metadata(metadata)
70
- print('uuids matching' + str(uuids))
71
if len(uuids) == 0:
72
- print("No UUID present for given metadata")
+ logging.info("No UUID present for given metadata")
73
sys.exit()
74
else:
75
uuids = baseline.split(',')
76
uuids.append(uuid)
77
- print('metadata ' + str(metadata))
78
if metadata["benchmark"] == "k8s-netperf" :
79
index = "k8s-netperf"
80
ids = uuids
0 commit comments