diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-02-16 19:48:58 +0200 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2019-02-20 09:37:55 +0000 |
commit | e37ce9db19fb583f60fc8d31a4093a8313ff47b8 (patch) | |
tree | d9bac48462457ff22044120738e5121b3a91d512 /etc/conf | |
parent | addca54f10fc065b8c619ddfd31ee843afbefdd4 (diff) |
Remove deprecated ONAP lifecycle test case
This patch removes the ONAP lifecycle deprecated test case.
Furthermore, it clears helper functions as well as unwanted
configuration.
Change-Id: Ib958457cf120ffb641a72be028d3a031741c44c6
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'etc/conf')
-rw-r--r-- | etc/conf/dovetail_config.yml | 4 | ||||
-rw-r--r-- | etc/conf/vnftest_config.yml | 31 |
2 files changed, 0 insertions, 35 deletions
diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index cdad0554..72d7fda3 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -20,7 +20,6 @@ testsuite_supported: - ovp.2018.09 - onap.tosca.2019.04 - onap.heat.2019.04 - - onap.1.0.0 # used for testcase cmd template in jinja2 format # we have two variables available now @@ -31,6 +30,3 @@ parameters: path: '("name",)' - name: validate_testcase path: '("validate", "testcase")' - -include_config: - - vnftest_config.yml diff --git a/etc/conf/vnftest_config.yml b/etc/conf/vnftest_config.yml deleted file mode 100644 index 4104d763..00000000 --- a/etc/conf/vnftest_config.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -vnftest: - image_name: onap/vnfsdk/vnftest - docker_tag: latest - opts: '-id --privileged=true' - shell: '/bin/bash' - config: - dir: '/home/onap/userconfig' - pre_condition: - - 'echo this is pre_condition' - cmds: - - 'mkdir -p /home/onap/vnftest/results/' - - "cd /home/onap/repos/vnftest && source /etc/vnftest/openstack.creds && - export CONF_FILE=/etc/vnftest/vnftest.yaml && - vnftest task start --output-file /home/onap/vnftest/results/{{testcase}}.out - /etc/vnftest/vnf_descriptor.yaml - tests/onap/test_cases/{{validate_testcase}}.yaml" - post_condition: - - 'echo this is post_condition' - result: - dir: '/home/onap/vnftest/results' - log: '/tmp/vnftest' - key_path: '/root/.ssh/id_rsa' - openrc: '/etc/vnftest/openstack.creds' - vnftest_conf: - - - src_file: '/home/opnfv/dovetail/pre_config/vnftest_conf.yaml' - dest_file: '/etc/vnftest/vnftest.yaml' - - - src_file: '/home/opnfv/dovetail/pre_config/vnf_descriptor.yaml' - dest_file: '/etc/vnftest/vnf_descriptor.yaml' |