You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-18Lines changed: 3 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,26 +36,11 @@ Use it in a playbook as follows:
36
36
37
37
## Local Testing
38
38
39
-
The preferred way of locally testing the role is to use Docker and [molecule](https://github.com/metacloud/molecule) (v2.x). You will have to install Docker on your system. See "Get started" for a Docker package suitable to for your system.
40
-
We are using tox to simplify process of testing on multiple ansible versions. To install tox execute:
41
-
```sh
42
-
pip3 install tox
43
-
```
44
-
To run tests on all ansible versions (WARNING: this can take some time)
45
-
```sh
46
-
tox
47
-
```
48
-
To run a custom molecule command on custom environment with only default test scenario:
49
-
```sh
50
-
tox -e py35-ansible28 -- molecule test -s default
51
-
```
52
-
For more information about molecule go to their [docs](http://molecule.readthedocs.io/en/latest/).
53
-
54
-
If you would like to run tests on remote docker host just specify `DOCKER_HOST` variable before running tox tests.
39
+
The preferred way of locally testing the role is to use Docker and [molecule](https://github.com/ansible-community/molecule) (v3.x). You will have to install Docker on your system. See "Get started" for a Docker package suitable to for your system. Running your tests is as simple as executing `molecule test`.
55
40
56
-
## Travis CI
41
+
## Continuous Intergation
57
42
58
-
Combining molecule and travis CI allows us to test how new PRs will behave when used with multiple ansible versions and multiple operating systems. This also allows use to create test scenarios for different role configurations. As a result we have a quite large test matrix which will take more time than local testing, so please be patient.
43
+
Combining molecule and circle CI allows us to test how new PRs will behave when used with multiple ansible versions and multiple operating systems. This also allows use to create test scenarios for different role configurations. As a result we have a quite large test matrix which can take more time than local testing, so please be patient.
0 commit comments