diff options
author | helenyao <yaohelan@huawei.com> | 2017-05-02 15:03:22 +0800 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2017-05-03 12:03:51 +0800 |
commit | 6e6d0e2285e5069f233ffba65d7110274671b870 (patch) | |
tree | 6c771e538fc35026b16ccc2a1283e2bec8a00d6a | |
parent | 90238c6c2c6b8c63062f3fe1c1611d594d72604b (diff) |
Updated basic attributes for opera testcase
The original value as unknown is not reasonable.
Change-Id: I23672ea70fff9b3badb2d2cf4f32dc3e038d7bb3
Signed-off-by: helenyao <yaohelan@huawei.com>
-rw-r--r-- | functest/ci/testcases.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 8f2cc4bc2..7009e910c 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -567,7 +567,7 @@ tiers: class: 'ImsVnf' - - case_name: opera-vims + case_name: opera_vims project_name: opera criteria: 100 blocking: false @@ -575,8 +575,8 @@ tiers: description: >- VNF deployment with OPEN-O dependencies: - installer: 'unknown' - scenario: 'unknown' + installer: 'compass' + scenario: 'os-nosdn-openo-ha' run: module: 'functest.opnfv_tests.vnf.ims.opera_ims' class: 'OperaIms' |