File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# pytest-ansible-network-integration
2
2
3
- An experimental pytest plugin designed to run ansible network integration tests against an a ppliance defined in an CML lab topology.
3
+ An experimental pytest plugin designed to run ansible network integration tests against an appliance defined in an CML lab topology.
4
4
5
- Required environment variables:
5
+ ## Required environment variables:
6
6
7
7
- ANSIBLE_NETWORK_OS
8
8
- CML_SSH_PASSWORD
@@ -12,12 +12,12 @@ Required environment variables:
12
12
- VIRL_PASSWORD
13
13
- VIRL_USERNAME
14
14
15
- Required pytest command line parameters:
15
+ ## Required pytest command line parameters:
16
16
17
17
- --integration-tests-path
18
18
- ---cml-lab
19
19
20
- Sample pyproject.toml:
20
+ ## Sample pyproject.toml:
21
21
22
22
```
23
23
[tool.pytest.ini_options]
You can’t perform that action at this time.
0 commit comments