From 7271d1ce1edda501000d2f7f35d9c4f7f8fbb065 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Sun, 7 Mar 2021 14:08:35 -0800 Subject: [PATCH] moves regresssion_test.txt to regression_test.rc.example, adds examples and documentation --- py-scripts/regression_test.rc.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 py-scripts/regression_test.rc.example diff --git a/py-scripts/regression_test.rc.example b/py-scripts/regression_test.rc.example new file mode 100644 index 00000000..43a02160 --- /dev/null +++ b/py-scripts/regression_test.rc.example @@ -0,0 +1,17 @@ +# Example settings file for regression_test.sh # +# # +# Edit your own copy of regression_test.rc and regression # +# test.sh should use it. Please do not check in your # +# regression_test.rc file, That will break other people's settings. # +# # + +# Run tests against these AP credentials: +SSID_USED=ChickenNet +PASSWD_USED=ameliachicken +SECURITY=wpa3 + +# Point tests at this GUI: +MGR=localhost +MGR_PORT=8080 + +#