Merging upstream version 1.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50f8dbf7e8
commit
2044ea6182
196 changed files with 10121 additions and 3780 deletions
|
@ -6,10 +6,10 @@
|
|||
|
||||
# Arista Network Test Automation (ANTA) Framework
|
||||
|
||||
| **Code** | [](https://github.com/astral-sh/ruff) [](https://numpydoc.readthedocs.io/en/latest/format.html) [](https://sonarcloud.io/summary/new_code?id=aristanetworks_anta) |
|
||||
| **Code** | [](https://github.com/astral-sh/ruff) [](https://numpydoc.readthedocs.io/en/latest/format.html) [](https://sonarcloud.io/summary/new_code?id=aristanetworks_anta) [](https://sonarcloud.io/summary/overall?id=aristanetworks_anta) |
|
||||
| :------------: | :-------|
|
||||
| **License** | [](https://github.com/aristanetworks/anta/blob/main/LICENSE) |
|
||||
| **GitHub** | [](https://github.com/aristanetworks/anta/actions/workflows/code-testing.yml)    [](https://github.com/aristanetworks/anta/releases/) [](https://github.com/aristanetworks/anta/graphs/contributors) |
|
||||
| **GitHub** | [](https://github.com/aristanetworks/anta/actions/workflows/code-testing.yml)   [](https://github.com/aristanetworks/anta/releases/) [](https://github.com/aristanetworks/anta/graphs/contributors) |
|
||||
| **PyPi** |     |
|
||||
|
||||
ANTA is Python framework that automates tests for Arista devices.
|
||||
|
@ -39,7 +39,9 @@ If you plan to use ANTA only as a CLI tool you can use `pipx` to install it.
|
|||
[`pipx`](https://pipx.pypa.io/stable/) is a tool to install and run python applications in isolated environments. Refer to `pipx` instructions to install on your system.
|
||||
`pipx` installs ANTA in an isolated python environment and makes it available globally.
|
||||
|
||||
<!-- markdownlint-disable no-emphasis-as-heading -->
|
||||
**This is not recommended if you plan to contribute to ANTA**
|
||||
<!-- markdownlint-enable no-emphasis-as-heading -->
|
||||
|
||||
```bash
|
||||
# Install ANTA CLI with pipx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue