fileinfo.xml 679 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3. This file contains the information on how to recreate the files used for
  4. regression testing. For every file there is a test that contains the file, the
  5. rng-seed, a name for the test and a list of parameters. The regression test
  6. will attempt to recreate all of these files via the parameters given and
  7. compare the newly created files to the existing ones.
  8. Paths are relative to this files location
  9. -->
  10. <tests>
  11. <test name="Membership Management Communication Regression Test on Telnet PCAP" infile="../telnet-raw.pcap" outfile="telnet_regression.pcap" seed="42">
  12. <param key="hidden_mark" value="True"/>
  13. </test>
  14. </tests>