summaryrefslogtreecommitdiff
path: root/src/leap/eip/tests
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-08-30 06:00:03 +0900
committerkali <kali@leap.se>2012-08-30 06:00:03 +0900
commit396d815e318d03df4e21269aa8c3e6c0e6f7fad0 (patch)
tree25cd95dec5a283ad0c14ac367e6135a532c1dd38 /src/leap/eip/tests
parentb79a08b84e52871b1e1254f65ff774a6f0857608 (diff)
working with options only from cli
Diffstat (limited to 'src/leap/eip/tests')
-rw-r--r--src/leap/eip/tests/test_config.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/leap/eip/tests/test_config.py b/src/leap/eip/tests/test_config.py
index c3a8075e..87ef33ef 100644
--- a/src/leap/eip/tests/test_config.py
+++ b/src/leap/eip/tests/test_config.py
@@ -48,8 +48,7 @@ class EIPConfigTest(BaseLeapTest):
username = self.get_username()
groupname = self.get_groupname()
- args.append('--mode')
- args.append('client')
+ args.append('--client')
args.append('--dev')
#does this have to be tap for win??
args.append('tun')
@@ -102,10 +101,6 @@ class EIPConfigTest(BaseLeapTest):
'testprovider.example.org',
'keys', 'ca',
'testprovider-ca-cert.pem'))
- #args.append('--config')
- #args.append(os.path.expanduser(
- #'~/.config/leap/providers/%s/openvpn.conf'
- #% constants.DEFAULT_TEST_PROVIDER))
return args
# build command string