Github user sanju1010 commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1122#discussion_r46107622
--- Diff: test/integration/component/test_tags.py ---
@@ -2401,3 +2403,143 @@ def
test_23_list_untagged_host_for_vm_migration(self):
if not id in host_ids_for_migration:
self.fail("Not all hosts are available for vm migration")
return
+
+ @attr(tags=["advanced"], required_hardware="false")
+ def test_24_public_IP_tag(self):
+ """ Testcreation, adding and removing tag on public IP address
+ """
+ # Validate the following
+ # 1. Create a domain and admin account under the new domain
+ # 2. Create a tag on acquired public IP address using createTags
API
+ # 3. Delete above created tag using deleteTags API
+ # 4. Perform steps 3&4 using domain-admin
--- End diff --
Yes.
On Nov 29, 2015 11:31 PM, "Remi Bergsma" <[email protected]> wrote:
> In test/integration/component/test_tags.py
> <https://github.com/apache/cloudstack/pull/1122#discussion_r46095649>:
>
> > @@ -2401,3 +2403,143 @@ def
test_23_list_untagged_host_for_vm_migration(self):
> > if not id in host_ids_for_migration:
> > self.fail("Not all hosts are available for vm
migration")
> > return
> > +
> > + @attr(tags=["advanced"], required_hardware="false")
> > + def test_24_public_IP_tag(self):
> > + """ Testcreation, adding and removing tag on public IP address
> > + """
> > + # Validate the following
> > + # 1. Create a domain and admin account under the new domain
> > + # 2. Create a tag on acquired public IP address using
createTags API
> > + # 3. Delete above created tag using deleteTags API
> > + # 4. Perform steps 3&4 using domain-admin
>
> Do you mean steps 2 & 3 here?
>
> â
> Reply to this email directly or view it on GitHub
> <https://github.com/apache/cloudstack/pull/1122/files#r46095649>.
>
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---