]> granicus.if.org Git - procps-ng/commitdiff
Fixed check for vmstat with stolen time
authorCraig Small <csmall@enc.com.au>
Tue, 3 Dec 2013 11:08:30 +0000 (22:08 +1100)
committerCraig Small <csmall@enc.com.au>
Tue, 3 Dec 2013 11:08:30 +0000 (22:08 +1100)
Commit a8a4a4f added stolen time to vmstat, but broke the checks as
we have another column. This commit fixes the checks

testsuite/vmstat.test/vmstat.exp

index 76ea310de9582d886fba55e63b49dbf30fa3ebf1..fb5de14903ffdbcb87dd147f735ed6825dabfe7d 100644 (file)
@@ -7,11 +7,11 @@ set vmstat "${topdir}vmstat"
 # Run vmstat with no arguments
 set test "vmstat with no arguments"
 spawn $vmstat
-expect_pass "$test" "^procs\[ -\]+memory\[ -\]+swap\[ -\]+io\[ -\]+system\[ -\]+cpu\[ -\]+\\s*r\\s+b\\s+swpd\\s+free\\s+buff\\s+cache\\s+si\\s+so\\s+bi\\s+bo\\s+in\\s+cs us sy id wa\\s*\(\\s+\\d+\){16}\\s*$"
+expect_pass "$test" "^procs\[ -\]+memory\[ -\]+swap\[ -\]+io\[ -\]+system\[ -\]+cpu\[ -\]+\\s*r\\s+b\\s+swpd\\s+free\\s+buff\\s+cache\\s+si\\s+so\\s+bi\\s+bo\\s+in\\s+cs us sy id wa st\\s*\(\\s+\\d+\){17}\\s*$"
 
 set test "vmstat with -a flag"
 spawn $vmstat -a
-expect_pass "$test" "^procs\[ -\]+memory\[ -\]+swap\[ -\]+io\[ -\]+system\[ -\]+cpu\[ -\]+\\s*r\\s+b\\s+swpd\\s+free\\s+inact\\s+active\\s+si\\s+so\\s+bi\\s+bo\\s+in\\s+cs us sy id wa\\s*\(\\s+\\d+\){16}\\s*$"
+expect_pass "$test" "^procs\[ -\]+memory\[ -\]+swap\[ -\]+io\[ -\]+system\[ -\]+cpu\[ -\]+\\s*r\\s+b\\s+swpd\\s+free\\s+inact\\s+active\\s+si\\s+so\\s+bi\\s+bo\\s+in\\s+cs us sy id wa st\\s*\(\\s+\\d+\){17}\\s*$"
 
 set test "vmstat fork option"
 spawn $vmstat -f