From dee5e5a6f808ebaedd757108384f1909fa83fe9a Mon Sep 17 00:00:00 2001 From: Andrei Stepanov Date: Jan 12 2021 11:20:20 +0000 Subject: Merge #399 `Update doc for repositories in standard-test-basic` --- diff --git a/roles/standard-test-basic/README.md b/roles/standard-test-basic/README.md index 0b6dc3b..180a12d 100644 --- a/roles/standard-test-basic/README.md +++ b/roles/standard-test-basic/README.md @@ -27,6 +27,16 @@ to run testing. You can redefine the following variables in Path to the file is relative to test directory. The files are saved to artifacts under test name directory. default: None +## Fetch tests from remote repositories + +For each entry ansible will fetch remote git repository with help of `git` +ansible module. You can specify multiplie entries under `repositories`. +Known params: + + * **repo**: remote repo url + * **dest**: where to put repo on test-runner + * **version**: git-ref. Default is `HEAD` + Example usage: - hosts: localhost