Przeglądaj źródła
Merge pull request #13 from myii/docs/add-kitchen-requirements
docs(readme): add testing requirements section
tags/v0.2.2
Niels Abspoel
5 lat temu
Brak konta powiązanego z adresem e-mail autora
2 zmienionych plików z
18 dodań i
0 usunięć
-
.gitignore
-
docs/README.rst
|
|
@@ -108,3 +108,6 @@ Gemfile.lock |
|
|
|
|
|
|
|
# copied `.md` files used for conversion to `.rst` using `m2r` |
|
|
|
docs/*.md |
|
|
|
|
|
|
|
# Vim |
|
|
|
*.sw? |
|
|
@@ -62,6 +62,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`` |
|
|
|
^^^^^^^^^^^^^^^^^^^^ |
|
|
|
|