From b36f480f90b9c4a930d584e72534d18bb306d6b4 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Fri, 7 Sep 2018 09:44:30 +0300 Subject: Fix run_tempest testcase JIRA: SDNVPN-221 This patch makes run_tempest testcase functional again. Due to changes to functest codebase this tescase was failing due to an exception when trying to get verifier id, because no verifier is created from functest, as it used to happen before. Change-Id: Ia31e913b81672215f607055765cac368b8ad5412 Signed-off-by: Stamatis Katsaounis --- sdnvpn/test/functest/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sdnvpn/test/functest/config.yaml') diff --git a/sdnvpn/test/functest/config.yaml b/sdnvpn/test/functest/config.yaml index e910c77..40703f3 100644 --- a/sdnvpn/test/functest/config.yaml +++ b/sdnvpn/test/functest/config.yaml @@ -7,6 +7,13 @@ testcases: order: 0 description: Neutron BGPVPN tests in tempest image_name: bgpvpn-tempest-image + functest_conf: + case_name: bgpvpn-tempest-tests + run: + args: + mode: '^networking_bgpvpn_tempest\.' + option: + - '--concurrency=4' sdnvpn.test.functest.testcase_1: enabled: true -- cgit 1.2.3-korg