removed basic zone tag and added advanced zone tag

Conflicts:
	test/integration/smoke/test_nic.py
This commit is contained in:
SrikanteswaraRao Talluri 2014-04-30 14:00:18 +05:30
parent 80121f6be7
commit 486ee69ef4
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"""