mirror of https://github.com/apache/cloudstack.git
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:
parent
a606277e20
commit
7a2f3f21a5
|
|
@ -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