summaryrefslogtreecommitdiffstats
path: root/docs/advanced_usages
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 09:02:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 09:02:00 +0000
commitab75044d21e47a84224ec8f664440d42fd5fc4be (patch)
treedda163e45555d3eecc2a63934a259a19a4b4b0fa /docs/advanced_usages
parentReleasing progress-linux version 0.15.0-1. (diff)
downloadanta-ab75044d21e47a84224ec8f664440d42fd5fc4be.tar.xz
anta-ab75044d21e47a84224ec8f664440d42fd5fc4be.zip
Merging upstream version 1.0.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/advanced_usages')
-rw-r--r--docs/advanced_usages/custom-tests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/advanced_usages/custom-tests.md b/docs/advanced_usages/custom-tests.md
index ba62636..c6a2fa8 100644
--- a/docs/advanced_usages/custom-tests.md
+++ b/docs/advanced_usages/custom-tests.md
@@ -334,10 +334,10 @@ For that, you need to create your own Python package as described in this [hitch
It is very similar to what is documented in [catalog section](../usage-inventory-catalog.md) but you have to use your own package name.2
-Let say the custom Python package is `anta_titom73` and the test is defined in `anta_titom73.dc_project` Python module, the test catalog would look like:
+Let say the custom Python package is `anta_custom` and the test is defined in `anta_custom.dc_project` Python module, the test catalog would look like:
```yaml
-anta_titom73.dc_project:
+anta_custom.dc_project:
- VerifyFeatureX:
minimum: 1
```