Updated Branches: refs/heads/4.2 0f40e8166 -> 0d1005048
CLOUDSTACK-3017: Add tags to Cisco ASA tests Signed-off-by: Prasanna Santhanam <t...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d100504 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d100504 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d100504 Branch: refs/heads/4.2 Commit: 0d10050485d745101f266270bea17345a92ac1e9 Parents: 0f40e81 Author: Prasanna Santhanam <t...@apache.org> Authored: Mon Aug 12 12:03:14 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Mon Aug 12 12:04:04 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_asa1000v_fw.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0d100504/test/integration/component/test_asa1000v_fw.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_asa1000v_fw.py b/test/integration/component/test_asa1000v_fw.py index 643fc1d..0d8cad0 100644 --- a/test/integration/component/test_asa1000v_fw.py +++ b/test/integration/component/test_asa1000v_fw.py @@ -119,6 +119,7 @@ class TestASASetup(cloudstackTestCase): raise Exception("Warning: Exception during cleanup : %s" % e) return + @attr(tags=["device", "asa"]) def test_registerVnmc(self): Vnmc = VNMC.create(self.apiclient, self.services["vnmc"]["ipaddress"], self.services["vnmc"]["username"], self.services["vnmc"]["password"], self.physicalnetworks[0].id) self.debug("Cisco VNMC appliance with id %s deployed"%(Vnmc.id)) @@ -126,6 +127,7 @@ class TestASASetup(cloudstackTestCase): self.assertNotEqual(len(VnmcList), 0, "List VNMC API returned an empty response") Vnmc.delete(self.apiclient) + @attr(tags=["device", "asa"]) def test_registerAsa1000v(self): Asa = ASA1000V.create(self.apiclient, self.services["asa"]["ipaddress"], self.services["asa"]["insideportprofile"], self.clusters[0].id, self.physicalnetworks[0].id) self.debug("Cisco ASA 1000v appliance with id %s deployed"%(Asa.id))