blob: 1afb6d185015ac7509cfab1380afc171066023b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
graphic: 0.874
device: 0.852
boot: 0.816
instruction: 0.721
network: 0.600
socket: 0.576
other: 0.570
mistranslation: 0.566
semantic: 0.543
vnc: 0.537
assembly: 0.276
KVM: 0.154
mipsel malta machine is broken in avocado console tests
Description of problem:
As noted in #1884 we see failures of the boot_linux_console.py test. Unlikely other avocado failures, these ones are consistent and reproduce locally with 100% success
```
./configure --target-list=mipsel-softmmu
make -j 20
cd build
./pyvenv/bin/python3 -B -m avocado --show=app run --job-results-dir=./tests/results -t arch:mipsel --failfast tests/avocado/boot_linux_console.py:BootLinuxConsole.test_mips_malta32el_nanomips_4k
```
This test will reliably fail with a timeout waiting for console output.
Attempting to run the QEMU command manually
```
$ ./qemu-system-mipsel -display none -vga none -machine malta -chardev stdio,id=console -serial chardev:console -cpu I7200 -no-reboot -kernel /home/berrange/src/virt/qemu/build/tests/results/job-2023-09-13T17.14-77de093/test-results/tmp_dir520smana/1-tests_avocado_boot_linux_console.py_BootLinuxConsole.test_mips_malta32el_nanomips_4kkernel -append 'printk.time=0 mem=256m@@0x0 console=ttyS0'
```
results in no serial console output at all.
IMHO either the MIPS malta machine has had a regression, or the kernel we're downloading for testing has had a regression.
Additional information:
|