From 7699a928f76fd0f46f047ea9d36a9b7ddd40c468 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 17 Jan 2013 16:37:19 +0100 Subject: Renamed $UMLHOSTS to $VIRTHOSTS --- testing/tests/ikev2/net2net-pgp-v3/test.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/tests/ikev2/net2net-pgp-v3/test.conf') diff --git a/testing/tests/ikev2/net2net-pgp-v3/test.conf b/testing/tests/ikev2/net2net-pgp-v3/test.conf index f74d0f7d6..2a4497036 100644 --- a/testing/tests/ikev2/net2net-pgp-v3/test.conf +++ b/testing/tests/ikev2/net2net-pgp-v3/test.conf @@ -3,9 +3,9 @@ # This configuration file provides information on the # UML instances used for this test -# All UML instances that are required for this test +# All guest instances that are required for this test # -UMLHOSTS="alice moon winnetou sun bob" +VIRTHOSTS="alice moon winnetou sun bob" # Corresponding block diagram # -- cgit v1.2.3 From b1169a880a800120c548ae61b2a6a01577f0b18b Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 17 Jan 2013 16:41:10 +0100 Subject: Updated comments in test.conf of all tests --- testing/tests/ikev2/net2net-pgp-v3/test.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/tests/ikev2/net2net-pgp-v3/test.conf') diff --git a/testing/tests/ikev2/net2net-pgp-v3/test.conf b/testing/tests/ikev2/net2net-pgp-v3/test.conf index 2a4497036..afa2accbe 100644 --- a/testing/tests/ikev2/net2net-pgp-v3/test.conf +++ b/testing/tests/ikev2/net2net-pgp-v3/test.conf @@ -1,7 +1,7 @@ #!/bin/bash # # This configuration file provides information on the -# UML instances used for this test +# guest instances used for this test # All guest instances that are required for this test # @@ -11,11 +11,11 @@ VIRTHOSTS="alice moon winnetou sun bob" # DIAGRAM="a-m-w-s-b.png" -# UML instances on which tcpdump is to be started +# Guest instances on which tcpdump is to be started # TCPDUMPHOSTS="sun" -# UML instances on which IPsec is started +# Guest instances on which IPsec is started # Used for IPsec logging purposes # IPSECHOSTS="moon sun" -- cgit v1.2.3