diff options
author | xudan <xudan16@huawei.com> | 2018-06-08 04:27:26 -0400 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-06-15 11:58:30 +0000 |
commit | 3715cbfc05791080be4d7c43b0ff697fad298b43 (patch) | |
tree | e070e1542b8d204db0ae04f4625381420a163288 /etc/testcase/security.patrole.yml | |
parent | 7bfb98175b9b974902531a07800b6a80be9a8f8e (diff) |
Copy tempest_conf.yaml file for neutron_port and patrole
Change-Id: I58e37c14cb4a287436e86b345919deff3d3674d0
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/testcase/security.patrole.yml')
-rw-r--r-- | etc/testcase/security.patrole.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/testcase/security.patrole.yml b/etc/testcase/security.patrole.yml index 97068f7d..518ad9da 100644 --- a/etc/testcase/security.patrole.yml +++ b/etc/testcase/security.patrole.yml @@ -5,6 +5,9 @@ dovetail.security.patrole: validate: type: functest testcase: patrole + 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' report: source_archive_files: - functest.log |