summaryrefslogtreecommitdiffstats
path: root/meta-agl-test/recipes-tests
AgeCommit message (Collapse)AuthorFilesLines
2022-10-16meta-agl-test: Bump SRCREVoctopus_14.94.0octopus_14.93.0octopus/14.94.0octopus/14.93.014.94.014.93.0duerpei2-2/+32
Bump agl-test-framework SRCREV to include recently added test sets into the test framework. By the way, change a code indentation which is not standard. Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: I314d0e40d02a478d57fc918017456219b5699249
2022-12-16agl-test-framework: Bump SRCREVoctopus_14.92.0octopus/14.92.014.92.0duerpei2-11/+67
Bump agl-test-framework SRCREV to include recently added test sets into the test framework. Move the installation of the test set scripts to a new bbappend file, and this will make subsequent maintenance easier. Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Iaa08a7eb7d5712a6ff9b38e3d2b28ad8782b506d
2022-12-09meta-agl-test: provide pytest-order for frameworkyanxk1-0/+1
pytest-order is now ready for the framework to use. it is now migrated into agl-test-framework. Bug-AGL: SPEC-4345 Signed-off-by: yanxk <yanxk.fnst@fujitsu.com> Change-Id: If5dbd30be3227086200469b394f78cc5df745317
2022-07-20meta-agl-test: add 'aio-stress' to agl-testduerpei3-0/+48
Add the test set of aio-stress to agl-test Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Ic5bee24e24ef1b89a6212d72c7a0a08725e1fe36
2022-07-13agl-test-framework.bb: bump SRCREVduerpei1-1/+6
Bump agl-test-framework SRCREV and add scripts of expat and bzip2 to the test framework. Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Ia80dc0d1155872f387f3ed449fafa2302d6b5475
2022-06-30meta-agl-test: updates due to framework adjustmentduerpei3-63/+5
Due to the previous framework adjustment, the scripts for running glib2 tests has been moved to 'agl-test-framework'. And rpm will support its ptest later, and then its scripts will also be placed under 'agl-test-framework'. So 'agl-test-glib2.bb' and 'agl-test-rpm.bb' are no longer needed The content under 'agl-test-framework' has changed, so 'agl-test-framework.bb' has also been updated. Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Ia6dd71966e5ba18cbb5cb81fb594d4fc3722db27
2022-06-29agl-test: Add pyhton3-jinja2 moduleduerpei1-0/+1
In the agl-test-framework, the jinja2 module need to be called to process html files. Remove repeat code from packagegroup-agl-extend-test Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: I161ffa6b06da4f44d79e3e61b4c7a0760b943424
2022-09-07meta-agl-test:add new feature 'agl-test'duerpei4-0/+103
'agl-test' is used to compile the test sets and test framework into the image, make it more convenient to test target. Now it's only support the target agl-demo-platform(ivi) Enable the `agl-test` AGL feature when setting up your build environment with aglsetup.sh. This will add the `packagegroup-agl-extend-test` packagegroup to the image, For specific packages to be added, please refer to the file: ./recipes-platform/packagegroup/packagegroup-agl-extend-test.bb For running test using 'agl-test', refer to: https://git.automotivelinux.org/src/agl-test-framework/tree/README Bug-AGL: SPEC-4345 Signed-off-by: duerpei <duep.fnst@fujitsu.com> Change-Id: Ic217bff672f3dae1ac3abc18c01ba802ebcb8fe1