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/conf/functest_config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'etc/conf/functest_config.yml') diff --git a/etc/conf/functest_config.yml b/etc/conf/functest_config.yml index f76bac4d..0251b732 100644 --- a/etc/conf/functest_config.yml +++ b/etc/conf/functest_config.yml @@ -1,7 +1,7 @@ --- functest: image_name: opnfv/functest-smoke - docker_tag: euphrates + docker_tag: fraser opts: '-id --privileged=true' envs: '-e INSTALLER_TYPE=unknown -e DEPLOY_SCENARIO=unknown -e NODE_NAME=unknown -e TEST_DB_URL=file:///home/opnfv/functest/results/functest_results.txt' @@ -9,13 +9,12 @@ functest: dir: '/home/opnfv/userconfig' images: '/home/opnfv/functest/images' pre_condition: - - 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml' + - 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml' cmds: - - 'functest env prepare' - - 'functest testcase run {{validate_testcase}} -r' + - 'run_tests -t {{validate_testcase}} -r' post_condition: - 'echo test for postcondition in functest' result: dir: '/home/opnfv/functest/results' file_path: 'functest_results.txt' - openrc: '/home/opnfv/functest/conf/openstack.creds' + openrc: '/home/opnfv/functest/conf/env_file' -- cgit 1.2.3-korg