From 3aec2fa2df9aaa883feda0d7aed85e63d01398b9 Mon Sep 17 00:00:00 2001 From: Jiajun Xu <jiajun.xu@intel.com> Date: Fri, 24 Jun 2011 15:53:45 +0800 Subject: 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> --- meta/classes/imagetest-qemu.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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): Test Controller for automated testing. """ - casestr = re.compile(r'(?P<scen>\w+\b):(?P<case>\w+$)') + casestr = re.compile(r'(?P<scen>\w+\b):(?P<case>\S+$)') resultstr = re.compile(r'\s*(?P<case>\w+)\s*(?P<pass>\d+)\s*(?P<fail>\d+)\s*(?P<noresult>\d+)') machine = bb.data.getVar('MACHINE', d, 1) pname = bb.data.getVar('PN', d, 1) -- cgit v1.2.3