diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/networkcapacity.yaml | 21 | ||||
-rw-r--r-- | samples/storagecapacity.yaml | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/samples/networkcapacity.yaml b/samples/networkcapacity.yaml new file mode 100644 index 000000000..7c62cc2b5 --- /dev/null +++ b/samples/networkcapacity.yaml @@ -0,0 +1,21 @@ +--- +# Sample benchmark task config file +# Measure compute capacity and scale. +# Including number of cores, number of threads, available memory size and +# cache size. + +schema: "yardstick:task:0.1" + +scenarios: +- + type: NetworkCapacity + host: node1.LF + + runner: + type: Iteration + iterations: 1 + +context: + type: Node + name: LF + file: etc/yardstick/nodes/compass_sclab_virtual/pod.yaml diff --git a/samples/storagecapacity.yaml b/samples/storagecapacity.yaml index 93394be12..e3b282d14 100644 --- a/samples/storagecapacity.yaml +++ b/samples/storagecapacity.yaml @@ -21,4 +21,4 @@ scenarios: context: type: Node name: LF - file: /root/yardstick/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml + file: etc/yardstick/nodes/compass_sclab_virtual/pod.yaml |