Change search success criterium 73/73473/1
authorLuc Provoost <luc.provoost@gmail.com>
Wed, 14 Sep 2022 15:13:32 +0000 (15:13 +0000)
committerLuc Provoost <luc.provoost@gmail.com>
Wed, 14 Sep 2022 15:26:07 +0000 (15:26 +0000)
commite7dbec331e68ca083ba079a66c1b93dd311248d6
tree3d29a08f64ecf52ea48c1f5077d38100fb7edd3f
parentc7b632551d5e3c491c631bc4be2a8f881635e626
Change search success criterium

When running a step in the binary search, we can now change the
behaviour by adding a new parameter in the [test] section of the
test file: generator_threshold. The default value for this parameter
is set to inf, which results in the same behaviour as before this
change was implemented. The relative difference between what the
cores can generate and what is actually sent into the generator's
interface must be lower than the generator_threshold, for the test
to be successful.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: Id3e787b3571bdb9f241763fceaffccb9ea81a264
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_flowsizetest.py
VNFs/DPPD-PROX/helper-scripts/rapid/rapid_parser.py