Skip to content

Commit

Permalink
docs(readme): add testing requirements section (from vault-formula)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 23, 2019
1 parent dca7888 commit e04413e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,21 @@ Testing

Linux testing is done with ``kitchen-salt``.

Requirements
^^^^^^^^^^^^

* Ruby
* Docker

.. code-block:: bash
$ gem install bundler
$ bundle install
$ bundle exec kitchen test [platform]
Where ``[platform]`` is the platform name defined in ``kitchen.yml``,
e.g. ``debian-9-2019-2-py3``.

``kitchen converge``
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit e04413e

Please sign in to comment.