Revert "skip test_volume_boot_pattern"
This reverts commit cb6c99f311
.
Bug 1270608 is fixed by Cinder change Ib615847f now so enable
test_volume_boot_pattern.
Related-Bug: #1270608
Change-Id: Ic67995d64bead7f318a9c054f9dd6b25ca10bd4e
This commit is contained in:
parent
dd33245c77
commit
713a4a3da7
@ -13,7 +13,6 @@
|
|||||||
from tempest.common.utils import data_utils
|
from tempest.common.utils import data_utils
|
||||||
from tempest.openstack.common import log
|
from tempest.openstack.common import log
|
||||||
from tempest.scenario import manager
|
from tempest.scenario import manager
|
||||||
import tempest.test
|
|
||||||
from tempest.test import services
|
from tempest.test import services
|
||||||
|
|
||||||
|
|
||||||
@ -126,7 +125,6 @@ class TestVolumeBootPattern(manager.OfficialClientTest):
|
|||||||
actual = self._get_content(ssh_client)
|
actual = self._get_content(ssh_client)
|
||||||
self.assertEqual(expected, actual)
|
self.assertEqual(expected, actual)
|
||||||
|
|
||||||
@tempest.test.skip_because(bug="1270608")
|
|
||||||
@services('compute', 'volume', 'image')
|
@services('compute', 'volume', 'image')
|
||||||
def test_volume_boot_pattern(self):
|
def test_volume_boot_pattern(self):
|
||||||
keypair = self.create_keypair()
|
keypair = self.create_keypair()
|
||||||
|
Loading…
Reference in New Issue
Block a user