Skip to content

Commit a05fe4d

Browse files
committed
doc: update README
Update README with the last UI output. Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
1 parent 7bc18b4 commit a05fe4d

File tree

1 file changed

+51
-35
lines changed

1 file changed

+51
-35
lines changed

README.rst

Lines changed: 51 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -17,44 +17,60 @@ execution and much more.
1717
.. code-block:: bash
1818
1919
Host information
20-
2120
Hostname: susy
22-
Python: 3.6.15 (default, Sep 23 2021, 15:41:43) [GCC]
23-
Directory: /tmp/kirk.acer/tmp1n8pa6gy
24-
25-
Connecting to SUT: host
26-
27-
Starting suite: math
28-
---------------------
29-
abs01: pass (0.003s)
30-
atof01: pass (0.004s)
31-
float_bessel: pass (1.174s)
32-
float_exp_log: pass (1.423s)
33-
float_iperb: pass (0.504s)
34-
float_power: pass (1.161s)
35-
float_trigo: pass (1.208s)
36-
fptest01: pass (0.006s)
37-
fptest02: pass (0.004s)
21+
Python: 3.8.20 (default, Oct 2 2024, 16:34:12) [Clang 18.1.8 ]
22+
Directory: /tmp/kirk.acer/tmp1bm7xllh
23+
24+
Connecting to SUT: default
25+
26+
Suite: math
27+
───────────
28+
abs01: pass (0.001s)
29+
atof01: pass (0.001s)
30+
float_bessel: pass (0.359s)
31+
float_exp_log: pass (0.315s)
32+
float_iperb: pass (0.116s)
33+
float_power: pass (0.262s)
34+
float_trigo: pass (0.287s)
35+
fptest01: pass (0.002s)
36+
fptest02: pass (0.002s)
3837
nextafter01: pass (0.001s)
3938
40-
Execution time: 5.895s
41-
42-
Suite: math
43-
Total runs: 10
44-
Runtime: 5.488s
45-
Passed: 22
46-
Failed: 0
47-
Skipped: 0
48-
Broken: 0
49-
Warnings: 0
50-
Kernel: Linux 6.4.0-150600.23.50-default
51-
Machine: x86_64
52-
Arch: x86_64
53-
RAM: 15573156 kB
54-
Swap: 2095424 kB
55-
Distro: opensuse-leap 15.6
56-
57-
Disconnecting from SUT: host
39+
Execution time: 1.515s
40+
41+
Disconnecting from SUT: default
42+
43+
Target information
44+
──────────────────
45+
Kernel: Linux 6.12.0-160000.9-default #1 SMP PREEMPT_DYNAMIC Fri Jan 16 09:29:05 UTC 2026 (9badd3c)
46+
Cmdline: BOOT_IMAGE=/boot/vmlinuz-6.12.0-160000.9-default
47+
root=UUID=7df22dee-1273-4a53-8f83-95ba6c000e39
48+
resume=UUID=2c0196fa-686c-455d-98d5-641c5ecbf57f
49+
mitigations=auto
50+
quiet
51+
security=selinux
52+
selinux=1
53+
Machine: x86_64
54+
Arch: x86_64
55+
RAM: 61346668 kB
56+
Swap: 2081088 kB
57+
Distro: opensuse-leap 16.0
58+
59+
────────────────────────
60+
TEST SUMMARY
61+
────────────────────────
62+
Suite: math
63+
Runtime: 1.345s
64+
Runs: 10
65+
66+
Results:
67+
Passed: 22
68+
Failed: 0
69+
Broken: 0
70+
Skipped: 0
71+
Warnings: 0
72+
73+
Session stopped
5874
5975
Some references:
6076

0 commit comments

Comments
 (0)