Skip to content
Snippets Groups Projects
Verified Commit 8526bef1 authored by Davide Gardenal's avatar Davide Gardenal
Browse files

oniro-tests: enable empty root password


oniro-image-base-tests and oniro-image-extra-tests needs
an empty root password to correctly run their tests, this
is enabled by debug-tweaks.

Signed-off-by: Davide Gardenal's avatarDavide Gardenal <davide.gardenal@huawei.com>
parent 32588645
No related branches found
No related tags found
1 merge request!184oniro-tests: enable empty root password
...@@ -13,8 +13,8 @@ IMAGE_INSTALL:append = "\ ...@@ -13,8 +13,8 @@ IMAGE_INSTALL:append = "\
kernel-selftest \ kernel-selftest \
" "
# This adds ptest packages to the image # This adds ptest packages to the image, and enables empty root password
EXTRA_IMAGE_FEATURES:append = " ptest-pkgs" EXTRA_IMAGE_FEATURES:append = " ptest-pkgs debug-tweaks"
# For testing purposes, we want to have an extra ext4 format for the root # For testing purposes, we want to have an extra ext4 format for the root
# filesystem. # filesystem.
......
...@@ -11,8 +11,8 @@ IMAGE_INSTALL:append = "\ ...@@ -11,8 +11,8 @@ IMAGE_INSTALL:append = "\
packagegroup-oniro-tests \ packagegroup-oniro-tests \
" "
# This adds ptest packages to the image # This adds ptest packages to the image, and enables empty root password
EXTRA_IMAGE_FEATURES:append = " ptest-pkgs" EXTRA_IMAGE_FEATURES:append = " ptest-pkgs debug-tweaks"
# For testing purposes, we want to have an extra ext4 format for the root # For testing purposes, we want to have an extra ext4 format for the root
# filesystem. # filesystem.
......
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