#241 Include test.yml example for the basic test role
Merged 5 years ago by astepano. Opened 5 years ago by psss.
psss/standard-test-roles docs  into  master

@@ -18,4 +18,27 @@ 

   * **required_services**: A list of services to be started before running tests.

     Please use `required_packages` for specifying packages that provide the services.

  

- Check `glib2` package tests to find examples for using this role.

+ Example usage:

+ 

+     - hosts: localhost

+       roles:

+       - role: standard-test-basic

+         tags:

+         - classic

+         repositories:

+         - repo: "https://src.fedoraproject.org/tests/python.git"

+           dest: "python"

+         tests:

+         - smoke27:

+             dir: python/smoke

+             run: VERSION=2.7 METHOD=virtualenv ./venv.sh

+         - smoke37:

+             dir: python/smoke

+             run: VERSION=3.7 ./venv.sh

+         required_packages:

+         - python27

+         - python37

+         - python2-virtualenv

+         - python3-virtualenv

+         - python2-devel

+         - python3-devel

no initial comment

I don't think the jenkins failure is related to the documentation update proposed in this pull request. Could you please review? Thanks.

Thank you, looks good.

Commit 5b75fb6 fixes this pull-request

Pull-Request has been merged by astepano

5 years ago

Pull-Request has been merged by astepano

5 years ago