testing: add a testcase for plain XAuth RADIUS authentication

This commit is contained in:
Martin Willi
2013-07-29 09:00:49 +02:00
parent 44bb1dc3da
commit 9d75f04eee
16 changed files with 209 additions and 0 deletions
@@ -0,0 +1,25 @@
#!/bin/bash
#
# This configuration file provides information on the
# guest instances used for this test
# All guest instances that are required for this test
#
VIRTHOSTS="alice carol moon"
# Corresponding block diagram
#
DIAGRAM="a-m-c.png"
# Guest instances on which tcpdump is to be started
#
TCPDUMPHOSTS="moon"
# Guest instances on which IPsec is started
# Used for IPsec logging purposes
#
IPSECHOSTS="moon carol"
# Guest instances on which FreeRadius is started
#
RADIUSHOSTS="alice"