Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create List functions for entities that don't have one #276

Open
dataclouder opened this issue Dec 17, 2019 · 0 comments
Open

Create List functions for entities that don't have one #276

dataclouder opened this issue Dec 17, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dataclouder
Copy link
Contributor

dataclouder commented Dec 17, 2019

As support for test refactoring, we need the ability of listing several entities.
Currently we are missing public functions for:

  • org
  • edgegateway
  • edgegateway_vpn
  • dnat
  • snat
  • firewall_rules
  • nsxv_snat
  • vapp_network
  • independent disk
  • media items
  • ejectable media

We can get the list of other entities by querying the parent entity. For some of these entities we have private functions that can be converted to public ones.

The main purpose of this issue is the have the ability of filling the test configuration files for both g-vcloud-director and terraform-provider-vcd with minimal input from users. i.e. by detecting whether the needed elements are available.

The secondary purpose is to clean up the environment when tests fail in unpredictable way, leaving the environment unsuitable for another test run.

@dataclouder dataclouder self-assigned this Dec 17, 2019
@dataclouder dataclouder added the enhancement New feature or request label Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant