Browse Source

docs(readme): update testing section

tags/v0.5.1
Nicolas Rodriguez 5 years ago
parent
commit
80a373412e
1 changed files with 26 additions and 11 deletions
  1. +26
    -11
      docs/README.rst

+ 26
- 11
docs/README.rst View File



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


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

* Ruby
* Docker

.. code-block:: bash

$ gem install bundler
$ bundle install
$ bin/kitchen test [platform]


Creates the docker instance and runs the ``template`` main state, ready for testing.
Where ``[platform]`` is the platform name defined in ``kitchen.yml``,
e.g. ``debian-9-2019-2-py3``.


``kitchen verify``
^^^^^^^^^^^^^^^^^^
``bin/kitchen converge``
^^^^^^^^^^^^^^^^^^^^^^^^

Creates the docker instance and runs the ``ufw`` main state, ready for testing.

``bin/kitchen verify``
^^^^^^^^^^^^^^^^^^^^^^


Runs the ``inspec`` tests on the actual instance. Runs the ``inspec`` tests on the actual instance.


``kitchen destroy``
^^^^^^^^^^^^^^^^^^^
``bin/kitchen destroy``
^^^^^^^^^^^^^^^^^^^^^^^


Removes the docker instance. Removes the docker instance.


``kitchen test``
^^^^^^^^^^^^^^^^
``bin/kitchen test``
^^^^^^^^^^^^^^^^^^^^


Runs all of the stages above in one go: i.e. ``destroy`` + ``converge`` + ``verify`` + ``destroy``. Runs all of the stages above in one go: i.e. ``destroy`` + ``converge`` + ``verify`` + ``destroy``.


``kitchen login``
^^^^^^^^^^^^^^^^^
``bin/kitchen login``
^^^^^^^^^^^^^^^^^^^^^


Gives you SSH access to the instance for manual testing. Gives you SSH access to the instance for manual testing.

Loading…
Cancel
Save