[yocto] [[PATCH][autobuilder] 0/8] Add toaster test suite support

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


Aníbal Limón (8):
  autobuilder/lib: Add buildsteps module for provide helpers
  autobuilder/buildsteps: Add ToasterSetupVenv step.
  autobuilder/buildsteps: Add ToasterStart and ToasterStop buildsteps.
  buildset-config.toaster: Add toaster-tests.conf.
  buildsteps/ToasterRunTests.py: Add step for run toaster tests.    
    buildset-config.toaster/toaster-tests.conf: Add ToasterRunTests
    step.
  autobuilder/lib/buildsteps.py: ShellCommandCleanEnv preserve PATH
  buildset-config.toaster/toaster-tests.conf: Add Sleep step
  buildsteps/ToasterRunTests.py: Now call run tests with verbose.

 buildset-config.toaster/toaster-tests.conf         | 21 +++++++++++
 buildset-config.toaster/yoctoAB.conf               |  2 +-
 .../autobuilder/buildsteps/ToasterRunTests.py      | 31 ++++++++++++++++
 .../autobuilder/buildsteps/ToasterSetupVenv.py     | 31 ++++++++++++++++
 .../autobuilder/buildsteps/ToasterStart.py         | 32 +++++++++++++++++
 .../autobuilder/buildsteps/ToasterStop.py          | 33 +++++++++++++++++
 .../site-packages/autobuilder/lib/buildsteps.py    | 42 ++++++++++++++++++++++
 7 files changed, 191 insertions(+), 1 deletion(-)
 create mode 100644 buildset-config.toaster/toaster-tests.conf
 create mode 100644 lib/python2.7/site-packages/autobuilder/buildsteps/ToasterRunTests.py
 create mode 100644 lib/python2.7/site-packages/autobuilder/buildsteps/ToasterSetupVenv.py
 create mode 100644 lib/python2.7/site-packages/autobuilder/buildsteps/ToasterStart.py
 create mode 100644 lib/python2.7/site-packages/autobuilder/buildsteps/ToasterStop.py
 create mode 100644 lib/python2.7/site-packages/autobuilder/lib/buildsteps.py

-- 
2.1.4




More information about the yocto mailing list