| |
@@ -27,6 +27,16 @@
|
| |
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
|
| |
Signed-off-by: Andrei Stepanov astepano@redhat.com