Setup testing of Ansible components via QEMU #70

Open
gingermusketeer wants to merge 3 commits from setup-testing-for-ansible-roles into main

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.

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.
This will allow us to produce higher quality ansible componets and
potentially run parts of the system locally for development/testing.
@ -0,0 +1,352 @@
#!/usr/bin/env bash
set -euo pipefail
Author
Owner

I have tried to make this file as readable as possible. Let me know if something isn't clear!

I have tried to make this file as readable as possible. Let me know if something isn't clear!
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin setup-testing-for-ansible-roles:setup-testing-for-ansible-roles
git switch setup-testing-for-ansible-roles
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
datakollektivet/systemer!70
No description provided.