From d08a341af77ac0ad618d4033a18f33ac1fc98fb2 Mon Sep 17 00:00:00 2001 From: Jiajun Xu 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 Signed-off-by: Richard Purdie --- meta/classes/imagetest-qemu.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/imagetest-qemu.bbclass') 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\w+\b):(?P\w+$)') + casestr = re.compile(r'(?P\w+\b):(?P\S+$)') resultstr = re.compile(r'\s*(?P\w+)\s*(?P\d+)\s*(?P\d+)\s*(?P\d+)') machine = bb.data.getVar('MACHINE', d, 1) pname = bb.data.getVar('PN', d, 1) -- cgit v1.2.3-54-g00ecf