summaryrefslogtreecommitdiff
path: root/nova/tests/functional/libvirt/base.py
Commit message (Expand)AuthorAgeFilesLines
* Have host look for CPU controller of cgroupsv2 location.Jorge San Emeterio2023-05-031-0/+1
* Make resource tracker use UUIDs instead of namesDan Smith2023-01-301-0/+3
* Add get_available_node_uuids() to virt driverDan Smith2023-01-201-1/+4
* Add compute restart capability for libvirt func testsBalazs Gibizer2022-08-101-6/+94
* Remove double mocking... againBalazs Gibizer2022-08-081-4/+4
* Remove double mockingBalazs Gibizer2022-08-021-9/+9
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* Record SRIOV PF MAC in the binding profileBalazs Gibizer2022-05-031-1/+23
* Fix migration with remote-managed ports & add FTDmitrii Shcherbakov2022-03-041-0/+30
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+1
* fup: Move _migrate_stub into LibvirtMigrationMixinLee Yarwood2021-08-201-0/+25
* fup: Move OSBrickFixture into base.ServersTestBaseLee Yarwood2021-08-111-0/+1
* tests: Rename 'ImageBackendFixture' to 'LibvirtImageBackendFixture'Stephen Finucane2021-05-241-1/+1
* tests: Move libvirt-specific fixturesStephen Finucane2021-05-241-4/+3
* Test SRIOV port move operations with PCI conflictsArtom Lifshitz2021-04-151-0/+30
* tests: Add functional test for vDPA deviceStephen Finucane2021-03-161-5/+7
* fakelibvirt: make kB_mem default not laughableArtom Lifshitz2021-03-091-4/+1
* Merge "Drop support for custom schedulers"Zuul2021-03-071-1/+0
|\
| * Drop support for custom schedulersStephen Finucane2021-02-091-1/+0
* | tests: Remove unnecessary mockStephen Finucane2021-02-201-10/+0
* | tests: Add 'nova.virt.libvirt.utils.get_arch' stub to fixtureStephen Finucane2021-02-201-8/+0
|/
* functional: Add test for SR-IOV neutron portsStephen Finucane2020-09-141-4/+10
* conductor: Don't use setattrStephen Finucane2020-09-141-1/+5
* functional: Use tempdir for CONF.instances_pathStephen Finucane2020-09-101-0/+2
* functional: Add 'start_compute' helperStephen Finucane2020-09-101-40/+38
* functional: Provide default 'host_info' for '_get_connection'Stephen Finucane2020-08-281-4/+5
* libvirt: Add emulated TPM support to NovaChris Friesen2020-08-251-4/+13
* functional: Drop '_api' suffix from placement fixtureStephen Finucane2020-08-191-1/+1
* tests: Remove 'test_servers.ServersTestBase'Stephen Finucane2020-07-161-2/+3
* libvirt: Don't delete disks on shared storage during evacuateMatthew Booth2020-05-261-1/+2
* Helper to start computes with different HostInfosArtom Lifshitz2019-11-121-0/+53
* libvirt: Mock 'libvirt_utils.file_open' properlyStephen Finucane2019-09-181-1/+1
* fakelibvirt: Make 'Connection.getHostname' uniqueStephen Finucane2019-09-181-2/+3
* Add support for translating CPU policy extra specs, image metaStephen Finucane2019-09-181-3/+11
* Don't duplicate PlacementFixture in libvirt func testsChris Dent2019-09-091-2/+0
* libvirt: Make scheduler filters customizableStephen Finucane2019-09-031-2/+17
* libvirt: Mock libvirt'y things in setUpStephen Finucane2019-08-161-1/+15
* Remove fake_libvirt_utils users in functional testing.Michael Still2019-07-231-4/+0
* libvirt: Use SATA bus for cdrom devices when using Q35 machine typeLee Yarwood2019-06-121-0/+9
* Include all network devices in nova diagnosticsFrancois Palin2019-04-151-0/+181
* tests: Stub out privsep modulesStephen Finucane2019-04-011-0/+2
* Add functional test for libvirt vgpu reshapeBalazs Gibizer2019-02-281-3/+6
* Use external placement in functional testsChris Dent2018-12-121-2/+2
* tests: Create functional libvirt test base classStephen Finucane2018-08-231-0/+67