@daanhoogland I have updated the validation steps. On Wed, Dec 2, 2015 at 2:46 PM, DaanHoogland <g...@git.apache.org> wrote:
> Github user DaanHoogland commented on a diff in the pull request: > > https://github.com/apache/cloudstack/pull/1122#discussion_r46391214 > > --- 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 -- > > :) will you update it? > > > --- > 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 infrastruct...@apache.org or file a JIRA ticket > with INFRA. > --- >