Merge branch 'hotfix/singlerun-test-breakage' of https://github.com/DaanHoogland/cloudstack

This commit is contained in:
Daan Hoogland 2015-02-20 16:10:59 +01:00
commit 0e31366a3d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class TestRegions(cloudstackTestCase):
cls.domain = get_domain(cls.apiclient)
cls.cleanup = []
@attr(tags=["basic", "advanced"], required_hardware="false")
@attr(tags=["basic", "advanced"], required_hardware="true")
def test_createRegion(self):
""" Test for create region
"""