diff options
author | Eddie Arrage <eddie.arrage@huawei.com> | 2018-04-09 15:15:50 -0700 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-04-10 18:47:53 +0000 |
commit | 71ba21ff906d4104a81442d4712aac13cf4906d4 (patch) | |
tree | 7b5f208f955286be3707d6024d846b9f9576d53f /etc/conf/dovetail_config.yml | |
parent | d596c9988d82cb6876b0acd12e79a89319bdbd0b (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/conf/dovetail_config.yml')
-rw-r--r-- | etc/conf/dovetail_config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index a77ac2af..f4e0d034 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -34,6 +34,7 @@ testsuite_supported: - compliance_set - proposed_tests - debug + - healthcheck - ovp.1.0.0 - onap.1.0.0 # testarea supported, should adjust accordingly @@ -50,6 +51,7 @@ testarea_supported: - mandatory - full - smoke + - healthcheck - vnf - lifecycle |