[yocto] [[PATCH][autobuilder] 7/8] buildset-config.toaster/toaster-tests.conf: Add Sleep step

Aníbal Limón anibal.limon at linux.intel.com
Fri Feb 19 08:14:48 PST 2016


Sleep step is needed before RunTests to give certain time to
toaster for finish the initial setup.

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 buildset-config.toaster/toaster-tests.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildset-config.toaster/toaster-tests.conf b/buildset-config.toaster/toaster-tests.conf
index c471c92..0aa6b46 100644
--- a/buildset-config.toaster/toaster-tests.conf
+++ b/buildset-config.toaster/toaster-tests.conf
@@ -15,6 +15,7 @@ steps: [{'SetDest':{}},
         {'GetBitbakeVersion': {}},
 	{'ToasterSetupVenv': {}},
 	{'ToasterStart': {}},
+	{'Sleep': {'time': '120'}},
 	{'ToasterRunTests': {}},
 	{'ToasterStop': {}},
        ]
-- 
2.1.4




More information about the yocto mailing list