Skip to content

Commit

Permalink
updated documentation apis
Browse files Browse the repository at this point in the history
  • Loading branch information
vitthalmagadum committed Jan 8, 2025
1 parent 581acc2 commit bb12cc2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion anta/tests/snmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def test(self) -> None:
class VerifySnmpUser(AntaTest):
"""Verifies the SNMP user configurations for specified version(s).
This test performs the following checks for each specified address family:
This test performs the following checks for each specified user:
1. Verifies that the valid user name and group name.
2. Ensures that the SNMP v3 security model, the user authentication and privacy settings aligning with version-specific requirements.
Expand Down
16 changes: 16 additions & 0 deletions docs/api/tests.snmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ anta_title: ANTA catalog for SNMP tests
~ that can be found in the LICENSE file.
-->

# Tests

::: anta.tests.snmp

options:
show_root_heading: false
show_root_toc_entry: false
Expand All @@ -18,3 +21,16 @@ anta_title: ANTA catalog for SNMP tests
filters:
- "!test"
- "!render"

# Input models

::: anta.input_models.snmp

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: ["!^__str__"]

0 comments on commit bb12cc2

Please sign in to comment.