|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] xtf: fix argo test parameters
commit f7173bff9d3e1fef15987d65ba67d2fbed6eee64
Author: Denis Mukhin <dmukhin@xxxxxxxx>
AuthorDate: Thu Feb 12 15:15:06 2026 -0800
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Sat Feb 14 01:01:33 2026 +0000
xtf: fix argo test parameters
The mac-permissive= option is currently ignored because Argo configuration
parameters are comma-separated.
Fix the missing comma in the XTF test arguments.
Fixes: 150c6ef45922 ("CI: add argo x86 XTF test")
Signed-off-by: Denis Mukhin <dmukhin@xxxxxxxx>
Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
automation/scripts/include/xtf-runner | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/automation/scripts/include/xtf-runner
b/automation/scripts/include/xtf-runner
index 43ff2d4d88..d1ef888465 100644
--- a/automation/scripts/include/xtf-runner
+++ b/automation/scripts/include/xtf-runner
@@ -69,7 +69,7 @@ function xtf_build_cmdline()
local xtf_name=$2
declare -a cmdline=()
declare -A per_test_args=(
- [argo]="argo=1 mac-permissive=1"
+ [argo]="argo=1,mac-permissive=1"
)
cmdline+=("${XEN_CMDLINE}")
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |