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

tests: Move common provider helpers to tftestenv #288

Merged
merged 2 commits into from Jul 26, 2022

Conversation

darkowlzz
Copy link
Contributor

@darkowlzz darkowlzz commented Jul 25, 2022

Move the common provider helper code from tests/integration into tests/tftestenv
independent of the terraform state output variable names. This would help share
common test code between all the cloud provider tests in different repos.

After this, tftestenv can be easily moved to a separate repository and it can be
imported by different tests for infrastructure provisioning and interaction
with the cloud providers.

@darkowlzz darkowlzz added this to the GA milestone Jul 26, 2022
Move the common cloud provider utilities from tests/integration/ into
tests/tftestenv/ so that they can be shared with other tests.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
Replace the common cloud provider helpers with the helpers in tftestenv.

Signed-off-by: Sunny <darkowlzz@protonmail.com>
@darkowlzz darkowlzz merged commit f683b60 into main Jul 26, 2022
@darkowlzz darkowlzz deleted the tftestenv-provider-helpers branch July 26, 2022 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants