linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.28k stars 1k forks source link

HTML report result cound not match the result shown in result folder #928

Closed atonyxu closed 2 years ago

atonyxu commented 2 years ago

So I run some suites on aarch64 kvm and choose to generate a HTML report HTML report show me that:

LTP Version 20220121
Start Time  Wed Mar 23 18:33:49 CST 2022
End Time    Wed Mar 23 20:03:01 CST 2022
Log Result  /opt/ltp/results
Output/Failed Result    /opt/ltp/output
Total Tests 1371
Total Test TPASS:   1284
Total Test TFAIL:   1
Total Test TBROK    40
Total Test TWARN    0
Total Test TCONF    46
Kernel Version  
Machine Architecture    
Hostname    localhost.localdomain

However in result folder it show that:

Total Tests: 1371
Total Skipped Tests: 275
Total Failures: 334
Kernel Version: 4.19.90-2112.8.0.0131.oe1.aarch64
Machine Architecture: aarch64
Hostname: localhost.localdomain

Which result is more correct?