mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4120: fixed automation script for resource tags
This commit is contained in:
parent
bd6005dac5
commit
ef839427c7
|
|
@ -1089,7 +1089,8 @@ class TestResourceTags(cloudstackTestCase):
|
|||
key='OS',
|
||||
value='CentOS',
|
||||
account=self.account.name,
|
||||
domainid=self.account.domainid
|
||||
domainid=self.account.domainid,
|
||||
isofilter='all'
|
||||
)
|
||||
|
||||
self.assertEqual(
|
||||
|
|
|
|||
Loading…
Reference in New Issue