URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5444b41530257ad3d7f031ce0b2150f8943eacb3
Submitter: "Dario Lombardo <lomato@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5444b41 by Dario Lombardo (lomato@xxxxxxxxx):
test: add suite_outputformats for json output regression testing.
This suite uses different output formats to check against fixed
samples.
Change-Id: I8adccfefea35a6d3cfacf3da61e8a72d830ed3a0
Reviewed-on: https://code.wireshark.org/review/31056
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Actions performed:
from a051c12 Added a generic dissector validator and some ASTERIX unit tests that use it.
add 5444b41 test: add suite_outputformats for json output regression testing.
Summary of changes:
CMakeLists.txt | 1 +
test/baseline/dhcp.ek | 8 +
test/baseline/dhcp.json | 592 ++++++++
test/baseline/dhcp.jsonraw | 3228 +++++++++++++++++++++++++++++++++++++++++++
test/suite_outputformats.py | 53 +
5 files changed, 3882 insertions(+)
create mode 100644 test/baseline/dhcp.ek
create mode 100644 test/baseline/dhcp.json
create mode 100644 test/baseline/dhcp.jsonraw
create mode 100644 test/suite_outputformats.py