]> git.ipfire.org Git - people/ms/strongswan.git/blame - testing/tests/tnc/tnccs-20-pdp-pt-tls/test.conf
testing: Migration of KVM framework to Linux 4.x kernel
[people/ms/strongswan.git] / testing / tests / tnc / tnccs-20-pdp-pt-tls / test.conf
CommitLineData
10c7ca23
AS
1#!/bin/bash
2#
3# This configuration file provides information on the
4# guest instances used for this test
5
6# All guest instances that are required for this test
7#
8VIRTHOSTS="alice moon carol winnetou dave"
9
10# Corresponding block diagram
11#
12DIAGRAM="a-m-c-w-d.png"
13
14# Guest instances on which tcpdump is to be started
15#
16TCPDUMPHOSTS="moon"
17
18# Guest instances on which IPsec is started
19# Used for IPsec logging purposes
20#
03d67362 21IPSECHOSTS="carol dave alice"
10c7ca23
AS
22
23# Guest instances on which FreeRadius is started
24#
25RADIUSHOSTS=
26