From b2c513d028451cc142e1647bf749f245020bf15b Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 14 Mar 2018 03:58:07 -0400 Subject: Disable restricts of sdnvpn test cases 1. The original testcases.yaml file of Functest restricts sdnvpn test cases to run on Fuel, Apex or Netvirt on bgpvpn scenario. https://github.com/opnfv/functest/blob/master/functest/ci/testcases.yaml#L278 2. Dovetail has a testcases.yaml file to allow sdnvpn test cases run on any commercial SUTs. https://github.com/opnfv/dovetail/blob/master/etc/userconfig/testcases.yaml#L113 Change-Id: I0d5ed5b22e55dc3dc0fe584dc57b28239334b7de Signed-off-by: xudan --- etc/testcase/sdnvpn.tc003.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/testcase/sdnvpn.tc003.yml') diff --git a/etc/testcase/sdnvpn.tc003.yml b/etc/testcase/sdnvpn.tc003.yml index fbf13ca3..ea74db38 100644 --- a/etc/testcase/sdnvpn.tc003.yml +++ b/etc/testcase/sdnvpn.tc003.yml @@ -5,6 +5,8 @@ dovetail.sdnvpn.tc003: 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_testcase3.yaml dest_path: /usr/lib/python2.7/site-packages/sdnvpn/test/functest/config.yaml -- cgit 1.2.3-korg