removed basic zone tag and added advanced zone tag

Conflicts:
	test/integration/smoke/test_nic.py

(cherry picked from commit 486ee69ef4)
This commit is contained in:
SrikanteswaraRao Talluri 2014-04-30 14:00:18 +05:30 committed by Daan Hoogland
parent a606277e20
commit 7a2f3f21a5
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class TestNic(cloudstackTestCase):
except Exception as ex:
self.debug("Exception during NIC test SETUP!: " + str(ex))
@attr(tags = ["devcloud", "smoke", "advanced", "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"""