From b363d0f0f7a2f81fff437506bdb5ef5e7b2a3833 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 3 Sep 2024 11:38:22 +0200 Subject: [PATCH] doc: update, INFIX_TESTS=.. -> TESTS=.. Signed-off-by: Joachim Wiberg --- doc/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/testing.md b/doc/testing.md index 7a658e26..55e85c85 100644 --- a/doc/testing.md +++ b/doc/testing.md @@ -265,7 +265,7 @@ suite: This is useful because this value can then be used to rerun a test (or the whole suite) with identical topology mappings: - $ make PYTHONHASHSEED=3773822171 INFIX_TESTS=case/ietf_system/hostname.py test + $ make PYTHONHASHSEED=3773822171 TESTS=case/ietf_system/hostname.py test ### Deterministic Transport Protocol @@ -274,7 +274,7 @@ chosen randomly. If you supply a `PYTHONHASHSEED` as described above, you get the same protocol used for that hash. But if you want to choose the protocol, add extra arguments to Infamy: - $ make INFAMY_EXTRA_ARGS="--transport=restconf" INFIX_TESTS=case/ietf_system/hostname.py test + $ make INFAMY_EXTRA_ARGS="--transport=restconf" TESTS=case/ietf_system/hostname.py test or, when running interactively: