[yocto] [PATCH][yocto-autobuilder] buildsteps/RunSanityTests: use boot timeout option for testimage

Stefan Stanacar stefanx.stanacar at intel.com
Fri Aug 30 08:20:06 PDT 2013


Signed-off-by: Stefan Stanacar <stefanx.stanacar at intel.com>
---
 lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py b/lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py
index a27cdcb..209fb2a 100644
--- a/lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py
+++ b/lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py
@@ -49,6 +49,7 @@ class RunSanityTests(ShellCommand):
         command = command + 'if [ $? -ne 0 ]; then echo "Starting a VNC server on :1"; vncserver :1; else echo "Will use a VNC server already running on :1"; fi;'
         if layerversion and int(layerversion) > 1:
             command = command + "echo 'INHERIT += \"testimage\"' >> ./conf/auto.conf;"
+            command = command + "echo 'TEST_QEMUBOOT_TIMEOUT = \"1500\"' >> ./conf/auto.conf;"
             if self.suites:
                 command = command + "echo 'TEST_SUITES = \"" + self.suites + "\"'" + " >> ./conf/auto.conf;"
             if self.suitesappend:
-- 
1.8.1.4




More information about the yocto mailing list