summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-test
AgeCommit message (Collapse)AuthorFilesLines
2018-12-20Bump afb-testRomain Forlot1-1/+1
* cdaad5d - Cleaning redundant link option specified * 329d115 - little memleak fix. * 61f3565 - Handle more argument's type when making a subcall * 1e4cc59 - Clean way to wait for an api's event * 13c270a - Limit the monitoring to events not to the requests * ebd628a - Add new assert verb * df71761 - Bump app-controller-submodule * 012fd23 - Move autobuild to top tree * 0e2d5eb - Change exit message depending on exit reason * 4d9b8f8 - Packaging: Set project version using command-line * 27a69ea - Change .gitmodules following submodule migration * 25003dd - Improves packaging debian rules * 186580d - Fix packaging for native build * 2f36542 - Docs reorganization and update * 2a7b4de - Migrate app-templates to CMake module * a50f22b - Adjust lib dependencies * 91e90e5 - Add packaging materials * afa8dec - Clean the code. Change-Id: I12efe3e8cf754a67880e05b51b668d284fbe7f7d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-30Bump afb-test revisionRomain Forlot1-4/+2
Fix afm-test script installation 7b69512 Shellcheck: protect variable against whitespace abede0f Improve exit output message 1a33ac2 Test the LockWait feature 52f416b Unify test launch between target and native 25903e6 Update documentation cef21bd get rid of afb-definitions 02881ee Avoid to kill anything when no config file found 8de7f11 Separation between CB and classic test functions d2fbdb5 Rename test service api to be more discriminant. ca9049a Assert that an event hasn't been received 3db71f8 Script for both native and target launch Change-Id: Ied4a6b704779a3176a0da60e15dee46a2021f54e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-19Bump afb-test revisionRomain Forlot1-4/+6
Fix afm-test script installation 7b69512 Shellcheck: protect variable against whitespace abede0f Improve exit output message 1a33ac2 Test the LockWait feature 52f416b Unify test launch between target and native 25903e6 Update documentation cef21bd get rid of afb-definitions 02881ee Avoid to kill anything when no config file found 8de7f11 Separation between CB and classic test functions d2fbdb5 Rename test service api to be more discriminant. ca9049a Assert that an event hasn't been received 3db71f8 Script for both native and target launch Change-Id: Ic2b3d68cdb2b57613a0a24e42e43f307b2cae399 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-08Use iperf3 instead of iperf2Changhyeok Bae5-97/+1
iperf3 recipe is in meta-openembedded layer. Change-Id: I1c4f7345615f4ab99b1405a9ed53569ced1bdabe Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-09-27afb-test: Set version from AGLVERSIONRomain Forlot1-1/+1
Change-Id: I2bc00d49e0712523e1d7a65d802adc2e492b479a Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-09-07Update afb-test revision for FF.RC6Romain Forlot1-2/+2
This includes the following changes: * bba4bef Use controller new behavior that add objects * a826da1 Silence all outputs of kill command * 2f768ef Reset context functions between test files Change-Id: I0329bdd9f5e04423558057ce0a55adbf086dd366 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-08-31Update afb-test revisionRomain Forlot1-2/+2
3c1dab4 - Update gitignore 39f65fa - Lower CMake version requirement 82c8c5f - Make afTest test itself correctly e681815 - Don't crash if lua test files aren't found d54d2b7 - afb-test doc: Updated doc. a7fecc2 - Native test script launcher improvments fd49db6 - afb-test doc: Changed doc to new format Change-Id: I3877322929824f489c288feb51d71ee732abb6b4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-08-24Add the afb-test binding in the devel AGL imageRomain Forlot2-0/+28
This will build afb-test binding and tests it using PTest. Bug-AGL: SPEC-1439 Change-Id: I75d1bbb0a780ca036ab0d653fdcbacda883122f9 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-04-20Introduce meta-agl-profile-core and meta-agl-profile-graphicsJan-Simon Möller28-0/+819
Rework towards agl profiles. This change is part of a series of changes to create the AGL profiles. This set will mainly introduce the 'core' profile. It is setup to be a drop-in change, thus some files were kept in (dummy) locations for now. However, they'll be taken care of in the next changes in this series. The main target of the meta-agl-profile-core layer is to host: - a minimal, bootable image with network and package management enabled -- agl-image-boot - a minimal image with network and packagemanagement and the AGL APIs -- agl-image-minimal The layer meta-agl-profile-graphical is used as superset of these and includes support for egl+wayland+weston. All recipes concerning graphics were moved there. This is not a full profile as we still have to migrate some parts of meta-agl-demo in a follow-up changeset. The roadmap as discussed during the F2F session in Karlsruhe is: - week 16 : core profile and profiles w/o graphics - week 17 : graphical profiles - week 18 : final conversion of the demo image v2: moved agl-login-manager from -graphics to -core (see Jose's comment) v3: moved back after discussion - follow-up in separate changeset Change-Id: Idacb0d1274baac1f63f8d1b850d4b1104ac33918 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>