summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2012-01-13test: Fixes enable/disable tethering script according to new APITomasz Bursztyka2-19/+18
Fixes BMC#24644
2012-01-10test-connman: Remove unsupported passphrase supportDaniel Wagner1-32/+0
2011-12-10build: Remove unused list-profiles test scriptMarcel Holtmann1-34/+0
2011-11-15test: Add test script support for pptp/l2tpMohamed Abbas1-0/+19
Modify connect-vpn script to handle pptp/l2tp connection.
2011-11-07doc: Remove outdate SetupRequired propertySamuel Ortiz3-4/+3
The APN provisioning is fully handled by oFono.
2011-11-07test: Connecting a saved provider does not need all argumentsPatrik Flykt1-8/+15
2011-11-07test: Tiny typo fix in test-session python scriptTomasz Bursztyka1-1/+1
2011-10-31test: Use session.Destroy()Patrik Flykt1-1/+1
Use session.Destroy() instead of the Manager API DestroySession() method call.
2011-09-15test-session: Add multiple session supportJeff Zheng1-63/+91
Add an new parameter session_name in test-session so all session operations are based on app_path and session_name
2011-09-12test: Added Username/Password input support in simple-agentTomasz Bursztyka1-8/+53
2011-09-12test: Fix dbus path in service-move-before scriptJukka Rissanen1-2/+2
Because of patch f8ef8b2a7f7ef1bd9e26df6cfb19a838e6b10b17 that removed profile support, the path needs to be changed.
2011-08-25test: Change path for servicesAlok Barsode6-10/+10
Since profile support was removed, the service path changes from /profile/default to /net/connman/service/.
2011-08-24test: Script for testing service.MoveBefore interfaceJukka Rissanen1-0/+27
2011-08-08test: Remove test-profileSamuel Ortiz1-102/+0
The profile API being gone for a long time now, test-profile is irrelevant.
2011-07-07monitor-connman: Parse Notification messagesDaniel Wagner1-2/+45
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