[LU-15739] LUTF doesn't show actual status of test suites Created: 13/Apr/22 Updated: 14/Apr/22 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.15.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sarah Liu | Assignee: | Amir Shehata (Inactive) |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
From the below link we can see that all tests show "pass", but if click into each test, they actual failed. summary shows pass https://testing.whamcloud.com/test_sessions/8c8f8733-eb07-4454-9d80-6f0c6af06fde for example udsp actually failed https://testing.whamcloud.com/test_sets/faacf112-55b4-4ca9-9ce0-d08798767697 |
| Comments |
| Comment by James Nunez (Inactive) [ 13/Apr/22 ] |
|
ashehata - Thanks, |
| Comment by Sarah Liu [ 13/Apr/22 ] |
|
Here is my work around to fix the 1. 'SimpleLustreNode' object has no attribute 'get_lnet' error The "get_lnet()", "get_lnet_stats()" are not defined in class SimpleLustreNode, I temporarily change the code in "udsp_single_net_01/02/03/04.py" to call get_net_stats() in TheLNet to make the tests work in my local env
2. multi_net test cases are all skipped due to "No enough interface" add "num_intfa: 4" in lutf yaml config file to make test cases run.
|