summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/libvirt/test_guest.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Handle "no RAM info was set" migration case"Zuul2022-10-061-0/+22
|\
| * Handle "no RAM info was set" migration caseBrett Milford2022-08-291-0/+22
* | Add source dev parsing for vdpa interfacesSean Mooney2022-08-221-1/+13
|/
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* tests: Move libvirt-specific fixturesStephen Finucane2021-05-241-4/+5
* Merge "Remove references to 'sys.version_info'"Zuul2021-05-031-6/+0
|\
| * Remove references to 'sys.version_info'Stephen Finucane2021-04-211-6/+0
* | Move the guest.get_disk test to test_guestBalazs Gibizer2021-04-181-0/+77
* | Replace blind retry with libvirt event waiting in detachBalazs Gibizer2021-04-181-207/+0
|/
* libvirt: Ignore device already in the process of unplug errorsLee Yarwood2021-04-091-0/+42
* Merge "libvirt: allow querying devices from the persistent domain"Zuul2021-03-021-0/+43
|\
| * libvirt: allow querying devices from the persistent domainBalazs Gibizer2021-02-221-0/+43
* | libvirt: add IP address to libvirt guest metadataNobuhiro MIKI2021-02-181-0/+33
|/
* libvirt: Remove MIN_LIBVIRT_VIR_ERR_DEVICE_MISSINGLee Yarwood2021-01-221-39/+2
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-3/+2
* Log stack trace when fails launching a defined domainFederico Ressi2020-09-231-1/+1
* Support SRIOV interface attach and detachBalazs Gibizer2020-09-101-0/+38
* libvirt: Provide VIR_MIGRATE_PARAM_PERSIST_XML during live migrationLee Yarwood2020-08-251-0/+1
* libvirt: Do not reference VIR_ERR_DEVICE_MISSING when libvirt is < v4.1.0Lee Yarwood2020-08-181-13/+26
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-18/+0
* libvirt: Handle VIR_ERR_DEVICE_MISSING when detaching devicesLee Yarwood2020-07-221-53/+57
* libvirt: Simplify '_create_domain' functionStephen Finucane2020-07-161-9/+17
* libvirt: Always provide the size in bytes when calling virDomainBlockResizeLee Yarwood2020-04-011-1/+1
* libvirt: Remove 'enable_hairpin'Stephen Finucane2019-11-291-21/+0
* Avoid logging traceback when detach device not foundmelanie witt2019-07-191-0/+5
* hacking: Resolve W503 (line break occurred before a binary operator)Stephen Finucane2019-06-241-4/+4
* Add missing libvirt exception during device detachChris Friesen2019-03-071-0/+22
* Skip checking of target_dev for vhostuserarches2019-01-241-0/+28
* Use SleepFixture instead of mocking _ThreadingEvent.waitmelanie witt2018-11-081-0/+4
* remove mocks of oslo.service private membersDoug Hellmann2018-11-081-2/+0
* Merge "Revert "libvirt: add method to configure migration speed""Zuul2018-09-181-4/+0
|\
| * Revert "libvirt: add method to configure migration speed"Matt Riedemann2018-08-291-4/+0
* | Merge "libvirt: guest: introduce blockStats instead of domain.blockStats"Zuul2018-09-031-0/+4
|\ \ | |/ |/|
| * libvirt: guest: introduce blockStats instead of domain.blockStatsChen Hanxiao2018-08-021-0/+4
* | Handle unicode characters in migration paramsmelanie witt2018-08-101-2/+6
* | Merge "Grease some more tests hitting RetryDecorator"Zuul2018-08-071-0/+2
|\ \
| * | Grease some more tests hitting RetryDecoratorEric Fried2018-08-021-0/+2
| |/
* | Merge "In Python3.7 async is a keyword [1]"Zuul2018-08-031-1/+1
|\ \ | |/ |/|
| * In Python3.7 async is a keyword [1]Corey Bryant2018-07-201-1/+1
* | libvirt: Remove usage of migrateToURI{2} APIsKashyap Chamarthy2018-07-311-17/+16
* | libvirt: Remove reference to transient domain when detaching devicesLee Yarwood2018-07-231-3/+3
|/
* Merge "libvirt: add method to configure migration speed"Zuul2017-10-191-0/+4
|\
| * libvirt: add method to configure migration speedSahid Orentino Ferdjaoui2017-10-021-0/+4
* | Make etree.tostring() emit unicode everywhereMatthew Booth2017-09-281-0/+10
|/
* libvirt: bandwidth param should be set in guest migrateSahid Orentino Ferdjaoui2017-09-211-1/+1
* Move execs of tee to privsep.Michael Still2017-09-121-13/+9
* Merge "Trim the fat from InstanceInfo"Jenkins2017-09-061-5/+1
|\
| * Trim the fat from InstanceInfoEric Fried2017-07-251-5/+1
* | Detach device from live domain even if not found on persistentmelanie witt2017-08-011-7/+43
|/
* libvirt: Check if domain is persistent before detaching devicesMatt Riedemann2017-06-071-9/+31