diff options
Diffstat (limited to 'docs/api/tests.md')
-rw-r--r-- | docs/api/tests.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/tests.md b/docs/api/tests.md index 7dd74c1..a36c9eb 100644 --- a/docs/api/tests.md +++ b/docs/api/tests.md @@ -18,6 +18,7 @@ Here are the tests that we currently provide: - [BFD](tests.bfd.md) - [Configuration](tests.configuration.md) - [Connectivity](tests.connectivity.md) +- [CVX](tests.cvx.md) - [Field Notices](tests.field_notices.md) - [Flow Tracking](tests.flow_tracking.md) - [GreenT](tests.greent.md) @@ -44,6 +45,10 @@ Here are the tests that we currently provide: - [VLAN](tests.vlan.md) - [VXLAN](tests.vxlan.md) +!!! tip + + You can use `anta get tests` from the CLI to list all the tests available with an example. Refer to [documentation](../cli/get-tests.md) for more options. + ## Using the Tests All these tests can be imported in a [catalog](../usage-inventory-catalog.md) to be used by [the ANTA CLI](../cli/nrfu.md) or in your [own framework](../advanced_usages/as-python-lib.md). |