diff options
author | kali <kali@leap.se> | 2012-12-12 03:29:31 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-12 04:23:39 +0900 |
commit | 04d423e2a89034dfb86fe305108162fd2a696079 (patch) | |
tree | 3d39b48495fbcfbfeab776af07558c345f4161cb /src/leap/eip/specs.py | |
parent | 18be85f13abc6bc94a3725950ec16ad1adec0ab8 (diff) |
tests for openvpn options
and make the rest of tests pass after some changes
in this branch (dirtyness in config files)
Diffstat (limited to 'src/leap/eip/specs.py')
-rw-r--r-- | src/leap/eip/specs.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/leap/eip/specs.py b/src/leap/eip/specs.py index 57e7537b..cf5d5359 100644 --- a/src/leap/eip/specs.py +++ b/src/leap/eip/specs.py @@ -119,6 +119,13 @@ eipservice_config_spec = { "label": {"en":"west"}, "capabilities": {}, "hosts": ["1.2.3.4", "1.2.3.5"]}] + }, + 'openvpn_configuration': { + 'type': dict, + 'default': { + "auth": None, + "cipher": None, + "tls-cipher": None} } } } |