0f796dd004
Update to v4.1.0. Also includes other major packaging changes as follows: There is a new package maintenance workflow - see README.PACKAGING for details. The sibling packages qemu-linux-user and qemu-testsuite are now created with the Build Service's MultiBuild feature. This also necessitates combining the qemu-linux-user changelog content back into qemu's. Luckily the delta there is quite small. Note that the qemu spec file is now that much busier, but added section markers should help reduce the confusion. Also qemu is being enabled for RISCV host compatibility, so some changes are related to that as well. OBS-URL: https://build.opensuse.org/request/show/730437 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=487
28 lines
1.1 KiB
Diff
28 lines
1.1 KiB
Diff
From: Bruce Rogers <brogers@suse.com>
|
|
Date: Mon, 11 Mar 2019 22:02:37 -0600
|
|
Subject: tests: change error message in test 162
|
|
|
|
Since we have a quite restricted execution environment, as far as
|
|
networking is concerned, we need to change the error message we expect
|
|
in test 162. There is actually no routing set up so the error we get is
|
|
"Network is unreachable". Change the expected output accordingly.
|
|
|
|
Signed-off-by: Bruce Rogers <brogers@suse.com>
|
|
---
|
|
tests/qemu-iotests/162.out | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/qemu-iotests/162.out b/tests/qemu-iotests/162.out
|
|
index 3c5be2c5699a225cc80bbdc40bec..390cca9027e918f1a0d252753ce5 100644
|
|
--- a/tests/qemu-iotests/162.out
|
|
+++ b/tests/qemu-iotests/162.out
|
|
@@ -1,7 +1,7 @@
|
|
QA output created by 162
|
|
|
|
=== NBD ===
|
|
-qemu-img: Could not open 'json:{"driver": "nbd", "host": 42}': Failed to connect socket: Invalid argument
|
|
+qemu-img: Could not open 'json:{"driver": "nbd", "host": 42}': Failed to connect socket: Network is unreachable
|
|
image: nbd://localhost:PORT
|
|
image: nbd+unix://?socket=42
|
|
|