aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/py/test_dirty_pages.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/py/test_dirty_pages.py b/test/py/test_dirty_pages.py
index 7a84124..a16f18d 100644
--- a/test/py/test_dirty_pages.py
+++ b/test/py/test_dirty_pages.py
@@ -332,11 +332,6 @@ def stop_logging():
msg(ctx, sock, VFIO_USER_DIRTY_PAGES, payload)
- payload = vfio_user_dirty_pages(argsz=len(vfio_user_dirty_pages()),
- flags=VFIO_IOMMU_DIRTY_PAGES_FLAG_STOP)
-
- msg(ctx, sock, VFIO_USER_DIRTY_PAGES, payload)
-
def test_dirty_pages_stop():
stop_logging()