Fix [H302] errors in heat_integrationtests

Change-Id: I116e55685e1ee11a0c58c9b33c00cfc0e9f42efe
This commit is contained in:
Peter Razumovsky 2014-11-25 19:11:31 +03:00
parent 0ef5ce3377
commit 7f4cde72b6
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@
import logging
import six
from testtools.testcase import skip
from testtools import testcase
from cinderclient import exceptions as cinder_exceptions
@ -77,7 +77,8 @@ class VolumeBackupRestoreIntegrationTest(test.HeatIntegrationTest):
self._wait_for_stack_status(stack_identifier, 'CREATE_COMPLETE')
return stack, stack_identifier
@skip('Skipped until failure rate can be reduced ref bug #1382300')
@testcase.skip('Skipped until failure rate '
'can be reduced ref bug #1382300')
def test_cinder_volume_create_backup_restore(self):
"""Ensure the 'Snapshot' deletion policy works.