anta icon indicating copy to clipboard operation
anta copied to clipboard

What do you call an ant with frogs legs?

Results 95 anta issues
Sort by recently updated
recently updated
newest added

# Description Add option to save tests result in CSV format when running `anta nrfu table|text` ## Command example ```bash anta nrfu -c network-tests/nrfu.yml table --save-to-csv test.csv ``` ![image](https://github.com/arista-netdevops-community/anta/assets/4608573/3806ef96-d128-49e7-bb5c-7d57c752d778) #...

framework-enhancement
Anta CLI

# Description - Remove links from headers and put them in a `` section just below - Change H2/H1 from uppercase to capitalize Fixes # (issue id) # Checklist: -...

documentation

Should we skip these tests on cEOSlab and vEOS-lab? ![image](https://github.com/arista-netdevops-community/anta/assets/63206086/de6bf5d5-30ee-4c78-a631-8ab15f526076)

When running BGP tests, the inputs are not associated with the right `AntaCommand`, giving `KeyError` when a VRF is not expected. ![image](https://github.com/arista-netdevops-community/anta/assets/63206086/d127b9f9-01dc-4ba9-8036-7f9954d8a638)

updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.2...v0.5.4) - [github.com/pycqa/pylint: v3.2.5 → v3.2.6](https://github.com/pycqa/pylint/compare/v3.2.5...v3.2.6) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.0)

**Verify LACP functionality using `show lacp interface `.** **Pass/Fail Criteria** 1. Interface should be bundled in given port channel. 2. Aggregated link state should be `active, LongTimeout`( Indicates a longer...

# Description - Updated the test case to include optional field of DF bit(Updated input model for df-bit) in command. - Included optional field of packet size variation(Updated input model...

# Description NTP associations for all NTP servers should be up as denoted by the "condition" field below, and the primary NTP server should be preferred. primary server will have...

# Description In #740 we end up doing `getargs(TestStatus)` on a `Literal` type which feels very awkward. This PR defines a proper type for TestStatus based on built-in Python Enum...