Setup testing of Ansible components via QEMU #70
Loading…
Reference in a new issue
No description provided.
Delete branch "setup-testing-for-ansible-roles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This will allow us to produce higher quality ansible componets and
potentially run parts of the system locally for development/testing.
To test this run
.tests/qemu/run_test.sh. The actual tests will fail until #68 is merged.@ -0,0 +1,352 @@#!/usr/bin/env bashset -euo pipefailI have tried to make this file as readable as possible. Let me know if something isn't clear!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.