mirror of https://github.com/apache/cloudstack.git
removed basic zone tag and added advanced zone tag
Conflicts: test/integration/smoke/test_nic.py
This commit is contained in:
parent
80121f6be7
commit
486ee69ef4
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue