3a333345a6
Update to v4.2.0-rc3. Intent is to submit to Factory, and SLE-15-SP2 as well OBS-URL: https://build.opensuse.org/request/show/751303 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=513
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 5a00d36d17878376380430dad705..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": -1}': address resolution failed for -1:10809: Name or service not known
|
|
+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
|
|
|