internal/rosa/package/qemu: disable netdev-socket test
Test / Create distribution (push) Successful in 55s
Test / Sandbox (push) Successful in 2m58s
Test / ShareFS (push) Successful in 3m55s
Test / Hakurei (push) Successful in 4m8s
Test / Sandbox (race detector) (push) Successful in 5m32s
Test / Hakurei (race detector) (push) Successful in 6m44s
Test / Flake checks (push) Successful in 1m13s
Test / Create distribution (push) Successful in 55s
Test / Sandbox (push) Successful in 2m58s
Test / ShareFS (push) Successful in 3m55s
Test / Hakurei (push) Successful in 4m8s
Test / Sandbox (race detector) (push) Successful in 5m32s
Test / Hakurei (race detector) (push) Successful in 6m44s
Test / Flake checks (push) Successful in 1m13s
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";
|
checksum = "J3j3uNpiqxEoIEngBX2objV_1tzGfEgEphp5Ph86AJQvA_XMwYUakyvRH7YKEkwV";
|
||||||
compress = bzip2;
|
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
|
// configure script uses source as scratch space
|
||||||
writable = true;
|
writable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user