add client_manager_class param to BaseTestCase
Tempest base test case (BaseTestCase) gets client manager which
has many clients for OpenStack services.
To support development of tempest plugins for individual services out
of tempest tree, this patch add client_manager param to BaseTestCase,
so that tempest plugins in other repositories can override client
manager class by its own client manager which has clients just for
its test cases.
Change-Id: Ifc29617743b76b01eb6cd30a375cf47b56e4f635
1 file changed