summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-31Tethering: Add test script of open and hidden APChengyi Zhao1-7/+27
Change-Id: I8dbeaeba5848c8a8739422a93786b2ca6ed31b21
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-10/+23
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang2-71/+636
2013-05-20test: Add test script for Clock APIPatrik Flykt1-0/+32
2013-03-08test: Pretty print the error when trying to set/unset VPN propertyJukka Rissanen1-2/+8
2013-02-19test: Script for getting, setting and clearing VPN propertiesJukka Rissanen1-0/+66
2013-02-05test: Fix simple-agent so it can run even if service files are missingTomasz Bursztyka1-8/+15
Fixes BMC#25964
2013-01-03test: Fix simple-agent so it registers the right pathTomasz Bursztyka1-4/+4
2012-12-05test: simple-agent must monitor vpn statusJukka Rissanen1-1/+17
simple-agent needs to monitor vpnd status as vpnd can stop if there are no vpn configured. When vpnd quits we must not quit the agent as then wifi questions would not be asked from the user any more.
2012-11-30test: Add vpn agent support into simple-agentJukka Rissanen1-2/+116
2012-11-23test: New VPN test script that connect to connman-vpndJukka Rissanen4-0/+177
2012-11-23test: Renamed old VPN scriptsJukka Rissanen2-2/+0
Renamed connect-vpn to connect-provider and disconnect-vpn to remove-provider In order to not confuse the user, change the name of the old vpn connect/disconnect script. Now the name of the script reflects the name of the manager dbus api. The connect-provider will use the old ConnectProvider manager dbus interface instead of directly connecting to connman-vpnd.
2012-10-01test: Check test-connman argumentsPatrik Flykt1-8/+19
Check test-connman offlinemode arguments and the number of arguments in general. Fixes BMC#25723
2012-09-28test: Fix PrefixLength setting in set-ipv6-methodTomasz Bursztyka1-1/+4
2012-09-13test: Disable tethering test script takes exactly one argumentPatrik Flykt1-1/+1
With one argument, len(sys.argv) is equal to 2.
2012-09-13test: Correctly check number of test script argumentsPatrik Flykt1-1/+1
len(sys.argv) gives the number of arguments including the name of the command. Fixes BMC#25722
2012-05-04test: Show autoconnect and state in services listJukka Rissanen1-1/+14
Show the autoconnect "A" and state "R"eady or "O"nline indicators in the services list.
2012-05-04test: Handling properly Canceled or LaunchBrowser errorsTomasz Bursztyka1-0/+18
2012-05-01test: Also monitor technology changesMarcel Holtmann1-5/+31
2012-04-30test: Update service monitoring scriptMarcel Holtmann1-2/+8
2012-04-30test: Remove script to monitor managerMarcel Holtmann1-31/+0
2012-04-29test: Update service monitoring scriptMarcel Holtmann1-1/+16
2012-04-29test: Add more pretty print for service monitoringMarcel Holtmann1-2/+2
2012-04-29test: Add pretty printing for timeserversMarcel Holtmann1-1/+2
2012-04-27test: Pretty-print timservers in list-servicesPatrik Flykt1-2/+3
2012-04-20test: Cannot set both name and passphraseJukka Rissanen1-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-17test: Remove handling of no longer existing propertiesMarcel Holtmann3-17/+2
2012-04-17test: Remove set-address scriptJukka Rissanen1-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-11test: Remove provision serviceJulien Massot1-28/+0
This script have to be removed since the provision API no longer exist.
2012-04-05test: Add set-timeserversAlok Barsode1-0/+20
Add script to modify service Timeservers.Configuration property.
2012-03-20set-ipv6-method: The arguments have to be wrapped into a variantDaniel Wagner1-5/+8
Fixes BMC#24986
2012-03-20set-ipv4-method: The arguments have to be wrapped into a variantDaniel Wagner1-4/+7
Fixes BMC#24986
2012-03-20list-services: Print only identifier instead of pathDaniel Wagner1-1/+2
test-connman services also reports the identifier only. This makes copy&paste with the mouse a bit simpler.
2012-03-06test: test-session does not exit any more when catching dbus exceptionsTomasz Bursztyka1-7/+0
Fixes BMC#24964
2012-03-06test: Support the possibility to input multiple parameters into simple-agentTomasz Bursztyka1-4/+0
Fixes BMC#24965
2012-03-06test: Add support of hidden service input into simple-agentTomasz Bursztyka1-2/+35
2012-02-28test-connman: Use GetServices() instead GetProperties()Daniel Wagner1-59/+34
GetProperties() does not return the services path anymore. Instead the GetServices() method should be used.
2012-02-28list-services: Use GetServices() instead GetProperties()Daniel Wagner1-6/+1
GetProperties() does not return the services path anymore. Instead the GetServices() method should be used.
2012-02-28test-connman: Use GetServices() instead GetProperties()Daniel Wagner1-9/+2
GetProperties() does not return the services path anymore. Instead the GetServices() method should be used.
2012-02-28test: modify test-session to handle a new propertyTomasz Bursztyka1-1/+1
2012-02-28test: fixing type conversion bug in test-sessionTomasz Bursztyka1-1/+4
2012-02-24test: Remove find-service as manager LookupService does not existPatrik Flykt1-17/+0
Fixes BMC#24901
2012-02-24test: Remove connect-service as manager ConnectService does not existPatrik Flykt1-32/+0
Fixes BMC#24900
2012-02-14test: Fix scan method to work against technology api in test-connmanTomasz Bursztyka1-4/+5
2012-02-14test: Update simple-agent to handle RequestBrowser methodTomasz Bursztyka1-0/+16
2012-01-27show-introspection: Fix technology introspectionDaniel Wagner1-2/+2
2012-01-24test-connman: Use Powered property to enable/disable TechnologiesPatrik Flykt1-6/+8
2012-01-20test-manager: Pretty-print SessionMode as 'true'/'false'Patrik Flykt1-1/+1
2012-01-20test-manager: Update test-manager with Technology changesPatrik Flykt1-21/+23
test-manager now gets the full set of technology paths and properties from Manager GetTechnologies() D-Bus method call. Fixes BMC#24637