diff options
author | create with ansible <qxmips@debian10-vyos-build.local> | 2020-10-08 01:35:44 -0400 |
---|---|---|
committer | create with ansible <qxmips@debian10-vyos-build.local> | 2020-10-08 01:35:44 -0400 |
commit | cdbd9df937e524c1d89ef74c15a013e79359b9fc (patch) | |
tree | d3794fe7742a926daa665b509e47b2b0b97063f9 /roles/qemu-raw/tests | |
parent | e025218641378434864f73cf0b7354ce5b97c6a9 (diff) | |
download | vyos-vm-images-cdbd9df937e524c1d89ef74c15a013e79359b9fc.tar.gz vyos-vm-images-cdbd9df937e524c1d89ef74c15a013e79359b9fc.zip |
minor fixes
Diffstat (limited to 'roles/qemu-raw/tests')
-rw-r--r-- | roles/qemu-raw/tests/inventory | 2 | ||||
-rw-r--r-- | roles/qemu-raw/tests/test.yml | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/roles/qemu-raw/tests/inventory b/roles/qemu-raw/tests/inventory new file mode 100644 index 0000000..878877b --- /dev/null +++ b/roles/qemu-raw/tests/inventory @@ -0,0 +1,2 @@ +localhost + diff --git a/roles/qemu-raw/tests/test.yml b/roles/qemu-raw/tests/test.yml new file mode 100644 index 0000000..3a654b5 --- /dev/null +++ b/roles/qemu-raw/tests/test.yml @@ -0,0 +1,5 @@ +--- +- hosts: localhost + remote_user: root + roles: + - qemu-raw |