Clean orphan security groups 64/68364/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 18 Aug 2019 14:12:37 +0000 (16:12 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 18 Aug 2019 15:09:06 +0000 (17:09 +0200)
commit1e36927d4f17775c3f3ca3201b36e153ff9fd0da
tree385c0e275324e9dddfb9405dc2c4060f45993f78
parent0690a7975a4ceacea91898cef626fae5330f1ada
Clean orphan security groups

It removes all security groups which are not owned by a project.
This approach seems suitable as it works even if dynamic accounts
(tempest and rally). All other OpenStack resources are still
removed by the underlying framework.

It lists all orphan security groups in use as debug to avoid
misunderstanding the testcase results (it could happen if cloud admin
removes accounts without cleaning the virtual machines).

Change-Id: I033d96e077b4277d59233a3de4ca6d41ed91f743
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/core/singlevm.py
functest/utils/env.py