diff options
author | kali <kali@leap.se> | 2012-08-27 23:21:43 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-27 23:31:39 +0900 |
commit | 4a46723219e5284bec21b9dccd6589a670babc63 (patch) | |
tree | b2d435b0c7e616c91cbf92b185f097985aec041e /src/leap/eip/tests/test_config.py | |
parent | e896190d159342d9819f0ad6f11fe01deb8eb9e5 (diff) |
add test_dump_default_eipconfig to eip.test_checks
plus a little bit of cleaning around (created constants file).
added some notes about inminent deprecation *work in progress*
Diffstat (limited to 'src/leap/eip/tests/test_config.py')
-rw-r--r-- | src/leap/eip/tests/test_config.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/eip/tests/test_config.py b/src/leap/eip/tests/test_config.py index ed9fe270..fac4729d 100644 --- a/src/leap/eip/tests/test_config.py +++ b/src/leap/eip/tests/test_config.py @@ -81,6 +81,10 @@ class EIPConfigTest(BaseLeapTest): self.assertEqual(command, 'openvpn') self.assertEqual(args, self.get_expected_openvpn_args()) + # XXX TODO: + # - should use touch_exec to plant an "executabe" in the path + # - should check that "which" for openvpn returns what's expected. + if __name__ == "__main__": unittest.main() |