summaryrefslogtreecommitdiff
path: root/roles/setup-root-partition/tests
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2018-06-28 01:23:02 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2018-06-28 01:23:02 +0900
commit86f71d4334f2269ff8f0268d200f03b73e1c26b7 (patch)
tree1fe8415733cdf993549ae6bcf067f4ea6c272e03 /roles/setup-root-partition/tests
parentebf269e8926d3dbd2a543aabe598ef4cfa68a5ff (diff)
downloadvyos-vm-images-86f71d4334f2269ff8f0268d200f03b73e1c26b7.tar.gz
vyos-vm-images-86f71d4334f2269ff8f0268d200f03b73e1c26b7.zip
Cleanup playbook
Diffstat (limited to 'roles/setup-root-partition/tests')
-rw-r--r--roles/setup-root-partition/tests/inventory2
-rw-r--r--roles/setup-root-partition/tests/test.yml5
2 files changed, 7 insertions, 0 deletions
diff --git a/roles/setup-root-partition/tests/inventory b/roles/setup-root-partition/tests/inventory
new file mode 100644
index 0000000..878877b
--- /dev/null
+++ b/roles/setup-root-partition/tests/inventory
@@ -0,0 +1,2 @@
+localhost
+
diff --git a/roles/setup-root-partition/tests/test.yml b/roles/setup-root-partition/tests/test.yml
new file mode 100644
index 0000000..ddf6cc8
--- /dev/null
+++ b/roles/setup-root-partition/tests/test.yml
@@ -0,0 +1,5 @@
+---
+- hosts: localhost
+ remote_user: root
+ roles:
+ - setup-root-partition \ No newline at end of file