summaryrefslogtreecommitdiff
path: root/nova/tests/console
Commit message (Expand)AuthorAgeFilesLines
* Merge "console: make unsupported ws scheme in python < 2.7.4"Jenkins2014-10-081-4/+37
|\
| * console: make unsupported ws scheme in python < 2.7.4Sahid Orentino Ferdjaoui2014-10-061-4/+37
* | Merge "Use oslo.utils"Jenkins2014-10-081-1/+1
|\ \
| * | Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
| |/
* | console: introduce a new exception InvalidConnectionInfoSahid Orentino Ferdjaoui2014-10-021-1/+2
|/
* Merge "Remove all redundant `setUp` methods."Jenkins2014-10-021-3/+0
|\
| * Remove all redundant `setUp` methods.Mikhail Durnosvistov2014-09-151-3/+0
* | console: fix bug when invalid connection infoSahid Orentino Ferdjaoui2014-09-291-0/+37
* | console: introduce a new exception InvalidTokenSahid Orentino Ferdjaoui2014-09-291-2/+5
* | console: make websocketproxy handles token from pathSahid Orentino Ferdjaoui2014-09-291-0/+83
|/
* virt: add method get_serial_console to driverVladan Popovic2014-09-051-0/+5
* console: add typed console objectsSahid Orentino Ferdjaoui2014-09-011-0/+59
* console: add serial console moduleSahid Orentino Ferdjaoui2014-08-301-0/+137
* Fix and Gate on E265Joe Gordon2014-07-241-2/+0
* Removed copyright from empty filesAndras Gyacsok2014-02-271-14/+0
* Remove vi modelinesliu-sheng2014-02-033-6/+0
* Port to oslo.messagingMark McLoughlin2014-02-012-24/+28
* Remove console 1.X rpc apiRussell Bryant2013-11-251-3/+3
* Add V2 rpc api for consoleRussell Bryant2013-11-191-0/+10
* Utilizes assertIn - tests/etcZhongyue Luo2013-10-211-1/+1
* Replace assert_ with assertTrueZhongyue Luo2013-10-041-1/+1
* Merge "Fix console db can't load attribute pool"Jenkins2013-09-291-1/+2
|\
| * Fix console db can't load attribute poolHe Jie Xu2013-09-251-1/+2
* | Convert TestCases to NoDBTestCaseMichael Still2013-09-211-1/+1
|/
* Fix console api pass tuple as topic to console rpc apiHe Jie Xu2013-09-101-5/+5
* Stub out get_console_topic() in test_create_consoleMark McLoughlin2013-08-231-5/+7
* Fix and Gate on H303 (no wildcard imports)Joe Gordon2013-07-301-3/+0
* Remove unused launch_time from instanceChris Behrens2013-05-311-1/+0
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-242-17/+0
* Update OpenStack LLC to FoundationKurt Taylor2013-02-262-2/+2
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-192-2/+4
* Merge "fix N402 for nova/tests"Jenkins2013-01-091-3/+3
|\
| * fix N402 for nova/testsSean Dague2013-01-091-3/+3
* | Move manager options into nova.serviceMark McLoughlin2013-01-091-1/+1
* | Move console_topic into nova.console.rpcapiMark McLoughlin2013-01-081-1/+0
|/
* Add get_backdoor_port to console.Matthew Treinish2012-12-192-16/+38
* Access DB values as dict not as attributes. Part 2Joe Gordon2012-11-291-1/+1
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-202-2/+2
* Remove nova.config.CONFMark McLoughlin2012-11-202-2/+4
* Remove nova.flagsMark McLoughlin2012-11-172-2/+0
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-102-5/+4
* Remove flags.DECLAREMark McLoughlin2012-11-041-1/+3
* Remove unnecessary setUp, tearDown and __init__ in testsJohannes Erdfelt2012-09-281-7/+0
* Fix use of non-existant var pool.Russell Bryant2012-08-161-1/+69
* Change base rpc version to 1.0 in compute rpcapi.Russell Bryant2012-07-121-1/+1
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* instance_destroy now only takes a uuid.Michael Still2012-06-091-12/+12
* Convert consoles to use instance uuid.Michael Still2012-06-071-2/+2
* Add version to console rpc API.Russell Bryant2012-05-233-0/+203