Update to Xtesting 0.82.0 38/68838/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 9 Nov 2019 18:48:10 +0000 (19:48 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 9 Nov 2019 20:23:53 +0000 (21:23 +0100)
Change-Id: Ie94b35c9107c851bf0a412c1361629e0cf4154a2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 74384557d789e000b43f1622124ba348c3a678a5)

functest/core/tenantnetwork.py
functest/opnfv_tests/openstack/api/connection_check.py
upper-constraints.txt

index 2c85aaa..0cff8de 100644 (file)
@@ -157,6 +157,8 @@ class TenantNetwork1(testcase.TestCase):
         super(TenantNetwork1, self).__init__(**kwargs)
         self.res_dir = os.path.join(
             getattr(config.CONF, 'dir_results'), self.case_name)
+        self.output_log_name = 'functest.log'
+        self.output_debug_log_name = 'functest.debug.log'
         try:
             cloud_config = os_client_config.get_config()
             self.cloud = self.orig_cloud = shade.OpenStackCloud(
index 927b73b..adca30e 100644 (file)
@@ -34,6 +34,8 @@ class ConnectionCheck(testcase.TestCase):
         if "case_name" not in kwargs:
             kwargs["case_name"] = 'connection_check'
         super(ConnectionCheck, self).__init__(**kwargs)
+        self.output_log_name = 'functest.log'
+        self.output_debug_log_name = 'functest.debug.log'
         try:
             cloud_config = os_client_config.get_config()
             self.cloud = shade.OpenStackCloud(cloud_config=cloud_config)
index ba0ecb2..e61ecb7 100644 (file)
@@ -15,7 +15,7 @@ robotframework-httplibrary===0.4.2
 robotframework-requests===0.4.7
 robotframework-sshlibrary===2.1.3;python_version=='2.7'
 ansible===2.3.2.0
-xtesting===0.81.0
+xtesting===0.82.0
 networking-bgpvpn===9.0.0
 networking-sfc===7.0.0
 neutron===13.0.2