summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/libvirt/test_vif.py
Commit message (Expand)AuthorAgeFilesLines
* Remove double mocking... againBalazs Gibizer2022-08-081-19/+15
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Fix typosRajesh Tailor2022-05-301-2/+2
* Add 'hw:vif_multiqueue_enabled' flavor extra specStephen Finucane2021-11-161-19/+39
* Merge "Fix 1vcpu error with multiqueue and vif_type=tap"Zuul2021-08-191-16/+36
|\
| * Fix 1vcpu error with multiqueue and vif_type=tapRodrigo Barbieri2021-08-181-16/+36
* | smartnic support - new vnic typeYongli He2021-08-051-2/+31
|/
* Merge "image_meta: Provide image_ref as the id when fetching from instance"Zuul2021-05-241-0/+4
|\
| * image_meta: Provide image_ref as the id when fetching from instanceLee Yarwood2021-05-201-0/+4
* | tests: Move libvirt-specific fixturesStephen Finucane2021-05-241-2/+3
|/
* libvirt: Delegate OVS plug to os-vifStephen Finucane2021-04-301-43/+13
* tests: Stop mocking 'nova.virt.libvirt.utils.get_arch'Stephen Finucane2021-03-051-14/+7
* tests: Poison os.unameStephen Finucane2021-02-201-12/+34
* libvirt: Drop support for XenStephen Finucane2021-01-221-10/+1
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-4/+3
* Remove six.binary_type/integer_types/string_typesTakashi Natsume2020-12-131-1/+1
* Fix virsh domifstat to get vhostuser vif statisticszhanghao2020-10-131-18/+10
* Allow tap interface with multiqueueRodrigo Barbieri2020-09-111-3/+64
* Merge "libvirt: Remove unused host parameters"Zuul2020-09-011-4/+1
|\
| * libvirt: Remove unused host parametersStephen Finucane2020-06-021-4/+1
* | Merge "libvirt: Remove MIN_*_INTERFACE_MTU, MIN_*_TX_QUEUE_SIZE"Zuul2020-09-011-196/+36
|\ \ | |/
| * libvirt: Remove MIN_*_INTERFACE_MTU, MIN_*_TX_QUEUE_SIZEStephen Finucane2020-06-021-196/+36
* | QEMU/KVM: accept vmxnet3 NICGonéri Le Bouder2020-07-221-2/+4
* | libvirt: Mark e1000e VIF as supportedStephen Finucane2020-06-101-0/+2
|/
* nova-net: Copy shared utils from nova-net moduleStephen Finucane2020-01-081-5/+4
* nova-net: Remove firewall support (pt. 2)Stephen Finucane2020-01-061-55/+12
* nova-net: Correct some broken VIF testsStephen Finucane2019-12-161-16/+3
* add [libvirt]/max_queues config optionSean Mooney2019-12-021-0/+15
* Revert "vif: Resolve a TODO and update another"Lenny Verkhovsky2019-10-221-10/+20
* Apply SEV-specific guest config when SEV is requiredBoris Bobrov2019-09-101-0/+3
* We no longer need rootwrap.Michael Still2019-02-271-7/+0
* Pass extra_specs to flavor in vif testsBoris Bobrov2019-07-241-1/+2
* vif: Remove dead minimum libvirt checksStephen Finucane2019-07-121-19/+2
* vif: Resolve a TODO and update anotherStephen Finucane2019-07-121-19/+10
* libvirt: vif: Remove MIN_LIBVIRT_MACVTAP_PASSTHROUGH_VLANKashyap Chamarthy2019-07-051-2/+0
* Ignore hw_vif_type for direct, direct-physical vNIC typesStephen Finucane2019-06-201-4/+7
* Use assertXmlEqual() helper for all XML comparison testsAdam Spiers2019-03-081-2/+1
* Merge "Further de-dupe os-vif VIF tests"Zuul2019-03-061-160/+124
|\
| * Further de-dupe os-vif VIF testsStephen Finucane2019-02-131-160/+124
* | Merge "Validate bandwidth configuration for other VIF types"Zuul2019-03-061-255/+205
|\ \ | |/
| * Validate bandwidth configuration for other VIF typesStephen Finucane2019-02-131-255/+205
* | Move create_tap_dev into privsep.Michael Still2019-02-191-2/+5
* | Create specialist set_macaddr_and_vlan helper.Michael Still2019-02-191-9/+6
* | Merge "Libvirt: do not set MAC when unplugging macvtap VF"Zuul2019-02-151-8/+5
|\ \ | |/ |/|
| * Libvirt: do not set MAC when unplugging macvtap VFSean Mooney2019-02-141-8/+5
* | Don't set bandwidth limits for vhostuser, hostdev interfacesStephen Finucane2019-02-121-0/+23
|/
* Merge "Move setting mac addresses for network devices to privsep."Zuul2019-02-051-9/+8
|\
| * Move setting mac addresses for network devices to privsep.Michael Still2019-01-311-9/+8
* | Add support for vrouter HW datapath offloadsJan Gutter2019-01-311-0/+47
|/
* Convert vrouter legacy plugging to os-vifJan Gutter2019-01-251-51/+36