-
Notifications
You must be signed in to change notification settings - Fork 54
Make profile specific test manifests #8
Conversation
|
@mythi Feedback? Before merging this I will have to change the way DAFT executes tests because atm it's hardcoded on using "minnowmax.iottest.manifest". |
edfc4f4 to
1734b35
Compare
|
@skuusela this looks simple enough and OK to start with. About the hard-coded .manifest. Now that the test-suite becomes image specific, could you simplify it and come up with some common name for a test queue manifest that DAFT uses (i.e., say Another thing we need to keep in mind but not solve right now is how Testopia comes in the picture. |
1734b35 to
8d64f09
Compare
|
@mythi Rebased, made the script a bit prettier and changed the |
|
This can actually be merged as it only creates a new manifest file and shouldn't break anything. |
8d64f09 to
46b2f2b
Compare
Signed-off-by: Simo Kuusela <simo.kuusela@intel.com>
Generate a test manifest for images by adding common tests and profile specific tests to a manifest. Generated manifest will be named "image-testplan.manifest".
* meta-intel-realsense d60a3c6...1d50cb5 (2): > Merge pull request intel#8 from ipuustin/distro-features > Merge pull request intel#10 from rojkov/librealsense-cmake-pkg-config Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
* meta-intel-realsense d60a3c6...1d50cb5 (2): > Merge pull request intel#8 from ipuustin/distro-features > Merge pull request intel#10 from rojkov/librealsense-cmake-pkg-config Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
librealsense: update version and fix DISTRO_FEATURES
iot-rest-api-server: update to latest version
Generate a test manifest for images by adding common tests and profile
specific tests to a manifest.