From 326ebe16975e13d6bb2cb48d2b9f11354d4f2bc9 Mon Sep 17 00:00:00 2001 From: Akilan Selvacoumar Date: Fri, 16 Jul 2021 19:50:43 +0400 Subject: [PATCH] added install docs for plugins --- Docs/Installation.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Docs/Installation.md b/Docs/Installation.md index fe681b8..57602ca 100644 --- a/Docs/Installation.md +++ b/Docs/Installation.md @@ -133,7 +133,7 @@ p2prc --ls p2prc --ni ``` -### Using Plugins +# Using Plugins This feature is still Under Development #### Dependencies @@ -147,5 +147,17 @@ This feature is still Under Development ever the file ```ansible.cfg``` is located. - Add or uncomment ```host_key_checking = False``` +#### Run Test Cases +- Generate Test Case Ansible file + - ```make testcases``` +- Enter inside plugin directory and run tests. + Note: That docker needs to installed and needs to run without + sudo. Refer the section install Docker. + - ```cd plugin``` + - ```go test .``` + + + +