File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ Below is an illustrative example of the config and metadata that Orion can handl
6
6
```
7
7
tests :
8
8
- name : aws-small-scale-cluster-density-v2
9
- platform: AWS
10
- masterNodesType: m6a.xlarge
11
- masterNodesCount: 3
12
- workerNodesType: m6a.xlarge
13
- workerNodesCount: 24
14
- benchmark: cluster-density-v2
15
- ocpVersion: 4.15
16
- networkType: OVNKubernetes
9
+ metadata:
10
+ platform: AWS
11
+ masterNodesType: m6a.xlarge
12
+ masterNodesCount: 3
13
+ workerNodesType: m6a.xlarge
14
+ workerNodesCount: 24
15
+ benchmark: cluster-density-v2
16
+ ocpVersion: 4.15
17
+ networkType: OVNKubernetes
17
18
# encrypted: true
18
19
# fips: false
19
20
# ipsec: false
@@ -56,8 +57,7 @@ tests :
56
57
agg:
57
58
value: duration
58
59
agg_type: avg
59
-
60
-
60
+
61
61
```
62
62
63
63
## Build Orion
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ def get_metadata(test,logger):
110
110
Returns:
111
111
dict: dictionary of the metadata
112
112
"""
113
- metadata = {}
114
113
metadata = test ['metadata' ]
115
114
metadata ["ocpVersion" ] = str (metadata ["ocpVersion" ])
116
115
logger .debug ('metadata' + str (metadata ))
You can’t perform that action at this time.
0 commit comments