From c61074191d0d25ab7cd7830ef90a49a3caefcd09 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 13 Apr 2022 07:00:37 -0400 Subject: tests: Drop usage of sgio=unfiltered libvirt 8.1.0+ rejects it, so it breaks the testsuite Fixes: #382 Signed-off-by: Cole Robinson --- tests/data/testdriver/testdriver.xml | 2 +- tests/data/xmlparse/change-disk-out.xml | 2 +- tests/test_xmlparse.py | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/data/testdriver/testdriver.xml b/tests/data/testdriver/testdriver.xml index 082ac095..b213863d 100644 --- a/tests/data/testdriver/testdriver.xml +++ b/tests/data/testdriver/testdriver.xml @@ -245,7 +245,7 @@ Foo bar baz & yeah boii < > yeahfoo - + diff --git a/tests/data/xmlparse/change-disk-out.xml b/tests/data/xmlparse/change-disk-out.xml index 66a70395..003750fb 100644 --- a/tests/data/xmlparse/change-disk-out.xml +++ b/tests/data/xmlparse/change-disk-out.xml @@ -37,7 +37,7 @@ - + diff --git a/tests/test_xmlparse.py b/tests/test_xmlparse.py index 15ca8f75..1bf0ebe5 100644 --- a/tests/test_xmlparse.py +++ b/tests/test_xmlparse.py @@ -314,8 +314,6 @@ def testAlterDisk(): check = _make_checker(disk) check("type", "block") check("device", "lun") - check("sgio", None, "unfiltered") - check("rawio", None, "yes") disk = _get_disk("sda") check = _make_checker(disk) -- cgit v1.2.1