Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/qemu-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ jobs:
IMAGE_FEATURES:append = " ssh-server-openssh debug-tweaks"

# Wire up testimage. Empty root password (debug-tweaks) lets
# OEQA ssh in as root with no key dance.
INHERIT += "testimage"
# OEQA ssh in as root with no key dance. testimage is added
# via IMAGE_CLASSES so it only inherits on image recipes
# (where it belongs), not on every recipe.
IMAGE_CLASSES += "testimage"
TEST_TARGET = "qemu"
TEST_SUITES = "ping ssh vscode_launcher"
TESTIMAGE_AUTO = "1"
Expand Down
Loading