Merge "Add transient tag to transient cluster test"

This commit is contained in:
Jenkins 2014-03-27 18:20:05 +00:00 committed by Gerrit Code Review
commit 9fb126d848

View File

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