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

Add documentation about how to set up a test environment. #194

Closed
remyleone opened this issue Sep 16, 2024 · 0 comments · Fixed by #196
Closed

Add documentation about how to set up a test environment. #194

remyleone opened this issue Sep 16, 2024 · 0 comments · Fixed by #196
Assignees
Labels
documentation Improvements or additions to documentation enhancement priority:highest Bugs filled by customers, security issues

Comments

@remyleone
Copy link
Member

It is currently cumbersome to setup a testing environment to debug the provider. Debugging does not seems to be feasible right now because acctest package from packer does not really support it. hashicorp/packer-plugin-sdk#231

I would like to have a documentation that explain:

  • How to setup a loop where I can have the logs appear inside a given IDE
  • How to pass a given packer configuration to a test to inspect it/run it/debug it. Maybe complementing TestAccScalewayBuilder would be helpful. There is no check that is performed apart from the packer command returning 0.
@remyleone remyleone added documentation Improvements or additions to documentation enhancement priority:highest Bugs filled by customers, security issues labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement priority:highest Bugs filled by customers, security issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants