commit | e05920838f8737ca34490242771ef82e74e62346 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon May 15 12:32:11 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Mon May 15 12:32:11 2017 +0200 |
tree | 8c0b1282924bcac71e11b09146a4c2909c48c5e3 | |
parent | 7d9e51e75fb31633405de8ebbd44bbe73df4cb5f [diff] [blame] |
Added Unit tests, Kitchen and Travis support
diff --git a/tests/pillar/simple.sls b/tests/pillar/simple.sls new file mode 100644 index 0000000..0cb2712 --- /dev/null +++ b/tests/pillar/simple.sls
@@ -0,0 +1,8 @@ +libvirt: + server: + enabled: true + virtualizations: + - kvm + network: + default: + ensure: absent \ No newline at end of file