Fixed add_remove_check_mdns_browser_update_all regression test.

Added note on regression tests execution.
This commit is contained in:
Andrea Bondavalli 2020-06-15 19:54:26 +02:00
parent 3a386696e9
commit 95e6fbcf56
2 changed files with 3 additions and 2 deletions

View File

@ -120,7 +120,9 @@ setup the kernel parameters with:
make sure that no instances of the aes67-daemon are running, enter the [tests](daemon/tests) subdirectory and run:
./daemon-test
./daemon-test -p
**_NOTE:_** when running regression tests make sure that no other Ravenna mDNS sources are advertised on the network because this will affect the results. Regression tests run on loopback interface but Avahi ignores the interface parameter set and will forward to the daemon the sources found on all network interfaces.
## Run the demo ##
<a name="demo"></a>

View File

@ -866,7 +866,6 @@ BOOST_AUTO_TEST_CASE(add_remove_check_mdns_browser_update_all) {
}
}
}
retry--;
} while (retry-- && found < g_stream_num_max);
BOOST_REQUIRE_MESSAGE(retry > 0, "all remote mdns source updated");
for (int id = 0; id < g_stream_num_max; id++) {