f3289eb610
We can filter security services only by status, name, id and type now. Add new search options: user, server, dns_ip, domain to _get_security_services in SecurityServiceController to be able to filter security services by these fields. Allow filtering security services by share network id. Add information about share networks to result if 'detailed' mode enabled. Add unit and tempest tests for filtering security services. Implements bp improve-security-service-list-filtering Change-Id: I8b3845c2d705188ec1dc0db33c1e20c8e6c5e559
Tempest Integration
This directory contains the files necessary for tempest to cover Manila project.
To install:
$ TEMPEST_DIR=/path/to/tempest
$ cp tempest/* ${TEMPEST_DIR}
notes:
These files based on tempest master branch (pre-icehouse), it is pluggable-like files without requirements to change core tempest files. But the way of its pluggability is work-around for tempest, which hasn't pluggable functionality for exceptions, config and clients modules.