You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "John Burwell (JIRA)" <ji...@apache.org> on 2016/09/30 08:39:20 UTC

[jira] [Created] (CLOUDSTACK-9521) Multiple Failures in the test_vpc_vpn Smoke Test Suite

John Burwell created CLOUDSTACK-9521:
----------------------------------------

             Summary: Multiple Failures in the test_vpc_vpn Smoke Test Suite
                 Key: CLOUDSTACK-9521
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9521
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: marvin
    Affects Versions: 4.8.1
            Reporter: John Burwell
            Assignee: Rohit Yadav
            Priority: Critical


The {{test_vpc_vpn}} test case fails with the following errors:

{code}
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']
{code}

All errors appear to be Python runtime issues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)