Skip to content
Snippets Groups Projects
Commit aef1420e authored by Eilís Ní Fhlannagáin's avatar Eilís Ní Fhlannagáin Committed by Eilís Ní Fhlannagáin
Browse files

allscenarios-image*-tests: Add package testing to the test images


This is the first step in initiating automated package testing for
images. There will need to be some work on the CI side and some work on
the entire process but this is a first pass at getting the images to the
point where they have ptest on them.

This commit also adds an ext4 filesystem so we can test a writable
image. The wic image is still r/o but there is some benefit to having
tests run on a r/w fs.

Signed-off-by: default avatarEilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
parent fc53cea0
No related branches found
No related tags found
No related merge requests found
......@@ -9,3 +9,9 @@ SUMMARY = "AllScenariOS image including the base OS software stack and tests"
IMAGE_INSTALL_append = "\
packagegroup-allscenarios-tests \
"
# This adds ptest packages to the image
EXTRA_IMAGE_FEATURES_append = " ptest-pkgs"
# For testing purposes we want the ability to have a writable filesystem
IMAGE_FSTYPES_append = " ext4"
......@@ -10,3 +10,9 @@ software stack and tests"
IMAGE_INSTALL_append = "\
packagegroup-allscenarios-tests \
"
# This adds ptest packages to the image
EXTRA_IMAGE_FEATURES_append = " ptest-pkgs"
# For testing purposes we want the ability to have a writable filesystem
IMAGE_FSTYPES_append = " ext4"
......@@ -12,4 +12,5 @@ PACKAGES = "\
RDEPENDS_packagegroup-allscenarios-tests = "\
ohos-xts-acts \
"
ptest-runner \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment