You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rayees Namathponnan (JIRA)" <ji...@apache.org> on 2013/07/26 00:59:48 UTC

[jira] [Created] (CLOUDSTACK-3824) [Automation] test case test_vpc_routers.py:TestVPCRouterOneNetwork failed with TypeError

Rayees Namathponnan created CLOUDSTACK-3824:
-----------------------------------------------

             Summary: [Automation] test case test_vpc_routers.py:TestVPCRouterOneNetwork failed with TypeError
                 Key: CLOUDSTACK-3824
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3824
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Automation
    Affects Versions: 4.2.0
         Environment: Automation
            Reporter: Rayees Namathponnan
            Priority: Critical
             Fix For: 4.2.0


Test case  test_vpc_routers.py:TestVPCRouterOneNetwork  failed with type error 

Error Message

unbound method create() must be called with PrivateGateway instance as first argument (got CloudStackAPIClient instance instead)
Stacktrace

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/usr/local/lib/python2.7/site-packages/nose/util.py", line 469, in try_run
    return func()
  File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_vpc_routers.py", line 791, in setUpClass
    vpcid=cls.vpc.id
TypeError: unbound method create() must be called with PrivateGateway instance as first argument (got CloudStackAPIClient instance instead)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira