mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
doc: expand test-arch with physical device test mode instructions
Also, update testing-overview.svg to support dark mode view. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
+7
-1
@@ -37,7 +37,7 @@ $ make TEST_MODE=host test
|
||||
...
|
||||
```
|
||||
|
||||
This typically used when testing on physical hardware. By default the
|
||||
This is typically used when testing on physical hardware. By default the
|
||||
topology will be sourced from `/etc/infamy.dot`, but this can be
|
||||
overwritten by setting the `TOPOLOGY` variable:
|
||||
|
||||
@@ -46,6 +46,12 @@ $ make TEST_MODE=host TOPOLOGY=~/my-topology.dot test
|
||||
...
|
||||
```
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Physical devices must be put into *test mode* before running tests.
|
||||
> See [Test Mode](test-arch.md#test-mode) in the architecture document
|
||||
> for details. The short version: log in to the device and run
|
||||
> `touch /mnt/aux/test-mode && reboot`.
|
||||
|
||||
### `make run` Devices
|
||||
|
||||
Some tests only require a single DUT. These can therefore be run
|
||||
|
||||
Reference in New Issue
Block a user