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

It would be awesome to get the inventory from netbox

framework-enhancement

Sharing some ideas that could improve the framework... Need a way to enforce the format of the test functions to ensure all functions are written correctly (return boolean, etc) and...

framework-enhancement

workflow to: - run tests - apply changes - run the same tests on the same devices - compare the 2 tests report and display the diffs

Bumps [mike](https://github.com/jimporter/mike) from 2.0.0 to 2.1.0. Release notes Sourced from mike's releases. v2.1.0 New features When calling set-default, you can now pass --allow-undefined to set the default to a version...

dependencies

Currently, we perform a shallow copy of `AntaCommand` class variables of `AntaTest` instances in [`AntaTest._init_commands()`](https://github.com/arista-netdevops-community/anta/blob/main/anta/models.py#L446). Copying the model when the command is actually collected in `AntaDevice._collect()` implementations could enhance performances...

# Description # Checklist: - [X] I have made corresponding changes to the documentation

# Description Rollback some modifications because commands are not created in the same order than the inputs. Fixes #669 # Checklist: - [x] My code follows the style guidelines of...