Merge "skip test_volume_boot_pattern"
This commit is contained in:
		@@ -15,6 +15,7 @@
 | 
			
		||||
from tempest.common.utils import data_utils
 | 
			
		||||
from tempest.openstack.common import log
 | 
			
		||||
from tempest.scenario import manager
 | 
			
		||||
import tempest.test
 | 
			
		||||
from tempest.test import services
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -127,6 +128,7 @@ class TestVolumeBootPattern(manager.OfficialClientTest):
 | 
			
		||||
        actual = self._get_content(ssh_client)
 | 
			
		||||
        self.assertEqual(expected, actual)
 | 
			
		||||
 | 
			
		||||
    @tempest.test.skip_because(bug="1270608")
 | 
			
		||||
    @services('compute', 'volume', 'image')
 | 
			
		||||
    def test_volume_boot_pattern(self):
 | 
			
		||||
        keypair = self.create_keypair()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user