[HDP] Changed test tag for HDP1 plugin

In order to run tests for both HDP1 and HDP2 plugins
a test tag for HDP1 has been changed from "hdp" to "hdp1"

Change-Id: I456884d614d324bb502fa04a8da04d11060b8f90
This commit is contained in:
Sofiia Kostiuchenko 2014-06-03 16:04:11 +03:00
parent 1983bc1103
commit 2c92b8d9ef

View File

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