diff options
author | xudan <xudan16@huawei.com> | 2018-03-27 03:12:57 -0400 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-04-04 14:16:59 +0000 |
commit | 8b13de4224400f8c2d1f4eb12aedb122c24cf86f (patch) | |
tree | 7605924c737e1d432cb7aa946b438be9b51a385b /etc/testcase/sdnvpn.tc001.yml | |
parent | 698cd3f4246c4e472c306fcad57d8d7b6431333f (diff) |
Decoupling Functest Docker config items from source code
There are some special Docker setting item when creating Functest Containers.
1. Remove the extra settings which are required by Functest Danube.
2. Remove the settings for pushing results to DB because
Dovetail plans to disable this function.
3. Move the other special Functest settings to config files.
JIRA: DOVETAIL-639
Change-Id: Ibc4090b5c0aafdf9ed64e65a9a92e34a12a16df5
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/testcase/sdnvpn.tc001.yml')
-rw-r--r-- | etc/testcase/sdnvpn.tc001.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/testcase/sdnvpn.tc001.yml b/etc/testcase/sdnvpn.tc001.yml index 56d73708..698b0d2e 100644 --- a/etc/testcase/sdnvpn.tc001.yml +++ b/etc/testcase/sdnvpn.tc001.yml @@ -5,8 +5,6 @@ dovetail.sdnvpn.tc001: validate: type: functest testcase: bgpvpn - pre_condition: - - 'cp /home/opnfv/userconfig/pre_config/testcases.yaml /usr/lib/python2.7/site-packages/functest/ci/testcases.yaml' pre_copy: exist_src_file: sdnvpn_config_testcase1.yaml dest_path: /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml |