-
Notifications
You must be signed in to change notification settings - Fork 243
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
Improving test coverage of parts of the API used by Terraform #246
Comments
PR #245 Contains a fair number of tests. I've also got a branch that I'm currently writing that adds the ability to interact with API tokens (although not their permissions at the moment), which opens up the ability to test the login with API tokens. As to the LXC containers I've hit a bit of a wall because there is currently no method for importing / downloading templates via the go api, so that needs writing first. I'm hesitant to write the function before the layout has been fully planned (currently being discussed in #210), so I'm at a bit of an impasse. One option may be to write a quick and dirty hack to get a template downloaded so that I can write tests for the LXC stuff, which should then get us most of the coverage for testing the parts that are used by the Terraform API |
nice! feel free to notify me when it's ready to merge! |
Cloud-init now sorted in #258 Think this puts us in a good position to start refactoring the whole application |
I figured it's worth having an issue to capture the progress of the tests written
General Access
Qemu VM
LXC Container
Pool
The text was updated successfully, but these errors were encountered: