forked from rosa/hakurei
internal/rosa/package/qemu: disable netdev-socket test
This fails with ipv6 disabled. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
|
||||
index be4fa627b5..d6af6a036b 100644
|
||||
--- a/tests/qtest/meson.build
|
||||
+++ b/tests/qtest/meson.build
|
||||
@@ -29,7 +29,6 @@ qtests_generic = [
|
||||
'test-hmp',
|
||||
'qos-test',
|
||||
'readconfig-test',
|
||||
- 'netdev-socket',
|
||||
]
|
||||
if enable_modules
|
||||
qtests_generic += [ 'modules-test' ]
|
||||
@@ -402,7 +401,6 @@ qtests = {
|
||||
'tpm-tis-device-test': [io, tpmemu_files, 'tpm-tis-util.c'],
|
||||
'virtio-net-failover': test_migration_files,
|
||||
'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'),
|
||||
- 'netdev-socket': files('netdev-socket.c', '../unit/socket-helpers.c'),
|
||||
}
|
||||
|
||||
if vnc.found()
|
||||
@@ -9,7 +9,11 @@ package qemu {
|
||||
checksum = "J3j3uNpiqxEoIEngBX2objV_1tzGfEgEphp5Ph86AJQvA_XMwYUakyvRH7YKEkwV";
|
||||
compress = bzip2;
|
||||
};
|
||||
patches = [ "disable-mcast-test.patch" ];
|
||||
patches = [
|
||||
"disable-mcast-test.patch",
|
||||
// fails with ipv6 disabled
|
||||
"disable-netdev-socket.patch",
|
||||
];
|
||||
|
||||
// configure script uses source as scratch space
|
||||
writable = true;
|
||||
|
||||
Reference in New Issue
Block a user