aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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
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')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml29
-rw-r--r--tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml2
-rw-r--r--tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml4
3 files changed, 34 insertions, 1 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
+
diff --git a/tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml b/tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml
index 3a3bfccc0..35eeb34a7 100644
--- a/tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml
+++ b/tests/opnfv/test_suites/opnfv_huawei-pod1_daily.yaml
@@ -22,3 +22,5 @@ test_cases:
file_name: opnfv_yardstick_tc027.yaml
-
file_name: opnfv_yardstick_tc037.yaml
+-
+ file_name: opnfv_yardstick_tc043.yaml
diff --git a/tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml b/tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml
index cda46969d..8a9ce4dc0 100644
--- a/tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml
+++ b/tests/opnfv/test_suites/opnfv_huawei-pod1_weekly.yaml
@@ -23,4 +23,6 @@ test_cases:
-
file_name: opnfv_yardstick_tc037.yaml
-
- file_name: opnfv_yardstick_tc040.yaml \ No newline at end of file
+ file_name: opnfv_yardstick_tc040.yaml
+-
+ file_name: opnfv_yardstick_tc043.yaml