Wireshark-commits: [Wireshark-commits] master 8c698ff: Test: enable capture tests by default using
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c698ffc99375e67809fb376d5090fcc2d535048
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8c698ff by Peter Wu (peter@xxxxxxxxxxxxx):
Test: enable capture tests by default using the Loopback interface
Avoid pinging www.wireshark.org, this removes an external dependency.
Instead send small UDP datagrams to UDP port 9 (discard) every 50ms.
Enable this for all platforms (including macOS and Linux) by default.
On Windows the tests requires Npcap and will be skipped with WinPcap.
Remove the --capture-interface option since it is no longer needed.
Copy WSDG Wireshark Tests Quick Start to README.test and add a link.
Change-Id: Id4105a6b1e95407ebf69b871c785c68f9ae26368
Reviewed-on: https://code.wireshark.org/review/31677
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from e351395 DCT2000: Add other NR RRC entry points.
add 8c698ff Test: enable capture tests by default using the Loopback interface
Summary of changes:
docbook/wsdg_src/WSDG_chapter_tests.asciidoc | 14 ++-----
test/README.test | 26 ++++--------
test/conftest.py | 3 --
test/fixtures_ws.py | 48 +++++++++++-----------
test/suite_capture.py | 59 +++++++++++++---------------
test/test.py | 1 -
6 files changed, 65 insertions(+), 86 deletions(-)