mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-18 03:23:45 +01:00
Adding environment attributes to tests
- test_internal_lb _ test_privategw_acl Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
ccac84c469
commit
be5639f7e2
@ -22,6 +22,7 @@ from marvin.cloudstackAPI import *
|
|||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
from marvin.integration.lib.base import *
|
from marvin.integration.lib.base import *
|
||||||
from marvin.integration.lib.common import *
|
from marvin.integration.lib.common import *
|
||||||
|
from nose.plugins.attrib import attr
|
||||||
|
|
||||||
|
|
||||||
class TestInternalLb(cloudstackTestCase):
|
class TestInternalLb(cloudstackTestCase):
|
||||||
@ -97,6 +98,7 @@ class TestInternalLb(cloudstackTestCase):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@attr(tags=["simulator", "advanced"])
|
||||||
def test_internallb(self):
|
def test_internallb(self):
|
||||||
|
|
||||||
#1) Create and enable network offering with Internal Lb vm service
|
#1) Create and enable network offering with Internal Lb vm service
|
||||||
|
|||||||
@ -22,6 +22,7 @@ from marvin.cloudstackAPI import *
|
|||||||
from marvin.integration.lib.utils import *
|
from marvin.integration.lib.utils import *
|
||||||
from marvin.integration.lib.base import *
|
from marvin.integration.lib.base import *
|
||||||
from marvin.integration.lib.common import *
|
from marvin.integration.lib.common import *
|
||||||
|
from nose.plugins.attrib import attr
|
||||||
|
|
||||||
|
|
||||||
class TestPrivateGwACL(cloudstackTestCase):
|
class TestPrivateGwACL(cloudstackTestCase):
|
||||||
@ -37,6 +38,8 @@ class TestPrivateGwACL(cloudstackTestCase):
|
|||||||
self.templateId = 5
|
self.templateId = 5
|
||||||
self.privateGwId = None
|
self.privateGwId = None
|
||||||
|
|
||||||
|
|
||||||
|
@attr(tags=["simulator", "advanced"])
|
||||||
def test_privategw_acl(self):
|
def test_privategw_acl(self):
|
||||||
|
|
||||||
# 1) Create VPC
|
# 1) Create VPC
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user