diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-03-22 21:02:49 +0100 |
---|---|---|
committer | Jörgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2016-03-23 12:43:48 +0000 |
commit | 5e4c5f165c3c00e8436277769dd560aa9bf9dcfd (patch) | |
tree | 8e5a80d9cd2356ef7decf248b3d0b9e36352d16c /tests/opnfv/test_suites | |
parent | 584c9f72bf39ebd2ad3feb7391f8617651c6c61d (diff) |
Added a Yardstick test scenario for the OPNFV-Playground development CI pipeline
Change-Id: I6d2e825c1080bb91c8b0f91ab0f37ce66462bcb9
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
(cherry picked from commit 3780f6898ddb91928d4a7c15b8bd032da17822f3)
Diffstat (limited to 'tests/opnfv/test_suites')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_playground_daily.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_playground_daily.yaml b/tests/opnfv/test_suites/opnfv_playground_daily.yaml new file mode 100644 index 000000000..66f2f8d98 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_playground_daily.yaml @@ -0,0 +1,22 @@ +--- +# ERICSSON POD1 daily task suite + +schema: "yardstick:suite:0.1" + +name: "opnfv_ericsson_daily" +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_tc010.yaml +- + file_name: opnfv_yardstick_tc011.yaml +- + file_name: opnfv_yardstick_tc012.yaml +- + file_name: opnfv_yardstick_tc014.yaml +- + file_name: opnfv_yardstick_tc037.yaml |