commit | 096b6a8de6a1923e6329cb0e55a49aa954365967 | [log] [tgz] |
---|---|---|
author | Slawek Kaplonski <skaplons@redhat.com> | Tue Aug 07 11:28:41 2018 +0200 |
committer | Slawek Kaplonski <skaplons@redhat.com> | Tue Aug 07 22:05:42 2018 +0200 |
tree | 1f0164649d1abefda1726ca0ae3094e9baf470ee | |
parent | 1efafc921fb674e1586ec690f7c421551c8c0b8c [diff] |
Wait until all router ports are DOWN before migration In router migration tests, before migration is started, router is set to admin_state_up=False. This cause that status of all router ports should be set to DOWN. This patch adds check (and wait) that all ports are really set to DOWN state before migration of router is started. Change-Id: I72ce0d4480c6d26e8ce1c8193e7ec18585df1c06 Related-Bug: #1785582