remove tag used while debugging Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d6fc6577 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d6fc6577 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d6fc6577 Branch: refs/heads/4.2 Commit: d6fc6577efa9ab32c115e25af8effc7febf9efcb Parents: 06f5f5b Author: Prasanna Santhanam <[email protected]> Authored: Thu Jul 18 18:12:31 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Jul 18 18:13:58 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_accounts.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d6fc6577/test/integration/component/test_accounts.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_accounts.py b/test/integration/component/test_accounts.py index 5ba6d00..5ca0570 100644 --- a/test/integration/component/test_accounts.py +++ b/test/integration/component/test_accounts.py @@ -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 """
