mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Attributes for tests
Removing simulator attribute as the NetworkACL related support is to be extended on the simulator. Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
be5639f7e2
commit
7fb6eaa0ca
@ -98,7 +98,7 @@ class TestInternalLb(cloudstackTestCase):
|
||||
|
||||
|
||||
|
||||
@attr(tags=["simulator", "advanced"])
|
||||
@attr(tags=["advanced"])
|
||||
def test_internallb(self):
|
||||
|
||||
#1) Create and enable network offering with Internal Lb vm service
|
||||
|
||||
@ -22,7 +22,7 @@ from marvin.cloudstackAPI import *
|
||||
from marvin.integration.lib.utils import *
|
||||
from marvin.integration.lib.base import *
|
||||
from marvin.integration.lib.common import *
|
||||
|
||||
from nose.plugins.attrib import attr
|
||||
|
||||
class TestNetworkACL(cloudstackTestCase):
|
||||
networkOfferingId = 11
|
||||
@ -40,6 +40,7 @@ class TestNetworkACL(cloudstackTestCase):
|
||||
|
||||
|
||||
|
||||
@attr(tags=["advanced"])
|
||||
def test_networkAcl(self):
|
||||
|
||||
# 1) Create VPC
|
||||
|
||||
@ -39,7 +39,7 @@ class TestPrivateGwACL(cloudstackTestCase):
|
||||
self.privateGwId = None
|
||||
|
||||
|
||||
@attr(tags=["simulator", "advanced"])
|
||||
@attr(tags=["advanced"])
|
||||
def test_privategw_acl(self):
|
||||
|
||||
# 1) Create VPC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user