From 71ba21ff906d4104a81442d4712aac13cf4906d4 Mon Sep 17 00:00:00 2001 From: Eddie Arrage Date: Mon, 9 Apr 2018 15:15:50 -0700 Subject: 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 --- etc/testcase/healthcheck.tc001.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/testcase/healthcheck.tc001.yml (limited to 'etc/testcase/healthcheck.tc001.yml') 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: -- cgit 1.2.3-korg