Merge "[HDP] Changed test tag for HDP1 plugin"

This commit is contained in:
Jenkins 2014-06-04 19:54:35 +00:00 committed by Gerrit Code Review
commit 0e6d2c5043

View File

@ -37,7 +37,7 @@ class HDPGatingTest(cinder.CinderVolumeTest, edp.EDPTest,
@testcase.skipIf(config.SKIP_ALL_TESTS_FOR_PLUGIN, @testcase.skipIf(config.SKIP_ALL_TESTS_FOR_PLUGIN,
'All tests for HDP plugin were skipped') 'All tests for HDP plugin were skipped')
@testcase.attr('hdp') @testcase.attr('hdp1')
def test_hdp_plugin_gating(self): def test_hdp_plugin_gating(self):
self.hdp_config.IMAGE_ID, self.hdp_config.SSH_USERNAME = ( self.hdp_config.IMAGE_ID, self.hdp_config.SSH_USERNAME = (
self.get_image_id_and_ssh_username(self.hdp_config)) self.get_image_id_and_ssh_username(self.hdp_config))