trove-tempest-plugin/trove/tests/tempest/tests/api
Victor Stinner f1bc6e7dd4 Fix tempest base: add missing imports
Tempest fails with the error::

    Traceback (most recent call last):
      ...
      File "trove/tests/tempest/tests/api/base.py", line 37, in setup_clients
	cls.database_flavors_client = flavors_client.DatabaseFlavorsClient(
    NameError: global name 'flavors_client' is not defined

Change-Id: I2ed107e8f631b51830487805e87a2d730391c632
2016-06-30 16:31:50 +02:00
..
flavors Add trove tempest plugin 2016-06-27 18:53:05 +00:00
limits Add trove tempest plugin 2016-06-27 18:53:05 +00:00
versions Add trove tempest plugin 2016-06-27 18:53:05 +00:00
__init__.py Add trove tempest plugin 2016-06-27 18:53:05 +00:00
base.py Fix tempest base: add missing imports 2016-06-30 16:31:50 +02:00