From d2a04a76f9f03ca4c34cfed335c14d7c3319c634 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Wed, 22 Mar 2017 02:39:25 -0400 Subject: dovetail tool: refstack testcase integration JIRA: DOVETAIL-370 Change-Id: I60c9f431358f848e24abcb865c4b2ca8c3b2d843 Signed-off-by: MatthewLi --- dovetail/conf/dovetail_config.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'dovetail/conf/dovetail_config.yml') diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml index ea8ecedc..b8174bdb 100644 --- a/dovetail/conf/dovetail_config.yml +++ b/dovetail/conf/dovetail_config.yml @@ -20,24 +20,29 @@ testsuite_supported: - debug # testarea supported, should adjust accordingly testarea_supported: - - vimops - - nfvi - - ipv6 + - defcore - example + - ipv6 + - nfvi + - vimops functest_testsuite: + - refstack_defcore - tempest_smoke_serial - tempest_full_parallel - rally_sanity - promise functest_testcase: - - healthcheck + - connection_check + - api_check + - snaps_health_check - vping_ssh - vping_userdata - doctor - copper - cloudify_ims + - odl # used for testcase cmd template in jinja2 format # we have two variables available now @@ -61,9 +66,6 @@ validate_input: valid_docker_tag: - 'stable' - 'latest' - - 'colorado.1.0' - - 'colorado.2.0' - - 'colorado.3.0' - 'danube.1.0' - 'danube.2.0' - 'danube.3.0' -- cgit 1.2.3-korg