Comment 1 for bug 1699856

Revision history for this message
Ben Swartzlander (bswartz) wrote :

The test passes with the generic driver only because the generic driver doesn't use security services. This is actually a design flaw in the generic driver, and thus a flaw in the design of the test.

The test should create a security service, so that ALL drivers are able to pass the test. Initially the generic driver may ignore the service and continue to pass, but to verify the test in the gate, the generic driver should be updated too. There is a WIP patch to do that:

https://review.openstack.org/#/c/498490/