Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Replace static glib with gi.repository module | Daniel Wagner | 2020-09-23 | 6 | -23/+17 |
| | | | | | By using the dynamic gi.repository modules the scripts run also with Python3. | ||||
* | test: Update all Python script to version 3 | Daniel Wagner | 2020-02-10 | 37 | -313/+313 |
| | | | | | | | Python2 is EOL, it's time to update our test script to run with Python3. The conversion was done using 2to3 and most of the scripts will run with both versions. Since most of the transformation is about updating the print commands. Only a quick smoke test was done. | ||||
* | treewide: Fix typos | Torstein Husebø | 2020-01-22 | 1 | -1/+1 |
| | |||||
* | list-services: Decode LastAddressConflict | Daniel Wagner | 2018-08-29 | 1 | -1/+4 |
| | |||||
* | test: Improve p2p test script to handle Peer's signal plus fixes | Tomasz Bursztyka | 2014-07-11 | 1 | -10/+23 |
| | | | | | | - Peer objects can send a PropertiesChanged signal, thus handling it - Fixing an issues on GroupFinished (my mistake actually) - p2p_peer get the up-to-date properties of the peer object | ||||
* | test: Set command_list properly | Eduardo Abinader | 2014-06-04 | 1 | -1/+1 |
| | | | | | Command list passed to wpa_s was not being extracted from arg list, but storing the whole list. This caused the help to be buggy. | ||||
* | test: Add P2P invite call and signal result | Eduardo Abinader | 2014-05-19 | 1 | -0/+26 |
| | | | | Invite discovered P2P peer to join or form a group. | ||||
* | test: Fix code style in p2p-on-supplicant | Eduardo Abinader | 2014-05-19 | 1 | -3/+2 |
| | | | | Just complying to code style. | ||||
* | test: Argument parsing for p2p-on-supplicant | Eduardo Abinader | 2014-05-14 | 1 | -48/+126 |
| | | | | | | | Argument parsing functionality for commands and options: - dbus is now wpa_s property - help is being shown from the command_list built in arg parse time - added enum like class (ArgFields) for future options in arg parsing | ||||
* | test: Remove minor typos in p2p-on-supplicant | Eduardo Abinader | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | test: Improve p2p-on-supplicant test script for P2P connection | Tomasz Bursztyka | 2014-05-13 | 1 | -19/+156 |
| | | | | | | | - Provide a device name for the local p2p device - join or negociate for a group according to distant peer - GroupFinished signal handler added by Eduardo Abinader <eduardo.abinader@openbossa.org> | ||||
* | test: Fix typo in p2p-on-supplicant p2p_service_flush | Eduardo Abinader | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | test: Add method related to P2P services | Tomasz Bursztyka | 2014-03-04 | 1 | -17/+102 |
| | | | | | | | | Discovers, add and delete services methods. Again, loosely copy/pasted against wpa_cli tool. Some changes were needed in the checkarg() decorator so it allows non fixed amount of arguments etc... | ||||
* | test: Add a script to test P2P through wpa_supplicant DBus if | Tomasz Bursztyka | 2014-02-19 | 1 | -0/+311 |
| | | | | | This script loosely mimics wpa_cli's P2P commands. It's just meant to test wpa_supplicant's DBus API around P2P. | ||||
* | test: Remove useless supplicant's old DBus interface test script | Tomasz Bursztyka | 2014-02-19 | 1 | -71/+0 |
| | | | | | This DBus interface is no longer in use by ConnMan for some years already. | ||||
* | test: Add script for setting timezone | Patrik Flykt | 2014-01-21 | 1 | -0/+21 |
| | | | | | Notice that the Clock API is experimental and that the 'TimezoneUpdates' property must be set to 'manual'. | ||||
* | test: Add test script for Clock API | Patrik Flykt | 2013-05-20 | 1 | -0/+32 |
| | |||||
* | test: Pretty print the error when trying to set/unset VPN property | Jukka Rissanen | 2013-03-08 | 1 | -2/+8 |
| | |||||
* | test: Script for getting, setting and clearing VPN properties | Jukka Rissanen | 2013-02-19 | 1 | -0/+66 |
| | |||||
* | test: Fix simple-agent so it can run even if service files are missing | Tomasz Bursztyka | 2013-02-05 | 1 | -8/+15 |
| | | | | Fixes BMC#25964 | ||||
* | test: Fix simple-agent so it registers the right path | Tomasz Bursztyka | 2013-01-03 | 1 | -4/+4 |
| | |||||
* | test: simple-agent must monitor vpn status | Jukka Rissanen | 2012-12-05 | 1 | -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. | ||||
* | test: Add vpn agent support into simple-agent | Jukka Rissanen | 2012-11-30 | 1 | -2/+116 |
| | |||||
* | test: New VPN test script that connect to connman-vpnd | Jukka Rissanen | 2012-11-23 | 4 | -0/+177 |
| | |||||
* | test: Renamed old VPN scripts | Jukka Rissanen | 2012-11-23 | 2 | -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. | ||||
* | test: Check test-connman arguments | Patrik Flykt | 2012-10-01 | 1 | -8/+19 |
| | | | | | | | Check test-connman offlinemode arguments and the number of arguments in general. Fixes BMC#25723 | ||||
* | test: Fix PrefixLength setting in set-ipv6-method | Tomasz Bursztyka | 2012-09-28 | 1 | -1/+4 |
| | |||||
* | test: Disable tethering test script takes exactly one argument | Patrik Flykt | 2012-09-13 | 1 | -1/+1 |
| | | | | With one argument, len(sys.argv) is equal to 2. | ||||
* | test: Correctly check number of test script arguments | Patrik Flykt | 2012-09-13 | 1 | -1/+1 |
| | | | | | | | len(sys.argv) gives the number of arguments including the name of the command. Fixes BMC#25722 | ||||
* | test: Show autoconnect and state in services list | Jukka Rissanen | 2012-05-04 | 1 | -1/+14 |
| | | | | | Show the autoconnect "A" and state "R"eady or "O"nline indicators in the services list. | ||||
* | test: Handling properly Canceled or LaunchBrowser errors | Tomasz Bursztyka | 2012-05-04 | 1 | -0/+18 |
| | |||||
* | test: Also monitor technology changes | Marcel Holtmann | 2012-05-01 | 1 | -5/+31 |
| | |||||
* | test: Update service monitoring script | Marcel Holtmann | 2012-04-30 | 1 | -2/+8 |
| | |||||
* | test: Remove script to monitor manager | Marcel Holtmann | 2012-04-30 | 1 | -31/+0 |
| | |||||
* | test: Update service monitoring script | Marcel Holtmann | 2012-04-29 | 1 | -1/+16 |
| | |||||
* | test: Add more pretty print for service monitoring | Marcel Holtmann | 2012-04-29 | 1 | -2/+2 |
| | |||||
* | test: Add pretty printing for timeservers | Marcel Holtmann | 2012-04-29 | 1 | -1/+2 |
| | |||||
* | test: Pretty-print timservers in list-services | Patrik Flykt | 2012-04-27 | 1 | -2/+3 |
| | |||||
* | test: Cannot set both name and passphrase | Jukka Rissanen | 2012-04-20 | 1 | -8/+6 |
| | | | | | | | simple-agent could not be used to return both the Name and Passphrase fields for hidden psk networks. Fixes BMC#25058 | ||||
* | test: Remove handling of no longer existing properties | Marcel Holtmann | 2012-04-17 | 3 | -17/+2 |
| | |||||
* | test: Remove set-address script | Jukka Rissanen | 2012-04-17 | 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. | ||||
* | test: Remove provision service | Julien Massot | 2012-04-11 | 1 | -28/+0 |
| | | | | This script have to be removed since the provision API no longer exist. | ||||
* | test: Add set-timeservers | Alok Barsode | 2012-04-05 | 1 | -0/+20 |
| | | | | Add script to modify service Timeservers.Configuration property. | ||||
* | set-ipv6-method: The arguments have to be wrapped into a variant | Daniel Wagner | 2012-03-20 | 1 | -5/+8 |
| | | | | Fixes BMC#24986 | ||||
* | set-ipv4-method: The arguments have to be wrapped into a variant | Daniel Wagner | 2012-03-20 | 1 | -4/+7 |
| | | | | Fixes BMC#24986 | ||||
* | list-services: Print only identifier instead of path | Daniel Wagner | 2012-03-20 | 1 | -1/+2 |
| | | | | | test-connman services also reports the identifier only. This makes copy&paste with the mouse a bit simpler. | ||||
* | test: test-session does not exit any more when catching dbus exceptions | Tomasz Bursztyka | 2012-03-06 | 1 | -7/+0 |
| | | | | Fixes BMC#24964 | ||||
* | test: Support the possibility to input multiple parameters into simple-agent | Tomasz Bursztyka | 2012-03-06 | 1 | -4/+0 |
| | | | | Fixes BMC#24965 | ||||
* | test: Add support of hidden service input into simple-agent | Tomasz Bursztyka | 2012-03-06 | 1 | -2/+35 |
| | |||||
* | test-connman: Use GetServices() instead GetProperties() | Daniel Wagner | 2012-02-28 | 1 | -59/+34 |
| | | | | | GetProperties() does not return the services path anymore. Instead the GetServices() method should be used. |