Those two tests need to boot many guests, it will take a lot of ip resource when
we request ip from a public dhcp server.

Signed-off-by: Amos Kong <ak...@redhat.com>
---
 0 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/client/tests/kvm/tests_base.cfg.sample 
b/client/tests/kvm/tests_base.cfg.sample
index b3e8007..807dc03 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -284,6 +284,10 @@ variants:
         extra_params += " -snapshot"
         used_cpus = 5
         used_mem = 2560
+        nic_mode = tap
+        nic_script = scripts/qemu-ifup-vbr0
+        pre_command += "scripts/private_br.sh notftp;"
+        post_command = "scripts/private_br.sh;"
 
     - guest_test:       install setup unattended_install.cdrom
         type = guest_test
@@ -563,6 +567,10 @@ variants:
         # Host memory reserve (default - best fit for used mem)
         # ksm_host_reserve = 512
         # ksm_guest_reserve = 1024
+        nic_mode = tap
+        nic_script = scripts/qemu-ifup-vbr0
+        pre_command += "scripts/private_br.sh notftp;"
+        post_command = "scripts/private_br.sh;"
         variants:
             - ksm_serial:
                 ksm_mode = "serial"

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to