Add transient tag to transient cluster test

Change-Id: I8906fc8e94f22cdb293a52921ccc931648aff1fb
This commit is contained in:
Sergey Reshetnyak 2014-03-26 14:12:16 +04:00 committed by Gerrit Code Review
parent 0340b6b588
commit f82832aaa3

View File

@ -43,7 +43,7 @@ class VanillaGatingTest(cinder.CinderVolumeTest,
@unittest2.skipIf(config.SKIP_ALL_TESTS_FOR_PLUGIN,
'All tests for Vanilla plugin were skipped')
@testcase.attr('vanilla')
@testcase.attr('vanilla', 'transient')
def test_vanilla_plugin_gating(self):
self.vanilla_config.IMAGE_ID, self.vanilla_config.SSH_USERNAME = (
self.get_image_id_and_ssh_username(self.vanilla_config))