commit | b57453f84c06faddcded02530adb58afcdc3ded6 | [log] [tgz] |
---|---|---|
author | elajkat <lajos.katona@est.tech> | Thu Oct 03 15:09:05 2019 +0200 |
committer | elajkat <lajos.katona@est.tech> | Fri Oct 04 16:45:35 2019 +0200 |
tree | e3b74f657cc4c57e9d79d0eca60b0603e11cb891 | |
parent | 09ee9e809cff778d4e67d9ff76602ffea8913628 [diff] |
Make one agent untouchable in test_agent_management In test_agent_management some tests depend on one agent to be unmodified which was not guaranteed as some tests updated that agent. The update happened because the update test assumed that neutron will return list of agents in different order. The fix is only to select always different agent for update than the one used for other tests. Change-Id: I7af97ac0ee396d2eb132459d29e938bd5f3de9aa Closes-Bug: #1845330