Skip to content

Commit

Permalink
Merge branch 'main' into refactor/runner_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Feb 7, 2025
2 parents 9395a58 + 83660e0 commit 925be23
Show file tree
Hide file tree
Showing 37 changed files with 442 additions and 333 deletions.
14 changes: 9 additions & 5 deletions docs/api/tests/aaa.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
anta_title: ANTA catalog for AAA tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

::: anta.tests.aaa

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
25 changes: 15 additions & 10 deletions docs/api/tests/avt.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
anta_title: ANTA catalog for Adaptive Virtual Topology (AVT) tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
Expand All @@ -12,27 +13,31 @@ anta_title: ANTA catalog for Adaptive Virtual Topology (AVT) tests
::: anta.tests.avt

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false

# Input models

::: anta.input_models.avt

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
anta_hide_test_module_description: true
merge_init_into_class: false
show_labels: true
filters:
- "!^__init__"
- "!^__str__"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
26 changes: 16 additions & 10 deletions docs/api/tests/bfd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
anta_title: ANTA catalog for BFD tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
Expand All @@ -12,25 +13,30 @@ anta_title: ANTA catalog for BFD tests
::: anta.tests.bfd

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
show_labels: true
anta_hide_test_module_description: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false

# Input models

::: anta.input_models.bfd

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
filters:
- "!^__str__"
merge_init_into_class: false
show_bases: false
show_labels: true
filters: ["!^__str__"]
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
14 changes: 9 additions & 5 deletions docs/api/tests/configuration.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
anta_title: ANTA catalog for device configuration tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

::: anta.tests.configuration

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
26 changes: 16 additions & 10 deletions docs/api/tests/connectivity.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
anta_title: ANTA catalog for connectivity tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
Expand All @@ -12,25 +13,30 @@ anta_title: ANTA catalog for connectivity tests
::: anta.tests.connectivity

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false

# Input models

::: anta.input_models.connectivity

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
filters:
- "!^__str__"
merge_init_into_class: false
show_bases: false
show_labels: true
filters: ["!^__str__"]
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
14 changes: 9 additions & 5 deletions docs/api/tests/cvx.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
anta_title: ANTA catalog for CVX tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

::: anta.tests.cvx

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
14 changes: 9 additions & 5 deletions docs/api/tests/field_notices.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
anta_title: ANTA catalog for Field Notices tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

::: anta.tests.field_notices

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
26 changes: 16 additions & 10 deletions docs/api/tests/flow_tracking.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
anta_title: ANTA catalog for flow tracking tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
Expand All @@ -10,29 +11,34 @@ anta_title: ANTA catalog for flow tracking tests
# Tests

::: anta.tests.flow_tracking

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
- "!validate_exporters"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false

# Input models

::: anta.input_models.flow_tracking

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
anta_hide_test_module_description: true
merge_init_into_class: false
show_labels: true
filters:
- "!^__init__"
- "!^__str__"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
14 changes: 9 additions & 5 deletions docs/api/tests/greent.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
anta_title: ANTA catalog for GreenT tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

::: anta.tests.greent

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
14 changes: 9 additions & 5 deletions docs/api/tests/hardware.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
---
anta_title: ANTA catalog for hardware tests
---

<!--
~ Copyright (c) 2023-2025 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

::: anta.tests.hardware

options:
show_root_heading: false
show_root_toc_entry: false
show_bases: false
merge_init_into_class: false
anta_hide_test_module_description: true
show_labels: true
filters:
- "!test"
- "!render"
merge_init_into_class: false
show_bases: false
show_labels: true
show_root_heading: false
show_root_toc_entry: false
show_symbol_type_heading: false
show_symbol_type_toc: false
Loading

0 comments on commit 925be23

Please sign in to comment.