[gnome-ostree] libqa: Disable network access for test virtual machines
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] libqa: Disable network access for test virtual machines
- Date: Wed, 22 May 2013 14:50:13 +0000 (UTC)
commit b37714a2e8de727f4aacd3068687491e58ebace7
Author: Colin Walters <walters verbum org>
Date: Wed May 22 10:47:01 2013 -0400
libqa: Disable network access for test virtual machines
We don't want to support network-dependent tests at this time; it
would create too much instability.
src/js/libqa.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/js/libqa.js b/src/js/libqa.js
index c2c181a..52fc988 100644
--- a/src/js/libqa.js
+++ b/src/js/libqa.js
@@ -26,7 +26,8 @@ const GuestFish = imports.guestfish;
const DEFAULT_GF_PARTITION_OPTS = ['-m', '/dev/sda3', '-m', '/dev/sda1:/boot'];
const DEFAULT_QEMU_OPTS = ['-vga', 'std', '-m', '768M',
- '-usb', '-usbdevice', 'tablet'];
+ '-usb', '-usbdevice', 'tablet',
+ '-net', 'none'];
function newReadWriteMount(diskpath, cancellable) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]