diff options
Diffstat (limited to 'testing/tests/ikev2/rw-whitelist')
-rw-r--r-- | testing/tests/ikev2/rw-whitelist/test.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tests/ikev2/rw-whitelist/test.conf b/testing/tests/ikev2/rw-whitelist/test.conf index c2126d631..164b07ff9 100644 --- a/testing/tests/ikev2/rw-whitelist/test.conf +++ b/testing/tests/ikev2/rw-whitelist/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 carol winnetou dave" # DIAGRAM="a-m-c-w-d.png" -# UML instances on which tcpdump is to be started +# Guest instances on which tcpdump is to be started # TCPDUMPHOSTS="moon alice" -# UML instances on which IPsec is started +# Guest instances on which IPsec is started # Used for IPsec logging purposes # IPSECHOSTS="moon carol dave" |