From 438596f8942f13e5c5c429b9ae38878e87a3e6ca Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Mon, 16 May 2016 08:27:01 +0000 Subject: OPNFV_YARDSTICK_TC043_Latency_between_NFVI_nodes_measurements JIRA: YARDSTICK-258 Change-Id: I330fecead430618cb1a16e3e02d92b1a3bc5875a Signed-off-by: rexlee8776 --- tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml | 29 ++++++++++++++++++++++ .../opnfv/test_suites/opnfv_huawei-pod1_daily.yaml | 2 ++ .../test_suites/opnfv_huawei-pod1_weekly.yaml | 4 ++- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml (limited to 'tests/opnfv') 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 -- cgit 1.2.3-korg