ソースを参照

Added basic instructions on how to use test kitchen

Till Klocke 9 年 前
コミット
319a0cff42
1 ファイル変更7 行追加1 行削除
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -16,4 +16,10 @@ software and eventually fall back to building from source.
 * Add role for Freifunk network config
 * Add support for more platforms (don't force a linux distro to others)
 * Everything else I forgot
-* Add tests via testkitchen and CI via travis
+* Add tests via testkitchen and CI via travis
+
+## Setup test kitchen locally
+
+* Install test kitchen sudo gem install test-kitchen
+* Install additionall kitchen gems sudo gem install kitchen-ansiblepush kitchen-ansible kitchen-vagrant
+* start tests via kitchen test