commit | 3f67a3921d5bb2fbd8a85e28ea18158683080a86 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Tue Mar 13 02:43:45 2018 +0000 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Tue Mar 13 19:51:19 2018 +0000 |
tree | 33ebdb472f537c6d178daf0f00cf04d2e1fc9b37 | |
parent | 748abc9204e11cd0a806e03175672bf4a2eba13c [diff] |
[Fix Gate] Fix network segments policy test raising 503 This is to fix the gate by resolving an issue with a Neutron segments policy test class that hardcodes the network segment to use gre network type, which may not be supported by the underlying network, resulting in a 503 exception being raised. Example stacktrace: [0] and root cause: [1]. Also renames the class and file to convey that actual policy being tested. [0] http://logs.openstack.org/20/547820/7/check/patrole-admin/5f4e495/job-output.txt.gz#_2018-03-12_20_50_15_600175 [1] http://logs.openstack.org/20/547820/7/check/patrole-admin/5f4e495/controller/logs/screen-neutron-api.txt.gz#_Mar_12_20_50_15_698713 Change-Id: I6e3daef766f0ed5fabcc125f39471d089c9d7218