Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-01 | test: Check test-connman arguments | Patrik Flykt | 1 | -8/+19 | |
Check test-connman offlinemode arguments and the number of arguments in general. Fixes BMC#25723 | |||||
2012-09-28 | test: Fix PrefixLength setting in set-ipv6-method | Tomasz Bursztyka | 1 | -1/+4 | |
2012-09-13 | test: Disable tethering test script takes exactly one argument | Patrik Flykt | 1 | -1/+1 | |
With one argument, len(sys.argv) is equal to 2. | |||||
2012-09-13 | test: Correctly check number of test script arguments | Patrik Flykt | 1 | -1/+1 | |
len(sys.argv) gives the number of arguments including the name of the command. Fixes BMC#25722 | |||||
2012-05-04 | test: Show autoconnect and state in services list | Jukka Rissanen | 1 | -1/+14 | |
Show the autoconnect "A" and state "R"eady or "O"nline indicators in the services list. | |||||
2012-05-04 | test: Handling properly Canceled or LaunchBrowser errors | Tomasz Bursztyka | 1 | -0/+18 | |
2012-05-01 | test: Also monitor technology changes | Marcel Holtmann | 1 | -5/+31 | |
2012-04-30 | test: Update service monitoring script | Marcel Holtmann | 1 | -2/+8 | |
2012-04-30 | test: Remove script to monitor manager | Marcel Holtmann | 1 | -31/+0 | |
2012-04-29 | test: Update service monitoring script | Marcel Holtmann | 1 | -1/+16 | |
2012-04-29 | test: Add more pretty print for service monitoring | Marcel Holtmann | 1 | -2/+2 | |
2012-04-29 | test: Add pretty printing for timeservers | Marcel Holtmann | 1 | -1/+2 | |
2012-04-27 | test: Pretty-print timservers in list-services | Patrik Flykt | 1 | -2/+3 | |
2012-04-20 | test: Cannot set both name and passphrase | Jukka Rissanen | 1 | -8/+6 | |
simple-agent could not be used to return both the Name and Passphrase fields for hidden psk networks. Fixes BMC#25058 | |||||
2012-04-17 | test: Remove handling of no longer existing properties | Marcel Holtmann | 3 | -17/+2 | |
2012-04-17 | test: Remove set-address script | Jukka Rissanen | 1 | -45/+0 | |
The script is quite useless because it changes the IP address settings of all found services. The IP settings will be the same for every service which is probably not what the user wants. The set-ipv4-method and set-ipv6-method scripts can be used by the user instead of set-address because those two scripts will only change settings of one service. | |||||
2012-04-11 | test: Remove provision service | Julien Massot | 1 | -28/+0 | |
This script have to be removed since the provision API no longer exist. | |||||
2012-04-05 | test: Add set-timeservers | Alok Barsode | 1 | -0/+20 | |
Add script to modify service Timeservers.Configuration property. | |||||
2012-03-20 | set-ipv6-method: The arguments have to be wrapped into a variant | Daniel Wagner | 1 | -5/+8 | |
Fixes BMC#24986 | |||||
2012-03-20 | set-ipv4-method: The arguments have to be wrapped into a variant | Daniel Wagner | 1 | -4/+7 | |
Fixes BMC#24986 | |||||
2012-03-20 | list-services: Print only identifier instead of path | Daniel Wagner | 1 | -1/+2 | |
test-connman services also reports the identifier only. This makes copy&paste with the mouse a bit simpler. | |||||
2012-03-06 | test: test-session does not exit any more when catching dbus exceptions | Tomasz Bursztyka | 1 | -7/+0 | |
Fixes BMC#24964 | |||||
2012-03-06 | test: Support the possibility to input multiple parameters into simple-agent | Tomasz Bursztyka | 1 | -4/+0 | |
Fixes BMC#24965 | |||||
2012-03-06 | test: Add support of hidden service input into simple-agent | Tomasz Bursztyka | 1 | -2/+35 | |
2012-02-28 | test-connman: Use GetServices() instead GetProperties() | Daniel Wagner | 1 | -59/+34 | |
GetProperties() does not return the services path anymore. Instead the GetServices() method should be used. | |||||
2012-02-28 | list-services: Use GetServices() instead GetProperties() | Daniel Wagner | 1 | -6/+1 | |
GetProperties() does not return the services path anymore. Instead the GetServices() method should be used. | |||||
2012-02-28 | test-connman: Use GetServices() instead GetProperties() | Daniel Wagner | 1 | -9/+2 | |
GetProperties() does not return the services path anymore. Instead the GetServices() method should be used. | |||||
2012-02-28 | test: modify test-session to handle a new property | Tomasz Bursztyka | 1 | -1/+1 | |
2012-02-28 | test: fixing type conversion bug in test-session | Tomasz Bursztyka | 1 | -1/+4 | |
2012-02-24 | test: Remove find-service as manager LookupService does not exist | Patrik Flykt | 1 | -17/+0 | |
Fixes BMC#24901 | |||||
2012-02-24 | test: Remove connect-service as manager ConnectService does not exist | Patrik Flykt | 1 | -32/+0 | |
Fixes BMC#24900 | |||||
2012-02-14 | test: Fix scan method to work against technology api in test-connman | Tomasz Bursztyka | 1 | -4/+5 | |
2012-02-14 | test: Update simple-agent to handle RequestBrowser method | Tomasz Bursztyka | 1 | -0/+16 | |
2012-01-27 | show-introspection: Fix technology introspection | Daniel Wagner | 1 | -2/+2 | |
2012-01-24 | test-connman: Use Powered property to enable/disable Technologies | Patrik Flykt | 1 | -6/+8 | |
2012-01-20 | test-manager: Pretty-print SessionMode as 'true'/'false' | Patrik Flykt | 1 | -1/+1 | |
2012-01-20 | test-manager: Update test-manager with Technology changes | Patrik Flykt | 1 | -21/+23 | |
test-manager now gets the full set of technology paths and properties from Manager GetTechnologies() D-Bus method call. Fixes BMC#24637 | |||||
2012-01-13 | test: Fixes enable/disable tethering script according to new API | Tomasz Bursztyka | 2 | -19/+18 | |
Fixes BMC#24644 | |||||
2012-01-10 | test-connman: Remove unsupported passphrase support | Daniel Wagner | 1 | -32/+0 | |
2011-12-10 | build: Remove unused list-profiles test script | Marcel Holtmann | 1 | -34/+0 | |
2011-11-15 | test: Add test script support for pptp/l2tp | Mohamed Abbas | 1 | -0/+19 | |
Modify connect-vpn script to handle pptp/l2tp connection. | |||||
2011-11-07 | doc: Remove outdate SetupRequired property | Samuel Ortiz | 3 | -4/+3 | |
The APN provisioning is fully handled by oFono. | |||||
2011-11-07 | test: Connecting a saved provider does not need all arguments | Patrik Flykt | 1 | -8/+15 | |
2011-11-07 | test: Tiny typo fix in test-session python script | Tomasz Bursztyka | 1 | -1/+1 | |
2011-10-31 | test: Use session.Destroy() | Patrik Flykt | 1 | -1/+1 | |
Use session.Destroy() instead of the Manager API DestroySession() method call. | |||||
2011-09-15 | test-session: Add multiple session support | Jeff Zheng | 1 | -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-12 | test: Added Username/Password input support in simple-agent | Tomasz Bursztyka | 1 | -8/+53 | |
2011-09-12 | test: Fix dbus path in service-move-before script | Jukka Rissanen | 1 | -2/+2 | |
Because of patch f8ef8b2a7f7ef1bd9e26df6cfb19a838e6b10b17 that removed profile support, the path needs to be changed. | |||||
2011-08-25 | test: Change path for services | Alok Barsode | 6 | -10/+10 | |
Since profile support was removed, the service path changes from /profile/default to /net/connman/service/. | |||||
2011-08-24 | test: Script for testing service.MoveBefore interface | Jukka Rissanen | 1 | -0/+27 | |