diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-04-22 01:25:51 +0200 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2018-05-15 08:47:41 +0000 |
commit | f652cf382c5636002ad2c3fe3e6d034a81ae42bc (patch) | |
tree | d423badfb0bbc862987ee613548361411cafa6ee /etc/conf | |
parent | c888cc9dfde02983733e2a137f2950d3bbfe7386 (diff) |
Renaming test cases for better readability
This patchset proposes a new naming scheme for test cases. The ides is
to replace the current numbered scheme
<testarea>.tc<number>
with:
<testarea>.<capability/test case description>
The motivation for this is that a the numbering does not convey any
information about what the test case is doing and hides to which test
case implementation in Functest or Yardstick a test case spec refers.
Note: this patchset has not yet been tested in Dovetail itself. Its goal
is start a discussion about the naming scheme.
JIRA: DOVETAIL-647
Change-Id: If33b4bf88e451b372c2af10895ff92a87d9d961d
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/cmd_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 18 |
2 files changed, 7 insertions, 13 deletions
diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index ae097185..05456583 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -47,7 +47,7 @@ cli: testsuite: flags: - '--testsuite' - default: 'ovp.1.0.0' + default: 'ovp.next' help: 'compliance testsuite.' testarea: flags: diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index d8da5559..9202234a 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -33,26 +33,20 @@ testsuite_supported: - proposed_tests - debug - healthcheck - - ovp.1.0.0 + - ovp.next - onap.1.0.0 # testarea supported, should adjust accordingly testarea_supported: - - osinterop - - example - ha - - ipv6 + - healthcheck + - onap - sdnvpn - - vping + - security + - snaps - stress - tempest - - optional - - mandatory - - full - - smoke - - healthcheck - vnf - - lifecycle - - security + - vping functest_testsuite: - refstack_defcore |