Adding upstream version 0.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ecf5ca3300
commit
6721599912
211 changed files with 12174 additions and 6401 deletions
|
@ -10,9 +10,9 @@ Contribution model is based on a fork-model. Don't push to arista-netdevops-comm
|
|||
|
||||
To help development, open your PR as soon as possible even in draft mode. It helps other to know on what you are working on and avoid duplicate PRs.
|
||||
|
||||
## Create a development environement
|
||||
## Create a development environment
|
||||
|
||||
Run the following commands to create an ANTA development environement:
|
||||
Run the following commands to create an ANTA development environment:
|
||||
|
||||
```bash
|
||||
# Clone repository
|
||||
|
@ -26,10 +26,10 @@ $ pip install -e .[dev]
|
|||
$ pip list -e
|
||||
Package Version Editable project location
|
||||
------- ------- -------------------------
|
||||
anta 0.13.0 /mnt/lab/projects/anta
|
||||
anta 0.14.0 /mnt/lab/projects/anta
|
||||
```
|
||||
|
||||
Then, [`tox`](https://tox.wiki/) is configued with few environments to run CI locally:
|
||||
Then, [`tox`](https://tox.wiki/) is configured with few environments to run CI locally:
|
||||
|
||||
```bash
|
||||
$ tox list -d
|
||||
|
@ -219,7 +219,7 @@ Image will be generated under `docs/imgs/uml/` and can be inserted in your docum
|
|||
Writing documentation is crucial but managing links can be cumbersome. To be sure there is no dead links, you can use [`muffet`](https://github.com/raviqqe/muffet) with the following command:
|
||||
|
||||
```bash
|
||||
muffet -c 2 --color=always http://127.0.0.1:8000 -e fonts.gstatic.com
|
||||
muffet -c 2 --color=always http://127.0.0.1:8000 -e fonts.gstatic.com -b 8192
|
||||
```
|
||||
|
||||
## Continuous Integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue