Add a dummy test

This commit adds a dummy test extending our base class to test the
plugin funcionality in a dsvm installation.

Change-Id: I2359989dd57b1aff5f3d69eab42f06e1215527f4
This commit is contained in:
Daniel Mellado 2017-05-31 10:37:19 +00:00
parent 1d9db807b4
commit 891152cecf
2 changed files with 1 additions and 5 deletions

View File

@ -13,7 +13,6 @@
# limitations under the License.
from tempest import config
from tempest.lib import excpetions
import tempest.test
CONF = config.CONF
@ -23,8 +22,6 @@ class BaseKuryrTest(tempest.test.BaseTestCase):
credentials = ['primary']
client_manager = clients.Manager
@classmethod
def skip_checks(cls):
super(BaseKuryrTest, cls).skip_checks()

View File

@ -24,8 +24,7 @@ from tempest.lib import decorators
from kuryr_tempest_plugin.tests import base
class TestKuryr_tempest_plugin(base.TestCase):
class TestKuryr_tempest_plugin(base.BaseKuryrTest):
@decorators.idempotent_id('8abf6dec-37b9-43ca-95cf-b8ebecda3c8d')
def test_something(self):