From 8545f8768fd70048786df8d302ad10ffe1e0198e Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Mon, 13 Jan 2025 10:35:40 +0000 Subject: [PATCH 1/2] Add disclaimer about affected tests --- docs/get_started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/get_started.md b/docs/get_started.md index 370f98a77..f548631bf 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -73,7 +73,8 @@ Follow these steps to start Testrun: 1. Start Testrun with the command `sudo testrun` - To run Testrun in network-only mode (without running any tests), use the `--net-only` option. - To run Testrun with just one interface (connected to the device), use the `--single-intf` option. - + + **Note**: Any test requiring an internet connection will have an invalid result with this setting. ## Test your device From 49b5700a73fb30e5f2d63b9bffd24b15ef470483 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Wed, 15 Jan 2025 09:23:02 +0000 Subject: [PATCH 2/2] Update message --- docs/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get_started.md b/docs/get_started.md index f548631bf..f0c39c284 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -74,7 +74,7 @@ Follow these steps to start Testrun: - To run Testrun in network-only mode (without running any tests), use the `--net-only` option. - To run Testrun with just one interface (connected to the device), use the `--single-intf` option. - **Note**: Any test requiring an internet connection will have an invalid result with this setting. + **Note**: Tests that require an internet connection (e.g TLS client, DNS) will produce a non-compliant result. ## Test your device