aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/device-introspect-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/device-introspect-test.c')
-rw-r--r--tests/qtest/device-introspect-test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/qtest/device-introspect-test.c b/tests/qtest/device-introspect-test.c
index f2c1576cae..9abb5ec889 100644
--- a/tests/qtest/device-introspect-test.c
+++ b/tests/qtest/device-introspect-test.c
@@ -287,11 +287,6 @@ static void add_machine_test_case(const char *mname)
{
char *path, *args;
- /* Ignore blacklisted machines */
- if (!memcmp("xenfv", mname, 5) || g_str_equal("xenpv", mname)) {
- return;
- }
-
path = g_strdup_printf("device/introspect/concrete/defaults/%s", mname);
args = g_strdup_printf("-M %s", mname);
qtest_add_data_func(path, args, test_device_intro_concrete);