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.
The best practices standard for
zkg
packages is to usebtest
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 thezkg
repository.This PR moves the sample PCAP and log files from the
examples
directory to thetests
directory and sets up thebtest
configuration and baseline files to be run and compared correctly.