I have just realized that unattended install wasn't depending
on user mode networking, while it should. Fixing it.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
client/tests/kvm/tests_base.cfg.sample | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index b1b1539..0ab7823 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -60,6 +60,7 @@ variants:
pre_command = scripts/unattended.py
floppy = "images/floppy.img"
extra_params += " -boot d"
+ nic_mode = user
- setup: install unattended_install
type = steps
--
1.6.5.2
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html