]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test: Fix `virsh nodedev-list`
authorCole Robinson <crobinso@redhat.com>
Thu, 21 Mar 2024 22:50:22 +0000 (18:50 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 17 Apr 2024 14:51:56 +0000 (10:51 -0400)
commit66e4b5601637889b13b2152f8d2b8c6d7aeccd75
tree1efa7f523d9977dfe968746c6527ac6fd99b6f39
parente5b7f1e266103b06cf00361c9f483e080e3543ad
test: Fix `virsh nodedev-list`

$ virsh --connect test:///default nodedev-list
error: Failed to list node devices
error: unsupported flags (0x80000000) in function testConnectListAllNodeDevices

The test driver handles the nodedev state flags, we just need to
allow them

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/test/test_driver.c