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:
Prasanna Santhanam 2013-05-29 10:01:20 +05:30
parent be5639f7e2
commit 7fb6eaa0ca
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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