aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/py/test_device_get_region_info.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/py/test_device_get_region_info.py b/test/py/test_device_get_region_info.py
index f7e63d2..cea3e98 100644
--- a/test/py/test_device_get_region_info.py
+++ b/test/py/test_device_get_region_info.py
@@ -134,10 +134,14 @@ def test_device_get_region_info_small_argsz_caps():
info, _ = vfio_region_info.pop_from_buffer(result)
assert info.argsz == 80
+
+ '''
+ There are capabilites but we do not expect VFIO_REGION_INFO_FLAG_CAPS
+ to be set because they do not fit in reply as argsz is small
+ '''
assert info.flags == (VFIO_REGION_INFO_FLAG_READ |
VFIO_REGION_INFO_FLAG_WRITE |
- VFIO_REGION_INFO_FLAG_MMAP |
- VFIO_REGION_INFO_FLAG_CAPS)
+ VFIO_REGION_INFO_FLAG_MMAP)
assert info.index == VFU_PCI_DEV_BAR2_REGION_IDX
assert info.cap_offset == 0
assert info.size == 0x8000