Limit number of demo devices (#321)

We currently only need switches for the acceptance tests, so don't provision any access points or gateways.
This commit is contained in:
Joshua Spence
2023-03-01 09:56:30 +11:00
committed by GitHub
parent d02faeb871
commit 6420a08e58
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,6 @@ write_config() {
write_config is_simulation true
# Increase the number of demo devices to allow more concurrent tests to be executed simultaneously.
write_config demo.num_uap 20
write_config demo.num_ugw 20
write_config demo.num_uap 0
write_config demo.num_ugw 0
write_config demo.num_usw 20