Skip to content

Commit

Permalink
update reference
Browse files Browse the repository at this point in the history
Signed-off-by: rohitthakur2590 <[email protected]>
  • Loading branch information
rohitthakur2590 committed Jan 30, 2024
1 parent ef991fa commit 546ffa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,14 @@ health_checks.yml
The project uses tox to run `ansible-lint` and `ansible-test sanity`.
Assuming this repository is checked out in the proper structure,
e.g. `collections_root/ansible_collections/network/backup`, run:
e.g. `collections_root/ansible_collections/network/ospf`, run:

```shell
tox -e ansible-lint
tox -e py39-sanity
```

To run integration tests, ensure that your inventory has a `network_base` group.
To run integration tests, ensure that your inventory has a `network_ospf` group.
Depending on what test target you are running, comment out the host(s).

```shell
Expand Down Expand Up @@ -333,7 +333,7 @@ Please read and familiarize yourself with this document.

## Release notes

Release notes are available [here](https://github.com/redhat-cop/network.backup/blob/main/CHANGELOG.rst).
Release notes are available [here](https://github.com/redhat-cop/network.ospf/blob/main/CHANGELOG.rst).

## Related information

Expand Down

0 comments on commit 546ffa2

Please sign in to comment.