From eca794ce3fc0dbdb6bbf0a2f7bae9803589cca1c Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Fri, 15 Jul 2016 14:54:41 +0800 Subject: Support Network Capacity Testing two metrics:Number of Connection, Number of Frame JIRA:YARDSTICK-283 Change-Id: I71f1de25667437bbeac7c06749ff8fb38f41a791 Signed-off-by: kubi Signed-off-by: rexlee8776 --- samples/networkcapacity.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 samples/networkcapacity.yaml (limited to 'samples') 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 -- cgit