commit | 468e4d3401d4442d98be18783476209b8ea1cbf1 | [log] [tgz] |
---|---|---|
author | Hongbin Lu <hongbin.lu@huawei.com> | Thu Jun 14 15:15:41 2018 +0000 |
committer | Hongbin Lu <hongbin.lu@huawei.com> | Thu Jun 14 15:15:41 2018 +0000 |
tree | f03f8c2d67b572598a74a56753fd4943a9f4b24f | |
parent | 5fbf727f87dbc01fa5b29942440f2e20319f632a [diff] |
Remove incorrect filter on listing subnets The test case uses 'admin_state_up' as a filter parameter on listing subnets, but this is an invalid filter since the subnet resource doesn't have this attribute. This patch removes this filter. Change-Id: I3f2e6e861adaeef81a1a5819a57b28f5c6281d80 Related-Bug: #1749820