Test coverage for network v2 security group rules client
According to the tempest lib documentation [0]:
"When adding a new interface to the library we need to at a
minimum have unit test coverage. A proposed change to add
an interface to tempest/lib that doesn't have unit tests
shouldn't be accepted. Ideally these unit tests will provide
sufficient coverage to ensure a stable interface moving forward."
Thus test coverage should be provided for existing clients in
tempest.lib that lack unit tests. This patch adds test coverage
for network v2 security_group_rules_client.
[0] https://docs.openstack.org/developer/tempest/library.html#testing
Partially Implements: blueprint tempest-lib-missing-test-coverage
Change-Id: I1d937ec551a41707ab66b4c0d400e0f5edde54e0
1 file changed