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

Snippets from DVT: Should be multuple routes with only SPN nodes as next-hops DLFW1#show ip ro 192.168.100.3 VRF: default Codes: C - connected, S - static, K - kernel, O...

# Description Verifies BGP route origin for the provided IPv4 Network(s). Expected Results ---------------- * Success: The test will pass if the BGP route's origin matches expected origin type. *...

# Description Verifies the number of changes across all interfaces in the Spanning Tree Protocol (STP) topology is below a threshold. Expected Results ---------------- * Success: The test will pass...

verifying BGP route origin: IGP (i): This indicates that the route was learned from an Interior Gateway Protocol (IGP) within the originating autonomous system (AS). EGP (e): This signifies that...

Test case to verify the BGP neighbors inherits the configuration from and member of peer-group. Sample output: `DLFW1#show ip bgp neighbors 172.31.100.0` BGP neighbor is 172.31.100.0, remote AS 42, external...

# Description Verifies BGP Inbound Outbound route-maps of BGP IPv4 peer(s). Checks whether the correct route maps are applied in the correct direction (inbound or outbound) on the specified IPv4...

# Description Verifies maximum routes and maximum routes warning limit for the provided BGP IPv4 peer(s). Expected Results ---------------- * Success: The test will pass if the BGP peer's maximum...

Nested input models like `class BgpAfi(BaseModel)` don't inherit from `AntaTest.Input` meaning they don't forbid extra attributes. This could lead to unexpected behaviors for a user who wants to override a...

``` [12:28:48] INFO Connecting to devices... utils.py:160 [12:28:49] CRITICAL Uncaught Exception when running ANTA CLI logger.py:116 Please reach out to the maintainer team or open an issue on Github: https://github.com/aristanetworks/anta....

JUnit XML report is a widely adopted format for many testing frameworks. The advantage over the currently available report formats in ANTA is the integration with tools such [gitlab](https://docs.gitlab.com/ee/ci/testing/unit_test_reports.html#view-unit-test-reports-on-gitlab) or...

framework-enhancement