Wireshark-commits: [Wireshark-commits] master 88ce087: test: finalize suite_capture conversion to f
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=88ce087dcfc3aaae3d290276333091d324a6fcb9
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
88ce087 by Peter Wu (peter@xxxxxxxxxxxxx):
test: finalize suite_capture conversion to fixtures, drop config.py
Convert the old start_pinging routine to use pytest fixtures, rewriting
it to enable a different generator that uses (for example) UDP.
Remove the config module since it is no longer neded.
Change-Id: Ic4727157faab084b41144e8f16ea44f59c9037d8
Reviewed-on: https://code.wireshark.org/review/30659
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 3ab5211 test: convert capture tests to use fixtures, fix tests without dumpcap
add 88ce087 test: finalize suite_capture conversion to fixtures, drop config.py
Summary of changes:
test/config.py | 257 -------------------------------------------------
test/fixtures_ws.py | 43 ++++++---
test/subprocesstest.py | 8 +-
test/suite_capture.py | 89 ++++++++++-------
4 files changed, 89 insertions(+), 308 deletions(-)
delete mode 100644 test/config.py