summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2011-04-28test-session: Print more user friendly messagesDaniel Wagner1-2/+17
2011-04-19monitor-connman: Listen to session method callsDaniel Wagner1-0/+17
2011-04-19test-session: Handle all net.connman.Error.Failed exceptionsDaniel Wagner1-6/+4
2011-04-18test: Add script for retrieving clock propertiesMarcel Holtmann1-0/+19
2011-04-18test: Add scripts for timeserver modificationsMarcel Holtmann2-0/+30
2011-04-15test-session: Allow multi test sessionsDaniel Wagner1-2/+5
2011-04-11test: Add script to test manager.ProvisionService methodHenri Bragge1-0/+28
2011-04-07test-session: Add 'configure' and 'change' commandDaniel Wagner1-4/+61
'configure' allows to set all settings which are passed in during the creation of the session. 'change' allows to change the settings when the session already exists.
2011-04-01test: Add identity response support to simple-agentHenri Bragge1-6/+15
Support also responding with arbitrary combination of parameters, instead of only one property at a time.
2011-03-31test: Add session test scriptDaniel Wagner1-0/+244
2011-03-23service: Send D-Bus reply for Manager.ConnectService when service is readySamuel Ortiz1-1/+2
The D-Bus reply for Manager.ConnectService is currently immediatly returning the service path. It should still return it, but only after the service is ready or failed to connect. Fixes BMC#14798 Fixes BMC#14808
2011-02-21test: Fix tethering scriptsSamuel Ortiz2-0/+8
Check for the enabling/disabling python return values.
2011-02-21test: Enable or disable IPv6 privacy extensionJukka Rissanen1-7/+11
2011-02-18test: Remove APN support from test-connmanSamuel Ortiz1-32/+0
2011-02-10test: Improve tethering scriptsSamuel Ortiz2-9/+18
2011-02-04service: Remove WPS from the exported D-Bus propertiesSamuel Ortiz4-7/+11
When WPS is supported it is added to the security string array.
2011-02-02test: Handle new tethering propertiesSamuel Ortiz3-2/+66
2011-01-27test: WPS input added in agent test scriptTomasz Bursztyka1-8/+36
2011-01-27test: WPS property supportTomasz Bursztyka3-3/+3
2011-01-10test: Fix set-ipv4-method usage printJukka Rissanen1-1/+1
2011-01-10test: Renamed set-ip-method to be consistent with IPv6 scriptJukka Rissanen1-0/+0
2011-01-10test: Test script for setting IPv6 MethodJukka Rissanen1-0/+33
2010-12-02test: simple-agent support for ReportError method callPatrik Flykt1-0/+15
simple-agent receives the ReportError method call and prompts whether to retry the service.
2010-11-26Change service name from org.moblin.connman to net.connmanMarcel Holtmann25-87/+87
2010-11-25test: Providers is no longer a manager propertyGustavo F. Padovan4-74/+5
2010-11-19openconnect: Fix connect-vpn and plugin indentationSamuel Ortiz1-1/+1
2010-11-19openconnect: Pass server certificate hash directly to openconnectDavid Woodhouse1-2/+2
When we spawn openconnect to make a VPN connection, it obviously needs to validate the server's SSL certificate to protect against a MiTM attack. But it may not have full access to the user's CA chain, or the user may have manually accepted a dubious certificate. To allow for this, the GUI authentication dialog returns a SHA1 of the server's SSL certificate fingerprint, for the *specific* server that it managed to authenticate to. The intention is that this should be passed through to openconnect when it connects. That way, openconnect doesn't need to do any normal validation; it only needs to compare the certificate with what's expected. From openconnect v2.26, certificate validation is enabled by default; rather than only when a --cafile option is given. So it's important that we start passing the certificate fingerprint through, to avoid connection failures (which we don't currently detect and report gracefully, btw).
2010-11-16monitor-services: Invalid syntax typo fixLeena Gunda1-1/+1
Fixes BMC#9995
2010-11-16test: Allow setting gateway for a static ip address.Gustavo Sverzut Barbieri1-1/+2
2010-11-10Fix get-proxy-autoconfig method checkingLeena Gunda1-1/+1
The script should check for the "auto" method, not the "auto-config". Fixes BMC#9178
2010-11-06Remove some leftovers from Device/Network interface removalMarcel Holtmann3-13/+5
2010-11-05Remove test scripts for no longer existing interfacesMarcel Holtmann8-454/+2
2010-11-03connect-vpn: Add OpenVPN supportDaniel Wagner1-12/+30
2010-10-11simple-agent: update to new agent apiKalle Valo1-15/+8
simple-agent was still using the old agent api and didn't work anymore. Update it to use the new api.
2010-10-11Added a test tool for proxy configuration (set-proxy)Tomasz Bursztyka1-0/+44
2010-10-07Pretty printers for proxy settings in various test tool.Tomasz Bursztyka5-9/+26
2010-09-28Remove providers based on their VPN service pathSamuel Ortiz1-2/+1
2010-09-22Add support for setting proxy configuration methodMarcel Holtmann2-3/+4
2010-08-20Make backtrace script a bit more genericMarcel Holtmann1-3/+3
2010-08-18Add support for roaming/home network statisticDaniel Wagner1-3/+8
Currently connman only has one set of counters for collecting statistics on online time and the amount of transfered bytes. For 3G connections we should destinguish between home network and roaming. This patch introduces two sets of counter values for home network and roaming network. Changing from Home to Roaming counters relies on connman_network_set_roaming being called. Currently, this is only done in the ofono plugin. Getting Wifi 'Hot-Spot Provider' Roaming (e.g. T-Mobile Germany to T-Mobile USA) is not yet working.
2010-08-17Fix backtrace script formatting and mode bitsSamuel Ortiz1-10/+12
2010-08-17ConnMan backtrace supportSamuel Ortiz1-0/+55
Add a generic signal handler in order to dump ConnMan backtrace when crashing. The implementation is based on glibc backtrace() routines and thus can not resolve static function names. A little python wrapper over addr2line fixes that by taking a full backtrace from a complete connman log file.
2010-08-06Build VPN services based on VPN host and domain stringsSamuel Ortiz1-3/+3
2010-08-02Fix test-managerSamuel Ortiz1-2/+33
2010-08-02Update test scripts for the new provider interfaceSamuel Ortiz4-8/+39
2010-07-29Fix broken printout of proxy auto-configuration test scriptMarcel Holtmann1-1/+2
2010-07-29Add test script for retrieving proxy auto-configurationMarcel Holtmann1-0/+36
2010-07-29Add decoding of IPv6 properties for get-services test scriptMarcel Holtmann1-1/+3
2010-07-29Add decoding support for IPv6 propertiesMarcel Holtmann1-1/+3
2010-07-29Update test scripts for IPv6 supportSamuel Ortiz2-7/+28