nova/nova/tests/functional/libvirt
Hemanth Nakkina 73e631862a Update pci stat pools based on PCI device changes
At start up of nova-compute service, the PCI stat pools are
populated based on information in pci_devices table in Nova
database. The pools are updated only when new device is added
or removed but not on any device changes like device type.

If an existing device is configured as SRIOV and nova-compute
is restarted, the pci_devices table gets updated but the device
is still listed under the old pool in pci_tracker.stats.pool
(in-memory object).

This patch looks for device type updates in existing devices
and updates the pools accordingly.

Conflicts:
      nova/tests/functional/libvirt/test_pci_sriov_servers.py

To avoid the conflicts and make the new functional test execute,
following changes are performed in the new test case
- Passing hostname as argument to self._get_connection() is not
  supported in stable/stein and hence dropped the argument.
- Compute nodes cannot be retreived by host and nodename should
  also be included in stable/stein. So modified the function call
  to use objects.ComputeNode.get_by_host_and_nodename instead.

Change-Id: Id4ebb06e634a612c8be4be6c678d8265e0b99730
Closes-Bug: #1892361
(cherry picked from commit b8695de6da)
(cherry picked from commit d8b8a8193b)
(cherry picked from commit f58399cf49)
(cherry picked from commit 8378785f99)
2021-01-21 10:08:15 +05:30
..
__init__.py tests: introduce a NUMAServersTest class 2015-04-16 11:43:53 -04:00
base.py libvirt: Use SATA bus for cdrom devices when using Q35 machine type 2019-06-13 15:56:58 +00:00
test_evacuate.py libvirt: Don't delete disks on shared storage during evacuate 2020-06-10 02:24:13 +00:00
test_numa_servers.py FUP for in-place numa rebuild 2020-01-22 15:06:07 +00:00
test_pci_sriov_servers.py Update pci stat pools based on PCI device changes 2021-01-21 10:08:15 +05:30
test_report_cpu_traits.py Convert driver supported capabilities to compute node provider traits 2019-02-28 23:28:19 +00:00
test_reshape.py Enhance service restart in functional env 2020-01-20 16:56:13 +00:00
test_rt_servers.py tests: Create functional libvirt test base class 2018-08-23 17:37:50 +00:00
test_shared_resource_provider.py Use uuidsentinel from oslo.utils 2018-09-05 09:08:54 -05:00