Add tests for the mount module (#17718)

* Add tests for the mount module

* Switch from unmounted to absent...

the code for mounting always modifies fstab so we need to always modify
fstab to cleanup as well.

* Fix comments and copyright
This commit is contained in:
Toshio Kuratomi
2016-09-23 12:38:31 -07:00
committed by GitHub
parent eeb4e258f8
commit 0bf92d2b5c
2 changed files with 114 additions and 0 deletions

View File

@@ -44,3 +44,4 @@
- { role: test_add_host, tags: test_add_host }
- { role: test_binary, tags: test_binary }
- { role: test_loops, tags: test_loops }
- { role: test_mount, tags: [test_mount, requires_root] }