summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/test_login.py
Commit message (Expand)AuthorAgeFilesLines
* move all tests to nova/tests/unitSean Dague2014-11-121-36/+0
* Don't translate debug level logs in nova.spice, storage, tests and vncGary Kotton2014-05-011-2/+1
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Port integrated tests for V3 APIChris Yeoh2013-08-161-0/+5
* Refactor integrated tests to support V2 and V3 API testingChris Yeoh2013-08-161-0/+2
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Fix broken logging imports.Vishvananda Ishaya2013-02-191-1/+1
* fix N402 for nova/testsSean Dague2013-01-091-1/+1
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* fix integration testsVishvananda Ishaya2011-08-171-33/+0
* fix more tests that use FLAGS settingChris Behrens2011-08-031-4/+0
* More fixes to keep the stylebot happyJustin Santa Barbara2011-03-281-4/+4
* Fake out network service as well, otherwise we can't terminate the instance i...Justin Santa Barbara2011-03-241-1/+0
* Test for attach / detach (and associated fixes)Justin Santa Barbara2011-03-241-11/+1
* Reapplied rename to another file.Justin Santa Barbara2011-03-141-3/+3
* Derive unit test from standard nova.test.TestCaseJustin Santa Barbara2011-03-141-1/+3
* Pep8 / StyleJustin Santa Barbara2011-03-101-1/+1
* Test login. Uncovered bug732866Justin Santa Barbara2011-03-101-0/+77