summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_virt.py
Commit message (Expand)AuthorAgeFilesLines
* virt: Move generic virt tests to nova/tests/virt/Rick Harris2013-05-231-139/+0
* Teardown container rootfs in host namespace for lxcunicell2012-12-241-5/+5
* Removed unused imports.Chuck Short2012-12-211-4/+0
* Remove img_handlers config parameter usageDaniel P. Berrange2012-11-211-8/+0
* Convert file injection code to use the VFS APIsDaniel P. Berrange2012-11-211-46/+0
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Switch from FLAGS to CONF in testsMark McLoughlin2012-11-101-2/+0
* Use testtools as the base testcase class.Monty Taylor2012-10-291-5/+9
* Skip tests in OSX due to readlink compatBrian Lamar2012-09-041-0/+5
* Fix the inject_metadata_into_fs in the disk API.Dan Prince2012-08-091-0/+11
* Prohibit file injection writing to host filesystemPádraig Brady2012-08-071-16/+29
* fix unmounting of LXC containersPádraig Brady2012-08-021-0/+64
* Prevent file injection writing to host filesystem.Russell Bryant2012-07-031-0/+20
* tests: unit tests for nova.virtIsaku Yamahata2011-07-231-0/+83
* Renamed test_virt.py to test_libvirt.py as per suggestion.Brian Lamar2011-04-221-886/+0
* Merged trunk and fixed simple exception conflict.Brian Lamar2011-04-221-1/+1
|\
| * merging trunkBrian Waldon2011-04-211-2/+4
| |\
| * | correcting tests; pep8Brian Waldon2011-04-151-1/+1
* | | Created new libvirt directory, moved libvirt_conn.py to libvirt/connection.py...Brian Lamar2011-04-221-23/+24
| |/ |/|
* | instance type get approach changed. tests fixedIlya Alekseyev2011-04-201-2/+2
* | trunk merged. conflict resolved.Ilya Alekseyev2011-04-181-2/+3
|\|
| * This branch is a patch for fixing below issue.Kei Masumoto2011-04-071-1/+2
| |\
| | * fix bug 746821Kei Masumoto2011-04-051-1/+2
| * | Refactor so that instances.instance_type is now instances.instance_type_id.Dan Prince2011-04-041-1/+1
| |/
* / Fixed network_info creating.Ilya Alekseyev2011-04-041-2/+4
|/
* Style fixesChuck Short2011-03-291-3/+3
* use self.flags in virt testChuck Short2011-03-281-1/+1
* Dont make the test failChuck Short2011-03-281-1/+3
* More pep8 correctionsChuck Short2011-03-281-2/+2
* Add more unit tests for lxcChuck Short2011-03-281-1/+3
* Merge trunkChuck Short2011-03-251-2/+4
|\
| * trunk merged. conflicts resolvedIlya Alekseyev2011-03-241-3/+14
| |\
| * | couple of bugs fixedIlya Alekseyev2011-03-241-1/+2
| * | migration gateway_v6 to network_infoEldar Nugaev2011-03-241-1/+2
* | | Merge trunkChuck Short2011-03-241-3/+14
|\ \ \ | | |/ | |/|
| * | Merge trunkSoren Hansen2011-03-241-2/+0
| |\ \
| | * | Remove checks in _cache_image tests that were too implementation specific.Soren Hansen2011-03-221-3/+1
| | * | Convert _cache_image to use utils.synchronized decorator. Disable its test ca...Soren Hansen2011-03-221-1/+1
| | |/
| * / Pass a fake timing source to test_ensure_filtering_rules_for_instance_timeout...Soren Hansen2011-03-221-1/+14
| |/
* | pep8 fixesChuck Short2011-03-171-2/+1
* | more pep8 fixesChuck Short2011-03-171-3/+3
* | Fix up testsChuck Short2011-03-171-7/+6
* | Fix more pep8 errorsChuck Short2011-03-171-6/+6
* | Fixed typo when I was trying to add test cases for lxcChuck Short2011-03-171-1/+1
* | Fix pep8 errorsChuck Short2011-03-171-2/+0
* | Update Authors and testsuiteChuck Short2011-03-171-17/+24
* | Add basic tests for lxc containers.Chuck Short2011-03-161-0/+36
* | Revert testsuite changesChuck Short2011-03-161-4/+1
* | Really fix testcaseChuck Short2011-03-161-1/+1