add .gitignore and hint for testing
Change-Id: Iab067af90a4bd6f76d5f2435aae2f5b483d41439
diff --git a/README.rst b/README.rst
index 591ce2c..e60adf3 100644
--- a/README.rst
+++ b/README.rst
@@ -10,3 +10,13 @@
Unless specifically noted, all parts of this project are licensed
under the Apache 2.0 `license <https://github.com/Mirantis/mk-pipelines/LICENSE>`_.
+
+
+Testing
+========
+
+Basic gradle test can be executed by (where 172.18.176.4) is address of DNS server capable to resolve artifacts server
+
+.. code:: bash
+
+ docker run --rm --dns 172.18.176.4 -v $PWD:/usr/bin/app:z niaquinto/gradle check