commit | 30b769eabaff01bfe234704ef3d80bb2048d8762 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Oct 14 09:47:22 2015 +0000 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Oct 14 10:00:14 2015 +0000 |
tree | c94003199e84d86030ce464170298d9f33f01370 | |
parent | fda037385c0d5fe001cf097637a160242a25f797 [diff] |
Pass the status 'ACTIVE' for getting a target port The gate test failed because Tempest could not distinguish a target port for floating-ip due to existence of multiple ports. The one port was the status 'ACTIVE', but the other was 'DOWN'. At least a target port should be ACTIVE, so this patch makes Tempest pass the status 'ACTIVE' for getting a target port. Change-Id: If5b9054284547099d8a64a2e3a608e9810b22067 Related-Bug: #1505947