You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that workstation provisioning is done with Pyinfra (#96) there need to be automated tests to verify that everything keeps working as expected. https://github.com/inspec/inspec looks like the most mature framework to use for infrastructure testing and is also already used for the hypervisor testing.
For similar reasons as outlined here #97 let's move these tests into a docker container so we're not dependent on host (macOS) dependencies when installing/compiling Ruby dependencies.
TODO tests
expect fig docter to return exit status 0
expect python binary to come from asdf (and not built-in macOS)
Now that workstation provisioning is done with Pyinfra (#96) there need to be automated tests to verify that everything keeps working as expected. https://github.com/inspec/inspec looks like the most mature framework to use for infrastructure testing and is also already used for the hypervisor testing.
For similar reasons as outlined here #97 let's move these tests into a docker container so we're not dependent on host (macOS) dependencies when installing/compiling Ruby dependencies.
TODO tests
fig docter
to return exit status 0python
binary to come from asdf (and not built-in macOS)/etc/ssh/sshd_config
contains a line only allowing docker-for-mac vm access to macOSThe text was updated successfully, but these errors were encountered: