tweak for Broker BTest that needs a delay for ZAM

This commit is contained in:
Vern Paxson 2023-06-14 17:37:46 -07:00
parent 6c9bab29e9
commit cae5d30c62

View file

@ -7,6 +7,8 @@
# @TEST-REQUIRES: TOPIC=/zeek/my_topic python3 client.py check # @TEST-REQUIRES: TOPIC=/zeek/my_topic python3 client.py check
# #
# @TEST-EXEC: TOPIC=/zeek/my_topic btest-bg-run server "zeek %INPUT >output" # @TEST-EXEC: TOPIC=/zeek/my_topic btest-bg-run server "zeek %INPUT >output"
# Leave room for Zeek to start up, which can be slow when using -O ZAM
# @TEST-EXEC: sleep 5
# @TEST-EXEC: TOPIC=/zeek/my_topic btest-bg-run client "python3 ../client.py >output" # @TEST-EXEC: TOPIC=/zeek/my_topic btest-bg-run client "python3 ../client.py >output"
# #
# @TEST-EXEC: btest-bg-wait 45 # @TEST-EXEC: btest-bg-wait 45