Document testing
This commit is contained in:
parent
5173b8cc52
commit
89e974e3fc
|
@ -24,3 +24,12 @@ Installs the rsync package, and starts the rsyncd service.
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Configure the rsync daemon by writing an rsync.conf and rsync secrets (optional).
|
Configure the rsync daemon by writing an rsync.conf and rsync secrets (optional).
|
||||||
|
|
||||||
|
Testing
|
||||||
|
=======
|
||||||
|
|
||||||
|
As you can read in .travis.yml, testing is a matter of symlinking this
|
||||||
|
directory to /srv/formula (because we can't use relative paths in file_roots /
|
||||||
|
pillar_roots) and running::
|
||||||
|
|
||||||
|
salt-call state.show_highstate --local --retcode-passthrough --config-dir=test/etc
|
||||||
|
|
Loading…
Reference in New Issue