Repository: cloudstack Updated Branches: refs/heads/master 6c9b21907 -> 4efe93381
removed basic zone tag and added advanced zone tag Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4efe9338 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4efe9338 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4efe9338 Branch: refs/heads/master Commit: 4efe9338183cdb4993bc5793f979268e5fbaa8b5 Parents: 6c9b219 Author: SrikanteswaraRao Talluri <tall...@apache.org> Authored: Wed Apr 30 14:00:18 2014 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Wed Apr 30 14:00:18 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_nic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4efe9338/test/integration/smoke/test_nic.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_nic.py b/test/integration/smoke/test_nic.py index e12bb33..592a839 100644 --- a/test/integration/smoke/test_nic.py +++ b/test/integration/smoke/test_nic.py @@ -119,7 +119,7 @@ class TestNic(cloudstackTestCase): except Exception as ex: self.debug("Exception during NIC test SETUP!: " + str(ex)) - @attr(tags = ["devcloud", "smoke", "basic", "sg", "provisioning"]) + @attr(tags = ["devcloud", "smoke", "advanced", "advancedns", "provisioning"]) def test_01_nic(self): #TODO: SIMENH: add validation """Test to add and update added nic to a virtual machine"""