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/25 09:51:49 UTC

[jira] [Created] (CLOUDSTACK-3798) test_accounts.TestUserLogin failed with login responce is NONE

Rayees Namathponnan created CLOUDSTACK-3798:
-----------------------------------------------

             Summary: test_accounts.TestUserLogin failed with login responce is NONE
                 Key: CLOUDSTACK-3798
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3798
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: Rayees Namathponnan


Below test case failed in regression test 

integration.component.test_accounts.TestUserLogin.test_LoginApiUuidResponse


Observed below error in log

Error Message

Login response should not be none
-------------------- >> begin captured logging << --------------------
testclient.testcase.TestUserLogin: DEBUG: Creating an user account..
testclient.testcase.TestUserLogin: DEBUG: Logging into the cloudstack with login API
--------------------- >> end captured logging << ---------------------
Stacktrace

  File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
    testMethod()
  File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_accounts.py", line 1501, in test_LoginApiUuidResponse
    self.assertEqual(respose, None, "Login response should not be none")
  File "/usr/local/lib/python2.7/unittest/case.py", line 494, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/local/lib/python2.7/unittest/case.py", line 487, in _baseAssertEqual
    raise self.failureException(msg)
Login response should not be none
-------------------- >> begin captured logging << --------------------
testclient.testcase.TestUserLogin: DEBUG: Creating an user account..
testclient.testcase.TestUserLogin: DEBUG: Logging into the cloudstack with login API
--------------------- >> end captured logging << ---------------------

--
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