diff options
author | xudan <xudan16@huawei.com> | 2018-04-17 04:05:29 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-04-17 22:23:28 -0400 |
commit | 13877a00e5155ee93bb4255a81e104c1ebf1f11e (patch) | |
tree | fcdfb61898594e0681765e10ae4073dc82bb9640 /etc/testcase/tempest.tc001.yml | |
parent | 749946dcc5b17cfca43c6e8692359f4972e48b21 (diff) |
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 <xudan16@huawei.com>
Diffstat (limited to 'etc/testcase/tempest.tc001.yml')
-rw-r--r-- | etc/testcase/tempest.tc001.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/testcase/tempest.tc001.yml b/etc/testcase/tempest.tc001.yml index 8e669248..b93363ea 100644 --- a/etc/testcase/tempest.tc001.yml +++ b/etc/testcase/tempest.tc001.yml @@ -7,7 +7,7 @@ dovetail.tempest.tc001: testcase: tempest_custom pre_condition: - 'cp /home/opnfv/userconfig/pre_config/tempest_conf.yaml /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml' - - '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' pre_copy: src_file: tempest_custom.txt dest_path: /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/test_list.txt |