Provisionally add this before the migration tests to see (a) how much
extra disk space etc. it uses (b) whether it helps us debug our
migration problems.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 sg-run-job |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/sg-run-job b/sg-run-job
index eae159d..11e33a6 100755
--- a/sg-run-job
+++ b/sg-run-job
@@ -290,6 +290,7 @@ proc run-job/test-pair {} {
     run-ts . =              ts-guests-nbd-mirror + dst_host src_host + debian
     per-host-ts . =(*)     {ts-leak-check basis}
     run-ts . =              ts-guest-start       + src_host          + debian
+    per-host-ts . =(*)      ts-tcpdump-start
     run-ts . =              ts-guest-migrate       src_host dst_host + debian
     run-ts . =              ts-guest-migrate       dst_host src_host + debian
     run-ts . =              ts-guest-stop          src_host          + debian
@@ -302,6 +303,7 @@ proc run-job/test-pair {} {
 proc test-guest-migr {g} {
     if {[catch { run-ts . = ts-migrate-support-check + host $g }]} return
 
+    run-ts . =(*) ts-tcpdump-start
     foreach iteration {{} .2} {
         run-ts . =$iteration ts-guest-saverestore + host $g
         run-ts . =$iteration ts-guest-localmigrate + host $g
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to