From 471128ebc1414eb6e97dcf444bf4f312ea24d6a5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 19 Mar 2018 10:29:57 +0100 Subject: Update xtesting to 0.31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It mainly fixes regex when INSTALLER_TYPE is unset [1] [1] https://gerrit.opnfv.org/gerrit/#/c/54089/ Change-Id: I57430e87ec7b988337697417e319cf4f9b207e0d Signed-off-by: Cédric Ollivier --- functest/tests/unit/odl/test_odl.py | 1 + upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/functest/tests/unit/odl/test_odl.py b/functest/tests/unit/odl/test_odl.py index 88adb3e77..21b819ac5 100644 --- a/functest/tests/unit/odl/test_odl.py +++ b/functest/tests/unit/odl/test_odl.py @@ -171,6 +171,7 @@ class ODLMainTesting(ODLTesting): 'RESTCONFPORT:{}'.format(self._odl_restconfport)] args[1].assert_called_once_with( odl.ODLTests.basic_suite_dir, odl.ODLTests.neutron_suite_dir, + include=[], log='NONE', output=os.path.join(self.test.res_dir, 'output.xml'), report='NONE', stdout=mock.ANY, variable=variable, diff --git a/upper-constraints.txt b/upper-constraints.txt index ea6809dd0..a7f615aa7 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -19,5 +19,5 @@ robotframework-sshlibrary===2.1.3;python_version=='2.7' IPy===0.83 ansible===2.3.2.0 flasgger===0.6.6 -xtesting===0.22.0 +xtesting===0.31.0 networking-bgpvpn===7.0.0 -- cgit 1.2.3-korg