Fix gnocchi package

Due to an error in the __init__.py file name the
telemetry_tempest_plugin.gnocchi package was not an actual package.
Hence, tempest did not run the gnocchi tests.

Also fixed the location of the tests yaml file.

Change-Id: I9c1b99eb8e29950830dc21e98934e107910ba831
This commit is contained in:
Matthias Bastian 2018-06-26 18:37:50 +02:00
parent 9601c5470f
commit 54c977cdcd
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import tempest.test
CONF = config.CONF
TEST_DIR = os.path.join(os.path.dirname(__file__), '..',
'gnocchi', 'functional_live', 'gabbits')
'functional_live', 'gabbits')
class GnocchiGabbiTest(tempest.test.BaseTestCase):