Commit Graph

21 Commits

Author SHA1 Message Date
Denis Kenzior 5b123e1a3d test: report InterfacesAdded & InterfacesRemoved 2016-09-13 23:16:06 -05:00
Denis Kenzior e14045442a test: Use python3 coding style in monitor-iwd 2016-09-13 23:05:16 -05:00
Denis Kenzior 2264ac8a5f test: Add monitor-iwd script 2016-08-06 10:49:21 -05:00
Andrew Zaborowski 55f8942d8f test: Show Adapter properties in list-devices 2016-08-01 12:45:48 -05:00
Andrew Zaborowski 07f177ca24 test: use GetOrderedNetworks() in list-devices 2016-07-14 10:04:18 -05:00
Andrew Zaborowski d371c287bb test: Add a KnownNetworks test script 2016-07-14 10:04:04 -05:00
Andrew Zaborowski d138cf4e30 test: Update agent test with Cancel reason 2016-06-10 09:27:14 -05:00
Andrew Zaborowski ea6db49e8d test: Update python scripts with dbus interface changes 2016-05-23 11:49:25 -05:00
Rahul Rahul 0e1bea6318 test: changed to use python3
Also changed 'raw'input' to 'input' based on python3 API
2016-04-27 18:32:35 -05:00
Rahul Rahul 1ee86db211 test: changed to use python3 2016-04-27 18:32:35 -05:00
Rahul Rahul 32f3752bb5 test: changed to use python3 2016-04-27 18:32:35 -05:00
Rahul Rahul 9dfc989eeb test: changed to use python3 2016-04-27 18:32:35 -05:00
Rahul Rahul 123d9f14ea test: changed to use python3 2016-04-27 18:32:35 -05:00
Andrew Zaborowski 4bf109a7ce test: Avoid input() in simple-agent.py.
That function reads a string of python code and immediately executes
it.  This required passphrases to be input as python literals, we
can just use a string as passphrase instead.
2015-05-27 08:42:45 -05:00
Denis Kenzior a4af2e2947 test: Add disconnect-network script 2015-03-29 22:32:51 -05:00
Denis Kenzior 034692b1b0 test: Add scan-for-networks script 2015-03-26 00:18:59 -05:00
Denis Kenzior 4cf423b771 test: add connect-network script 2015-03-26 00:16:22 -05:00
Denis Kenzior 38757e2fed test: Add list-devices script 2015-03-26 00:11:18 -05:00
Ravi kumar Veeramally c6a16cd515 simple-agent: Fix else block
Due to commit 31ce761469 'else'
block belongs to different if statement.
2015-03-23 15:37:40 -05:00
Denis Kenzior 31ce761469 test: Make runnable with python3 2015-03-19 23:57:36 -05:00
Jukka Rissanen 7b0c04db48 test: Python script that implements a basic agent
Not meant for anything serious but shows how to use the agent
interface.
2015-02-27 10:45:40 -06:00