Brian Gix
7f0a643d54
test/mesh: Add support for testing more OOB auth
...
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.
2021-05-19 12:54:40 -07:00
Tedd Ho-Jeong An
7fe27bbf7d
test: Add SPDX License Identifier
...
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
2020-09-21 16:20:26 -07:00
Inga Stotland
14151f9b52
test/test-mesh: Add support for static OOB in the agent
...
This allows to display a 16-octet key to be entered on the remote
device during provisioning.
2020-03-12 11:19:14 -07:00
Inga Stotland
ea61add0af
test: Add unified test for mesh node example app
...
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.
2019-03-11 14:50:03 -07:00
Inga Stotland
5261163f01
mesh: Sample Provisioning Agent
...
This implements a simple provisioning agent to test
org.bluez.mesh.ProvisionAgent interface.
2019-01-08 08:26:22 -08:00