This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.1 docs or all OpenStack docs too.

The nova.tests.integrated.test_login Module

class nova.tests.integrated.test_login.LoginTest(methodName='runTest')

Bases: nova.tests.integrated.integrated_helpers._IntegratedTestBase

test_bad_login_both_bad()

Test that I get a 401 with both bad username and bad password.

test_bad_login_password()

Test that I get a 401 with a bad username.

test_bad_login_username()

Test that I get a 401 with a bad password.

test_login()

Simple check - we list flavors - so we know we’re logged in.