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 Implement new set of tests to cover IS-IS and Segment Routing ## IS-IS tests - [x] Check that all ISIS neighbors are UP - [x] Number of peers...

network-tests

- **feat: add AntaCatalog.dump() and AntaCatalog.merge()** - **ci: add unit tests for anta.catalog module** # Description This PR also includes functions to merge AntaCatalog instances and dump as a YAML...

# Description Added the test cases for AVT features. Fixes #615 # Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have...

network-tests

We should add a `name` property to the `AntaTest` abstract class instead of defining a class variable: ``` python @property def name(self) -> str: """Return the name of this AntaTest...

Use [pytest-benchmark](https://pytest-benchmark.readthedocs.io/en/latest/index.html) and various test catalogs and device inventories to measure ANTA performances in CI. # Description # Checklist: - [ ] My code follows the style guidelines of this...

# Description Builds on top of: * #648 * #650 Adds: * cprofile decorator around `anta.runner.main` * a singleton with Args for AntaTemplate - https://gist.github.com/wowkin2/3af15bfbf197a14a2b0b2488a1e8c787 * This allows to have...

# Description Fixes #651 # Reviewer questions - [ ] Move scripts only in snippets? - [ ] Moving more stuff around? # Checklist: - [ ] My code follows...

Tested ANTA on a fabric of **1040** devices and **2 606 033** tests. ANTA was run outside of the CLI, meaning no CLI tags were used. The catalog consisted of...

framework-enhancement

# Description Adding the test case to verify BGP ECMP path install Test catalog: ``` anta.tests.routing: bgp: - VerifyBGPEcmpPath: bgp_routes: - route: 192.0.254.5/32 vrf: default - route: 192.0.254.3/32 vrf: default...

state: conflict
network-tests