Add a simple test case for the unity plugin, featuring both includes and excludes

This commit is contained in:
Martin Willi
2012-09-18 17:20:47 +02:00
parent f728ae590b
commit 995a9c8a0a
9 changed files with 113 additions and 0 deletions
@@ -0,0 +1,21 @@
#!/bin/bash
#
# This configuration file provides information on the
# UML instances used for this test
# All UML instances that are required for this test
#
UMLHOSTS="alice moon carol winnetou"
# Corresponding block diagram
#
DIAGRAM="a-m-c.png"
# UML instances on which tcpdump is to be started
#
TCPDUMPHOSTS="moon"
# UML instances on which IPsec is started
# Used for IPsec logging purposes
#
IPSECHOSTS="moon carol"