env.conf: add aautils to framework base packages - #404
Merged
narasimhan-v merged 1 commit intoAug 26, 2026
Conversation
Install aautils alongside avocado-framework during bootstrap so tests that depend on autils helpers (e.g. LKP utilities for jitter and stress-ng) work without a separate manual pip step. aautils is a general-purpose Avocado utility library, not ELVES-specific, so keep it in the upstream package list. Signed-off-by: Sumit Kumar <sumitkum@amd.com>
Collaborator
|
@Sumitupadhyay1 can you please paste the log snippet ? |
Contributor
Author
The logs have been updated. |
Collaborator
@Sumitupadhyay1 I meant the avocado-wrapper.log which installs aautils. |
Contributor
Author
Updated the avocado-wrapper.log |
narasimhan-v
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add aautils to the [framework] base package list so the bootstrap
wrapper installs it alongside avocado-framework and related plugins.
This keeps framework dependencies provisioned through a single
configuration entry instead of requiring a separate manual pip step
on each test machine.
aautils is a general-purpose Avocado utility library.
Related:
Logs:
avocado-wrapper.log