This v3 address the following issues, * Uses BuildImages property instead of uppercase to avoid confusion with BB variables. * Refactor code to get DUT configuration in lib/daft.py. * Remove the sudo usage when executing daft flash.
Also the changes can be reviewed at, http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/log/?h=contrib/alimon/daft Aníbal Limón (5): buildsteps/BuildImages: Setproperty BuildImages buildsteps/RunSanityTests: Add support for simpleremote target autobuilder/buildsteps: Add DaftGetDevices step autobuilder/buildsteps: Add DAFTFlash buildstep buildset-config.yocto-qa: Add intel-corei7-64-daft buildset buildset-config.yocto-qa/intel-corei7-64-daft.conf | 59 +++++++++++ config/autobuilder.conf.example | 4 + .../autobuilder/buildsteps/BuildImages.py | 3 + .../autobuilder/buildsteps/DaftFlash.py | 39 +++++++ .../autobuilder/buildsteps/DaftGetDevices.py | 44 ++++++++ .../autobuilder/buildsteps/RunSanityTests.py | 8 ++ lib/python2.7/site-packages/autobuilder/config.py | 2 + .../site-packages/autobuilder/lib/daft.py | 118 +++++++++++++++++++++ 8 files changed, 277 insertions(+) create mode 100644 buildset-config.yocto-qa/intel-corei7-64-daft.conf create mode 100644 lib/python2.7/site-packages/autobuilder/buildsteps/DaftFlash.py create mode 100644 lib/python2.7/site-packages/autobuilder/buildsteps/DaftGetDevices.py create mode 100644 lib/python2.7/site-packages/autobuilder/lib/daft.py -- 2.11.0 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto