summaryrefslogtreecommitdiff
path: root/test/agent.py
Commit message (Collapse)AuthorAgeFilesLines
* test/mesh: Add support for testing more OOB authBrian Gix2021-05-191-0/+23
| | | | | | | To pass IOP testing, we need to be able to support Input OOB and Out of band Public Key exchange, This patch adds agent methods to support those capabilities, but are turned off because the test code uses insecure fixed values instead of randomized values.
* test: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- LGPL-2.1-or-later : 35 License: LGPL-2.1-or-later test/agent.py test/bluezutils.py test/dbusdef.py test/example-advertisement test/example-endpoint test/example-gatt-client test/example-gatt-server test/example-player test/exchange-business-cards test/ftp-client test/get-managed-objects test/get-obex-capabilities test/list-devices test/list-folders test/map-client test/monitor-bluetooth test/opp-client test/pbap-client test/sap_client.py test/simple-endpoint test/simple-obex-agent test/simple-player test/test-adapter test/test-device test/test-discovery test/test-gatt-profile test/test-health test/test-health-sink test/test-hfp test/test-manager test/test-mesh test/test-nap test/test-network test/test-profile test/test-sap-server
* test/test-mesh: Add support for static OOB in the agentInga Stotland2020-03-121-0/+19
| | | | | This allows to display a 16-octet key to be entered on the remote device during provisioning.
* test: Add unified test for mesh node example appInga Stotland2019-03-111-3/+11
| | | | | | | This adds one script, test-mesh, to replace three test-join, example-onoff-server and example-onoff-client. This is menu driven test that allows provisioning (join) and/or connecting existing (attach) nodes.
* mesh: Sample Provisioning AgentInga Stotland2019-01-081-0/+40
This implements a simple provisioning agent to test org.bluez.mesh.ProvisionAgent interface.