aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml
diff options
context:
space:
mode:
authorrexlee8776 <limingjiang@huawei.com>2016-05-16 08:27:01 +0000
committerrexlee8776 <limingjiang@huawei.com>2016-05-26 06:51:22 +0000
commit438596f8942f13e5c5c429b9ae38878e87a3e6ca (patch)
tree7a3705e5f281a18f1c59b305579da21b61157733 /tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml
parent68c799b07b5fb1239dced84de0f2f3f7e2dfe446 (diff)
OPNFV_YARDSTICK_TC043_Latency_between_NFVI_nodes_measurements
JIRA: YARDSTICK-258 Change-Id: I330fecead430618cb1a16e3e02d92b1a3bc5875a Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml
new file mode 100644
index 000000000..b45e41ebf
--- /dev/null
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml
@@ -0,0 +1,29 @@
+---
+# Yardstick TC043 config file
+# Measure latency between NFVI nodes using ping
+
+schema: "yardstick:task:0.1"
+
+scenarios:
+-
+ type: Ping
+ options:
+ packetsize: 100
+ host: node1.LF
+ target: node2.LF
+
+ runner:
+ type: Duration
+ duration: 60
+ interval: 1
+
+ sla:
+ max_rtt: 10
+ action: monitor
+
+
+context:
+ type: Node
+ name: LF
+ file: etc/yardstick/nodes/compass_sclab_physical/pod.yaml
+