#399 Update doc for repositories in standard-test-basic
Merged 4 years ago by astepano. Opened 4 years ago by astepano.

@@ -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

Commit dee5e5a fixes this pull-request

Pull-Request has been merged by astepano

4 years ago

Pull-Request has been merged by astepano

4 years ago
Metadata