summaryrefslogtreecommitdiffstats
path: root/meta/classes/imagetest-qemu.bbclass
diff options
context:
space:
mode:
authorJiajun Xu <jiajun.xu@intel.com>2011-06-24 15:53:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:28:32 +0100
commitd08a341af77ac0ad618d4033a18f33ac1fc98fb2 (patch)
treeb4693a9bb284efb662f6b6f69f0dc74fac87a7e0 /meta/classes/imagetest-qemu.bbclass
parent7b4eb14c541bb41655c4340f6fbf190db1c346ed (diff)
downloadpoky-d08a341af77ac0ad618d4033a18f33ac1fc98fb2.tar.gz
qemuimagetest: update cvs and iptables to newer version for toolchain test
The old versions of cvs and iptables may meet compile error under some architecture - cvs 1.11.23 fails on x86-64 host and iptables 1.4.9 fails on arm host. Update them to latest version could solve these build error. Meanwhile, 240s timeout is set for sudoku becasue 120s is not enough to finish compile. Signed-off-by Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/imagetest-qemu.bbclass')
-rw-r--r--meta/classes/imagetest-qemu.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/imagetest-qemu.bbclass b/meta/classes/imagetest-qemu.bbclass
index e259ae9baa..25304de5ef 100644
--- a/meta/classes/imagetest-qemu.bbclass
+++ b/meta/classes/imagetest-qemu.bbclass
@@ -33,7 +33,7 @@ def qemuimagetest_main(d):
33 Test Controller for automated testing. 33 Test Controller for automated testing.
34 """ 34 """
35 35
36 casestr = re.compile(r'(?P<scen>\w+\b):(?P<case>\w+$)') 36 casestr = re.compile(r'(?P<scen>\w+\b):(?P<case>\S+$)')
37 resultstr = re.compile(r'\s*(?P<case>\w+)\s*(?P<pass>\d+)\s*(?P<fail>\d+)\s*(?P<noresult>\d+)') 37 resultstr = re.compile(r'\s*(?P<case>\w+)\s*(?P<pass>\d+)\s*(?P<fail>\d+)\s*(?P<noresult>\d+)')
38 machine = bb.data.getVar('MACHINE', d, 1) 38 machine = bb.data.getVar('MACHINE', d, 1)
39 pname = bb.data.getVar('PN', d, 1) 39 pname = bb.data.getVar('PN', d, 1)