diff options
author | Panagiotis Karalis <pkaralis@intracom-telecom.com> | 2019-05-22 17:33:45 +0300 |
---|---|---|
committer | Panagiotis Karalis <pkaralis@intracom-telecom.com> | 2019-05-23 12:01:16 +0300 |
commit | dc5264ec9b19a8673204af11dbba68bdb50cfde2 (patch) | |
tree | 183410d69ee10aac6660acf84d83ba55710b47a3 /etc | |
parent | 34a5262cc5783944f43fc10869c543dec0062963 (diff) |
Change the OVP version to ovp.2019.0x
The OVP version is updated from ovp.2018.09 to ovp.2019.0x
Change-Id: Ibbfe186f791c521155173fd405b0147844893cf8
Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/compliance/ovp.2019.0x.yaml | 6 | ||||
-rw-r--r-- | etc/conf/cmd_config.yml | 2 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/etc/compliance/ovp.2019.0x.yaml b/etc/compliance/ovp.2019.0x.yaml index 53467354..5b9f493e 100644 --- a/etc/compliance/ovp.2019.0x.yaml +++ b/etc/compliance/ovp.2019.0x.yaml @@ -8,9 +8,9 @@ ############################################################################## --- -ovp.2018.09: - name: ovp.2018.09 - version: '2018.09' +ovp.2019.0x: + name: ovp.2019.0x + version: '2019.0x' testcases_list: mandatory: - functest.vping.userdata diff --git a/etc/conf/cmd_config.yml b/etc/conf/cmd_config.yml index 1a7c8872..5d41992c 100644 --- a/etc/conf/cmd_config.yml +++ b/etc/conf/cmd_config.yml @@ -28,7 +28,7 @@ cli: testsuite: flags: - '--testsuite' - default: 'ovp.2018.09' + default: 'ovp.2019.0x' help: 'compliance testsuite.' testarea: flags: diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index e59c1b85..3cf4c6f1 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -26,7 +26,7 @@ testsuite_supported: - proposed_tests - debug - healthcheck - - ovp.2018.09 + - ovp.2019.0x - onap.tosca.2019.04 - onap.heat.2019.04 |