From 02f5fb8028441c1edcb71a03bad029daf7e5b435 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 19 Aug 2026 09:22:34 +0000 Subject: [PATCH] env.conf: add aautils to framework base packages 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 --- config/wrapper/env.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wrapper/env.conf b/config/wrapper/env.conf index 31ff5eb..f2de4b5 100644 --- a/config/wrapper/env.conf +++ b/config/wrapper/env.conf @@ -14,7 +14,7 @@ post_script_dir = 'config/postscript' # ('avocado-framework', 'git+https://github.com/avocado-framework/avocado.git@branch') -- Install version from the given git repo and checkout to specific branch # ('avocado-framework-plugin-varianter-yaml-to-mux', # 'git+https://github.com/avocado-framework/avocado.git#subdirectory=optional_plugins/varianter_yaml_to_mux') -- Install from subdirectory from the given git repo -base = [('avocado-framework', ''), ('avocado-framework-plugin-varianter-yaml-to-mux', '')] +base = [('avocado-framework', ''), ('avocado-framework-plugin-varianter-yaml-to-mux', ''), ('aautils', '')] kvm = [('avocado-framework-plugin-vt', 'git+https://github.com/avocado-framework/avocado-vt.git')] optional = [('avocado-framework-plugin-result-html', '')]