diff --git a/py-scripts/README.md b/py-scripts/README.md index 9e5c48a40..8fbe55a1b 100644 --- a/py-scripts/README.md +++ b/py-scripts/README.md @@ -5,6 +5,10 @@ This directory contains Python scripts to configure and test devices with LANfor To learn more about automating Chamber View tests like TR-398, WiFi Capacity Test, and others, see [Chamber View Examples](./cv_examples/README.md) for more information. +We also support Toolbox mode (--toolbox), enabling modular, standalone operations such as creating stations, managing cross-connections, and toggling port administrative states on supported scripts: +- [`test_l3.py`](./test_l3.py) — Layer-3 traffic generation (see [Toolbox Documentation](https://candelatech.atlassian.net/wiki/spaces/LANFORGE/pages/2854715395/test_l3.py+Toolbox+Mode+CLI+Reference+Usage+Guide)) +- [`lf_test_generic.py`](./lf_test_generic.py) — Generic endpoints and cross-connections (see [Toolbox Documentation](https://candelatech.atlassian.net/wiki/spaces/LANFORGE/pages/2859859969/lf_test_generic.py+Toolbox+Mode+CLI+Reference+Usage+Guide)) + For more information, see [these documentation links](../README.md#documentation-links) or email [`support@candelatech.com`](mailto:support@candelatech.com) with questions.