Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
4.8.1
-
Security Level: Public (Anyone can view this level - this is the default.)
-
CentOS 7.2 + XenServer 6.5 + NFS Primary/Secondary Storage
Description
The test_vpc_vpn test case fails with the following errors:
2016-09-27 22:19:30,562 - CRITICAL - EXCEPTION: test_01_redundant_vpc_site2site_vpn: ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/unittest/case.py", line 369, in run\n testMethod()\n', ' File "/marvin/tests/smoke/test_vpc_vpn.py", line 1154, in test_01_redundant_vpc_site2site_vpn\n ssh_client = self._get_ssh_client(vm2, self.services, 10)\n', ' File "/marvin/tests/smoke/test_vpc_vpn.py", line 898, in _get_ssh_client\n self.fail("Unable to create ssh connection: " % e)\n', 'TypeError: not all arguments converted during string formatting\n'] 2016-09-27 22:24:04,109 - CRITICAL - EXCEPTION: test_01_vpc_remote_access_vpn: ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/unittest/case.py", line 369, in run\n testMethod()\n', ' File "/marvin/tests/smoke/test_vpc_vpn.py", line 336, in test_01_vpc_remote_access_vpn\n self.assert_(vpc is not None, "VPC creation failed")\n', "UnboundLocalError: local variable 'vpc' referenced before assignment\n"] 2016-09-27 22:32:44,470 - CRITICAL - EXCEPTION: test_01_vpc_site2site_vpn: ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/unittest/case.py", line 369, in run\n testMethod()\n', ' File "/marvin/tests/smoke/test_vpc_vpn.py", line 787, in test_01_vpc_site2site_vpn\n ssh_client = self._get_ssh_client(vm2, self.services, 10)\n', ' File "/marvin/tests/smoke/test_vpc_vpn.py", line 497, in _get_ssh_client\n self.fail("Unable to create ssh connection: " % e)\n', 'TypeError: not all arguments converted during string formatting\n']
All errors appear to be Python runtime issues.