remove tag used while debugging

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-07-18 18:12:31 +05:30
parent 06f5f5ba44
commit d6fc6577ef
1 changed files with 2 additions and 3 deletions

View File

@ -1085,8 +1085,7 @@ class TestAddVmToSubDomain(cloudstackTestCase):
@attr(tags=["advanced", "basic", "eip", "advancedns", "sg"])
def test_01_add_vm_to_subdomain(self):
""" Test Sub domain allowed to launch VM when a Domain level zone is
created"""
""" Test Sub domain allowed to launch VM when a Domain level zone is created"""
# Validate the following
# 1. Verify VM created by Account_1 is in Running state
@ -1516,7 +1515,7 @@ class TestUserLogin(cloudstackTestCase):
return
@attr(tags=["login", "accounts", "simulator", "advanced",
"advancedns", "basic", "eip", "sg", "needle"])
"advancedns", "basic", "eip", "sg"])
def test_LoginApiDomain(self):
"""Test login API with domain
"""