]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Partial Revert of "tests: nodedevxml2xmltest: test more mdev files"
authorJonathon Jongsma <jjongsma@redhat.com>
Wed, 26 May 2021 15:40:25 +0000 (10:40 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 27 May 2021 13:38:19 +0000 (15:38 +0200)
This reverts parts of commit bb8c3b61208ed0f29dcbeca857529600f04b3146
that added tests for autostart functionality (which will be reverted in
the following commit)

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/nodedevschemadata/mdev_autostart.xml [deleted file]
tests/nodedevschemadata/mdev_manual.xml [deleted file]
tests/nodedevxml2xmlout/mdev_autostart.xml [deleted file]
tests/nodedevxml2xmlout/mdev_manual.xml [deleted file]
tests/nodedevxml2xmltest.c

diff --git a/tests/nodedevschemadata/mdev_autostart.xml b/tests/nodedevschemadata/mdev_autostart.xml
deleted file mode 100644 (file)
index 7f2f341..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<device>
-  <name>mdev_9c4954d2_fa39_4973_9d66_d61c6c4d0100</name>
-  <parent>pci_0000_00_02_0</parent>
-  <capability type='mdev'>
-    <type id='i915-GVTg_V5_8'/>
-    <attr name='example-attribute' value='attribute-value'/>
-    <start type='auto'/>
-    <uuid>9c4954d2-fa39-4973-9d66-d61c6c4d0100</uuid>
-  </capability>
-</device>
diff --git a/tests/nodedevschemadata/mdev_manual.xml b/tests/nodedevschemadata/mdev_manual.xml
deleted file mode 100644 (file)
index 9001588..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<device>
-  <name>mdev_9c4954d2_fa39_4973_9d66_d61c6c4d0100</name>
-  <parent>pci_0000_00_02_0</parent>
-  <capability type='mdev'>
-    <type id='i915-GVTg_V5_8'/>
-    <attr name='example-attribute' value='attribute-value'/>
-    <start type='manual'/>
-    <uuid>9c4954d2-fa39-4973-9d66-d61c6c4d0100</uuid>
-  </capability>
-</device>
diff --git a/tests/nodedevxml2xmlout/mdev_autostart.xml b/tests/nodedevxml2xmlout/mdev_autostart.xml
deleted file mode 100644 (file)
index 4313c4a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<device>
-  <name>mdev_9c4954d2_fa39_4973_9d66_d61c6c4d0100</name>
-  <parent>pci_0000_00_02_0</parent>
-  <capability type='mdev'>
-    <type id='i915-GVTg_V5_8'/>
-    <uuid>9c4954d2-fa39-4973-9d66-d61c6c4d0100</uuid>
-    <start type='auto'/>
-    <iommuGroup number='0'/>
-    <attr name='example-attribute' value='attribute-value'/>
-  </capability>
-</device>
diff --git a/tests/nodedevxml2xmlout/mdev_manual.xml b/tests/nodedevxml2xmlout/mdev_manual.xml
deleted file mode 100644 (file)
index 0735f29..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<device>
-  <name>mdev_9c4954d2_fa39_4973_9d66_d61c6c4d0100</name>
-  <parent>pci_0000_00_02_0</parent>
-  <capability type='mdev'>
-    <type id='i915-GVTg_V5_8'/>
-    <uuid>9c4954d2-fa39-4973-9d66-d61c6c4d0100</uuid>
-    <start type='manual'/>
-    <iommuGroup number='0'/>
-    <attr name='example-attribute' value='attribute-value'/>
-  </capability>
-</device>
index 7bd508f750cf5866a0d664aff8e01d269d418fc7..e9716726d71a3eceee0a1f5b048d817c034f857e 100644 (file)
@@ -135,8 +135,6 @@ mymain(void)
     DO_TEST("mdev_d069d019_36ea_4111_8f0a_8c9a70e21366");
     DO_TEST("mdev_d2441d39_495e_4243_ad9f_beb3f14c23d9");
     DO_TEST("mdev_fedc4916_1ca8_49ac_b176_871d16c13076");
-    DO_TEST("mdev_autostart");
-    DO_TEST("mdev_manual");
 
     return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
 }