From 1c0f19209637572d0bd50c1a3691bc18ee6fb9ee Mon Sep 17 00:00:00 2001 From: Leo Wang Date: Tue, 29 Nov 2016 04:21:40 -0500 Subject: [dovetail tool] support shell scripts for testcase validation JIRA: DOVETAIL-46 1. for now a testcase has two kinds of validation types(functest, yardstick), and it is not enough to check the complete funcionality 2. add new validation type(shell) for extra validation of the test case to make result more accurate and more convincing. Change-Id: I45dca6b8dbd888757da163189d261f6e4dba5034 Signed-off-by: Leo Wang --- dovetail/compliance/debug.yml | 1 + dovetail/compliance/example_set.yml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 dovetail/compliance/example_set.yml (limited to 'dovetail/compliance') diff --git a/dovetail/compliance/debug.yml b/dovetail/compliance/debug.yml index a0a2d3ee..8cc4b36c 100644 --- a/dovetail/compliance/debug.yml +++ b/dovetail/compliance/debug.yml @@ -4,6 +4,7 @@ debug: name: debug testcases_list: + - dovetail.example.tc002 - dovetail.ipv6.tc001 - dovetail.nfvi.tc001 - dovetail.nfvi.tc002 diff --git a/dovetail/compliance/example_set.yml b/dovetail/compliance/example_set.yml new file mode 100644 index 00000000..1ee1ac50 --- /dev/null +++ b/dovetail/compliance/example_set.yml @@ -0,0 +1,8 @@ +example_set: + name: example_set + testcases_list: + # Temporarily, one test case kept here as default to run + # for use of software development/debug + # TO DO: will amend when compliance set is settled + - dovetail.example.tc001 + - dovetail.example.tc002 -- cgit 1.2.3-korg