Partial Revert of "tests: nodedevxml2xmltest: test more mdev files"

This reverts parts of commit bb8c3b6120
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>
This commit is contained in:
Jonathon Jongsma 2021-05-26 10:40:25 -05:00 committed by Michal Privoznik
parent d743dabfb5
commit 3e0f552dab
5 changed files with 0 additions and 44 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -135,8 +135,6 @@ mymain(void)
DO_TEST("mdev_d069d019_36ea_4111_8f0a_8c9a70e21366"); DO_TEST("mdev_d069d019_36ea_4111_8f0a_8c9a70e21366");
DO_TEST("mdev_d2441d39_495e_4243_ad9f_beb3f14c23d9"); DO_TEST("mdev_d2441d39_495e_4243_ad9f_beb3f14c23d9");
DO_TEST("mdev_fedc4916_1ca8_49ac_b176_871d16c13076"); DO_TEST("mdev_fedc4916_1ca8_49ac_b176_871d16c13076");
DO_TEST("mdev_autostart");
DO_TEST("mdev_manual");
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE; return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
} }