summaryrefslogtreecommitdiff
path: root/src/leap/eip/tests/test_config.py
AgeCommit message (Collapse)Author
2012-09-06openvpn management socket is a temp path on each runkali
2012-08-31deprecated configparser. closes #500kali
2012-08-30working with options only from clikali
2012-08-30move extra options from config template to cl optskali
2012-08-29add eipconfig spec and config objectkali
2012-08-27add test_dump_default_eipconfig to eip.test_checkskali
plus a little bit of cleaning around (created constants file). added some notes about inminent deprecation *work in progress*
2012-08-27change default_provider_path to base.constantskali
fix tests by introducing a (dirtish) workaround for check for openvpn keys during vpn connection initialization. noted that eipconnection constructor should be better not having that class of side-effects.
2012-08-27fix expanduser for home in expected openvpn optionkali
2012-08-24Merge branch 'get-definition.json' into providers-statickali
adjusted some loose ends to make tests pass again. this merge is still half-baked regarding functionality: I've left in place old Configuration class used by some tests antialias did on his branch. I plan to merge that functionality with the more recent JSONConfig and Spec classes. Conflicts: src/leap/base/configuration.py src/leap/eip/config.py src/leap/eip/tests/test_config.py
2012-08-24fix config imports to make tests pass.kali
we still have to move most of those tests to test_baseconfig
2012-08-22grabs a definition.json file if one isn't present. includes some basic error ↵antialias
handling and tests. uses the requests library for network interactions and mocks for simulating network states.
2012-08-23test_config uses the new leap base testcasekali
2012-08-22moved json-config testskali
2012-08-22minor tweaks to setup + env testkali
2012-08-22config testskali