All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][yocto-autobuilder] buildsteps/RunSanityTests: use boot timeout option for testimage
@ 2013-08-30 15:20 Stefan Stanacar
  0 siblings, 0 replies; only message in thread
From: Stefan Stanacar @ 2013-08-30 15:20 UTC (permalink / raw)
  To: yocto

Signed-off-by: Stefan Stanacar <stefanx.stanacar@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-30 15:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-30 15:20 [PATCH][yocto-autobuilder] buildsteps/RunSanityTests: use boot timeout option for testimage Stefan Stanacar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.