tempest/releasenotes/notes/add-is-resource-deleted-sg-client-f4a7a7a54ff024d7.yaml
Andrea Frittoli 463a8a64ef Fix client usage in validation resources
Validation resources implicitly depends on tempest/clients.py as
it uses client aliases defined there. This is not ok since that
module does not live under tempest/lib.

Change validation resources to use clients as defined in
tempest/lib/services/clients.py instead. The ServiceClients class
defined in there is the superclass of the Manager class that was
assumed before, so it will just work with any further change.

Clients were also not used consistently with the use_neutron
flag, so making sure that only neutron clients are used if neutron
is selected and viceversa.

Change-Id: If83610b06af13aa736b03d463a94ac6ed02296bd
2017-08-15 07:36:57 +01:00

6 lines
123 B
YAML

---
features:
- |
Implement the `rest_client` method `is_resource_deleted` in the network
security group client.