From 86fba65c64321fee0385634298949a653dfbb454 Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Mon, 26 Feb 2018 09:19:59 +0000 Subject: Update the way of running tempest Use 'tempest run' instead of 'run_tempest.sh', which has been removed by tempest 16.0.0 Also, 'tempest.py' has been renamed to 'run_tempest.py', to avoid package importing conflict Change-Id: I61e802e0381d1f33281610e98d05813c9b96faf9 Signed-off-by: Linda Wang --- sdnvpn/test/functest/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdnvpn/test/functest/config.yaml') diff --git a/sdnvpn/test/functest/config.yaml b/sdnvpn/test/functest/config.yaml index a5f4782..d719453 100644 --- a/sdnvpn/test/functest/config.yaml +++ b/sdnvpn/test/functest/config.yaml @@ -2,7 +2,7 @@ defaults: flavor: m1.tiny # adapt to your environment testcases: - sdnvpn.test.functest.tempest: + sdnvpn.test.functest.run_tempest: enabled: true description: Neutron BGPVPN tests in tempest -- cgit 1.2.3-korg