a number of BTests updated with @if ... &analyze

This commit is contained in:
Vern Paxson 2023-05-19 13:13:26 -07:00
parent 8e375d34b7
commit e749638380
16 changed files with 24 additions and 24 deletions

View file

@ -66,7 +66,7 @@ event run_test()
}
}
@if ( Cluster::node == "manager-1" )
@if ( Cluster::node == "manager-1" ) &analyze
# Use a dynamic metrics port for testing to avoid colliding on 9911/tcp
# when running tests in parallel.
global orig_metrics_port = Broker::metrics_port;