commit | 7914c980381df859f7c55f8de1b316965bee8470 | [log] [tgz] |
---|---|---|
author | elajkat <lajos.katona@est.tech> | Tue Dec 07 18:40:38 2021 +0100 |
committer | Lajos Katona <katonalala@gmail.com> | Wed Dec 08 13:08:08 2021 +0000 |
tree | 02d06a5553055d03ddb72560e9cf68a2d04b5024 | |
parent | c75ba5028fd1abfca557351eaf0da086599a3be8 [diff] |
test_list_agent: pop 'alive' from agent dict As the test class lists agents in resource setup it can happen that the selected agent from the list is not 'alive', but when test test_list_agent lists again the agents, it is already up and 'alive'=True. To avoid such failure, do skip 'alive' field of the comparison. Change-Id: I0ed012ef59550e853a30e2994a1ab53083d8640c Closes-Bug: #1953480