aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_suites/opnfv_smoke.yaml
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2016-11-28 11:03:08 +0800
committerJingLu5 <lvjing5@huawei.com>2016-12-16 11:16:57 +0800
commitc44300c459208ed1968c1f8e7dbe04db3e32a292 (patch)
treec99f8bf3678ca9337b2af118d74e2b7da517f339 /tests/opnfv/test_suites/opnfv_smoke.yaml
parentf130951ecaee49c21bc31bbef5b0292861140896 (diff)
Add smoke, components, features and performance test suite for Yatdstick
JIRA: YARDSTICK-417 This patch adds a smoke test suite for Yardstick. The smoke test suite consists of 3 test cases: TC002 Ping, TC005 Fio, TC012 LMbench. 3 test suites for components, features and performance tiers are also provided. Change-Id: Ic5223c1401270d126aabb4bf062e40da9464e18f Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/opnfv/test_suites/opnfv_smoke.yaml')
-rw-r--r--tests/opnfv/test_suites/opnfv_smoke.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_smoke.yaml b/tests/opnfv/test_suites/opnfv_smoke.yaml
new file mode 100644
index 000000000..f773bec87
--- /dev/null
+++ b/tests/opnfv/test_suites/opnfv_smoke.yaml
@@ -0,0 +1,14 @@
+---
+# Yardstick smoke task suite
+
+schema: "yardstick:suite:0.1"
+
+name: "opnfv_yardstick-smoke"
+test_cases_dir: "tests/opnfv/test_cases/"
+test_cases:
+-
+ file_name: opnfv_yardstick_tc002.yaml
+-
+ file_name: opnfv_yardstick_tc005.yaml
+-
+ file_name: opnfv_yardstick_tc012.yaml