From 13877a00e5155ee93bb4255a81e104c1ebf1f11e Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 17 Apr 2018 04:05:29 -0400 Subject: Switch to OPNFV Fraser release 1. Use Functest Fraser docker images whose tag is fraser 2. Use Yardstick stable docker images 3. Functest fraser has moved testcases.yaml file from functest/ci to xtesting/ci 4. Functest fraser has removed 'functest env prepare' command 5. Functest uses rally to execute osinterop test cases instead of refstack_client Change-Id: I81ebefe6ea959ca77c2c87f1d75ef56ac18c165f Signed-off-by: xudan --- etc/userconfig/testcases.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/userconfig/testcases.yaml') diff --git a/etc/userconfig/testcases.yaml b/etc/userconfig/testcases.yaml index f1cb6ae1..571ae7b0 100644 --- a/etc/userconfig/testcases.yaml +++ b/etc/userconfig/testcases.yaml @@ -108,14 +108,14 @@ tiers: blocking: false description: >- This test case runs a sub group of tests of the OpenStack - Defcore testcases by using refstack client. + Defcore testcases. dependencies: installer: '' scenario: '' run: module: - 'functest.opnfv_tests.openstack.refstack_client.refstack_client' - class: 'RefstackClient' + 'functest.opnfv_tests.openstack.refstack.refstack' + class: 'Refstack' - case_name: tempest_smoke_serial -- cgit 1.2.3-korg