From a53ad2a58fc8f8375cb50333e753f0a74d238df7 Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 31 Oct 2018 00:02:53 -0400 Subject: Update tests based on tempest_custom All tempest_custom test cases should be updated and defined with the new test case config yaml file. Change-Id: Iaff99fcfcef61060a8ca02819cac2763c4bdd2a0 Signed-off-by: xudan --- etc/testcase/functest.tempest.identity_v3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/testcase/functest.tempest.identity_v3.yml') diff --git a/etc/testcase/functest.tempest.identity_v3.yml b/etc/testcase/functest.tempest.identity_v3.yml index ed9a8ca9..7e64ce19 100644 --- a/etc/testcase/functest.tempest.identity_v3.yml +++ b/etc/testcase/functest.tempest.identity_v3.yml @@ -7,7 +7,7 @@ functest.tempest.identity_v3: 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/xtesting/ci/testcases.yaml' + - 'cp /home/opnfv/userconfig/pre_config/tempest_custom_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 -- cgit 1.2.3-korg