Skip to content

Commit b995afb

Browse files
committed
Enable interface generation, update README
1 parent fe05a7a commit b995afb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

contrib/load-tester/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
to the auth server.
99
* run.sh: Ties it all together. Make sure to run as root.
1010

11+
Once you think the script has run long enough, kill run.sh and look at
12+
valgrind.log. You have to clean up after the script yourself, e.g. kill
13+
mock\_auth.py separately and run **./generate_interfaces.sh stop**

contrib/load-tester/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
echo "Make sure to configure GatewayInterface in wifidog_mock.conf"
55

6-
#./generate_interfaces.sh start || exit 1
6+
./generate_interfaces.sh start || exit 1
77

88
./mock_auth.py &
99

0 commit comments

Comments
 (0)