Project

General

Profile

action #104304

Updated by okurz over 2 years ago

## Acceptance criteria 
 * **AC1:** Reliable results exist from all arm-1/2/3 and arm-4/5 from https://github.com/os-autoinst/os-autoinst#verifying-a-runtime-environment with both KVM and without 

 ## Suggestions 
 * Run https://github.com/os-autoinst/os-autoinst#verifying-a-runtime-environment, e.g. using `for i in 1 2 3 4 5; do ssh openqaworker-arm-$i "…"; :one` and compare results 
 * Try to extend the command with access to KVM, e.g. `podman -v /dev/kvm …` and patch out https://github.com/os-autoinst/os-autoinst/blob/master/t/99-full-stack.t#L38 `"QEMU_NO_KVM" : "1",` on the fly, e.g. using `sed -i '/QEMU_NO_KVM/d' /opt/t/99-full-stack.t` on the podman command line. Compare results to the above w/o KVM 
 * As necessary run multiple times, e.g. use https://github.com/okurz/scripts/blob/master/count_fail_ratio in combination with the above commands 
 * Make sense of all the results what this means regarding typing stability of arm-4+5 :)

Back