cisagov / icsnpp-bacnet

Zeek BACnet Parser - CISA ICSNPP
BSD 3-Clause "New" or "Revised" License
15 stars 11 forks source link

move example trace and logs into btest-compatible test directory to be executed and verified upon installation #8

Closed mmguero closed 2 years ago

mmguero commented 2 years ago

The best practices standard for zkg packages is to use btest to run unit tests prior to package installation. If the unit tests fail, the package does not install. This is what you'll see in the majority of packages in the zkg repository.

This PR moves the sample PCAP and log files from the examples directory to the tests directory and sets up the btest configuration and baseline files to be run and compared correctly.