All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] KVM test: tests_base.cfg: Fixing tabs instead of whitespace
@ 2011-01-22  2:30 Lucas Meneghel Rodrigues
  2011-01-22  2:30 ` [PATCH 2/2] KVM test: Fix wrong parameter name for migrate_background Lucas Meneghel Rodrigues
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-01-22  2:30 UTC (permalink / raw)
  To: autotest; +Cc: kvm

Those were introduced on a previous netperf fixes.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 client/tests/kvm/tests_base.cfg.sample |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index bd2f720..cdfb3ad 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -687,13 +687,13 @@ variants:
         packet_size = 1500
         setup_cmd = "cd %s && tar xvfj netperf-2.4.5.tar.bz2 && cd netperf-2.4.5 && patch -p0 < ../wait_before_data.patch && ./configure && make"
         netserver_cmd =  %s/netperf-2.4.5/src/netserver
-	variants:
-	    - stream:
-	            netperf_cmd = %s/netperf-2.4.5/src/netperf -t %s -H %s -l 60 -- -m %s
-		    protocols = "TCP_STREAM TCP_MAERTS TCP_SENDFILE UDP_STREAM"
- 	    - rr:
-	            netperf_cmd = %s/netperf-2.4.5/src/netperf -t %s -H %s -l 60 -- -r %s
-		    protocols = "TCP_RR TCP_CRR UDP_RR"
+        variants:
+            - stream:
+                netperf_cmd = %s/netperf-2.4.5/src/netperf -t %s -H %s -l 60 -- -m %s
+                protocols = "TCP_STREAM TCP_MAERTS TCP_SENDFILE UDP_STREAM"
+            - rr:
+                netperf_cmd = %s/netperf-2.4.5/src/netperf -t %s -H %s -l 60 -- -r %s
+                protocols = "TCP_RR TCP_CRR UDP_RR"
 
     - ethtool: install setup unattended_install.cdrom
         type = ethtool
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] KVM test: Fix wrong parameter name for migrate_background
  2011-01-22  2:30 [PATCH 1/2] KVM test: tests_base.cfg: Fixing tabs instead of whitespace Lucas Meneghel Rodrigues
@ 2011-01-22  2:30 ` Lucas Meneghel Rodrigues
  0 siblings, 0 replies; 2+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-01-22  2:30 UTC (permalink / raw)
  To: autotest; +Cc: kvm

On unattended_install with background ping pong migration.
It was my mistake when modifying the original Jason's patchset.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 client/tests/kvm/tests_base.cfg.sample |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index cdfb3ad..b82d1dc 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -103,7 +103,7 @@ variants:
         initrd = initrd.img
         nic_mode = tap
         # uncomment the following line to test the migration in parallel
-        # migrate_with_background = yes
+        # migrate_background = yes
 
         variants:
             # Install guest from cdrom 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-22  2:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-22  2:30 [PATCH 1/2] KVM test: tests_base.cfg: Fixing tabs instead of whitespace Lucas Meneghel Rodrigues
2011-01-22  2:30 ` [PATCH 2/2] KVM test: Fix wrong parameter name for migrate_background Lucas Meneghel Rodrigues

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.