summaryrefslogtreecommitdiffstats
path: root/etc/testcase
diff options
context:
space:
mode:
authorEddie Arrage <eddie.arrage@huawei.com>2018-04-09 15:15:50 -0700
committerGeorg Kunz <georg.kunz@ericsson.com>2018-04-10 18:47:53 +0000
commit71ba21ff906d4104a81442d4712aac13cf4906d4 (patch)
tree7b5f208f955286be3707d6024d846b9f9576d53f /etc/testcase
parentd596c9988d82cb6876b0acd12e79a89319bdbd0b (diff)
Add functest healthcheck test suite
- Add Functest healthcheck tier to Dovetail as new test suite - Intention is that these test cases are not part of mandatory test cases in compliance program - Use for debug and SUT pre-flight check - May consider running tc001 (connection_check) at other test execution stages to determine if SUT is still functioning, as this test takes < 10 sec (more important as test complexity increases such as in vnf test tier) - Replacement for patch: https://gerrit.opnfv.org/gerrit/#/c/52461/ - Removed CI filters, as suggested Change-Id: I2e72931b27e43359d6250f6959a17af8526c5094 Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
Diffstat (limited to 'etc/testcase')
-rw-r--r--etc/testcase/healthcheck.tc001.yml9
-rw-r--r--etc/testcase/healthcheck.tc002.yml9
-rw-r--r--etc/testcase/healthcheck.tc003.yml9
3 files changed, 27 insertions, 0 deletions
diff --git a/etc/testcase/healthcheck.tc001.yml b/etc/testcase/healthcheck.tc001.yml
new file mode 100644
index 00000000..e71f063e
--- /dev/null
+++ b/etc/testcase/healthcheck.tc001.yml
@@ -0,0 +1,9 @@
+---
+dovetail.healthcheck.tc001:
+ name: dovetail.healthcheck.tc001
+ objective: check OpenStack API services connectivity through SNAPS framework
+ validate:
+ type: functest
+ testcase: connection_check
+ report:
+ sub_testcase_list:
diff --git a/etc/testcase/healthcheck.tc002.yml b/etc/testcase/healthcheck.tc002.yml
new file mode 100644
index 00000000..84ca2516
--- /dev/null
+++ b/etc/testcase/healthcheck.tc002.yml
@@ -0,0 +1,9 @@
+---
+dovetail.healthcheck.tc002:
+ name: dovetail.healthcheck.tc002
+ objective: verify OpenStack API with simple queries
+ validate:
+ type: functest
+ testcase: api_check
+ report:
+ sub_testcase_list:
diff --git a/etc/testcase/healthcheck.tc003.yml b/etc/testcase/healthcheck.tc003.yml
new file mode 100644
index 00000000..83fb8919
--- /dev/null
+++ b/etc/testcase/healthcheck.tc003.yml
@@ -0,0 +1,9 @@
+---
+dovetail.healthcheck.tc003:
+ name: dovetail.healthcheck.tc003
+ objective: basic VM instance creation with port and IPv4 address through DHCP
+ validate:
+ type: functest
+ testcase: snaps_health_check
+ report:
+ sub_testcase_list: