From 8b0d80d556dfd7935b6464ec76b49c9c0e6249e0 Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 23 Mar 2018 00:03:58 -0400 Subject: Support to specify docker image for each test case 1. Currently each type of test cases will use one docker image. 2. For example, Functest test cases use opnfv/functest-restapi:euphrates Yardstick uses opnfv/yardstick:opnfv-5.1.0 3. It needs to support to specify the docker image for each test case. 4. For example, vping test cases use opnfv/functest-smoke:euphrates sdnvpn uses opnfv/functest-features:euphrates 5. The benefit of this is that these docker images are well verified by Functest CI and from Functest plan, they may not support functest-restapi docker image in its future release. JIRA: DOVETAIL-638 Change-Id: I8a30eea2233aeff809af2e241b6c939194397832 Signed-off-by: xudan --- etc/testcase/sdnvpn.tc001.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/testcase/sdnvpn.tc001.yml') diff --git a/etc/testcase/sdnvpn.tc001.yml b/etc/testcase/sdnvpn.tc001.yml index 698b0d2e..a5f9fd00 100644 --- a/etc/testcase/sdnvpn.tc001.yml +++ b/etc/testcase/sdnvpn.tc001.yml @@ -5,6 +5,7 @@ dovetail.sdnvpn.tc001: validate: type: functest testcase: bgpvpn + image_name: opnfv/functest-features pre_copy: exist_src_file: sdnvpn_config_testcase1.yaml dest_path: /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml -- cgit 1.2.3-korg