Increase the number of demo devices (#193)

This should allow us to execute more concurrent acceptance tests in parallel.
This commit is contained in:
Joshua Spence
2021-09-24 07:22:12 +10:00
committed by GitHub
parent 23ef5cf329
commit 9f0e46c8a0

View File

@@ -6,3 +6,8 @@ write_config() {
write_config demo.skip_wizard false
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_usw 20