diff options
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 95bdaac02..611fd4ea4 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -30,6 +30,9 @@ KERNELCONFIG=$UMLTESTDIR/.config-3.5 # Bzipped uml patch for kernel UMLPATCH=$UMLTESTDIR/ha-3.0.patch.bz2 +# strongSwan version used in tests +SWANVERSION=5.0.2dr4 + # Amount of Memory to use per UML [MB]. # If "auto" is stated 1/12 of total host ram will be used. # Examples: MEM=64, MEM="128", MEM="auto" |