test/mesh: Add support for testing more OOB auth
authorBrian Gix <brian.gix@intel.com>
Wed, 19 May 2021 00:03:42 +0000 (17:03 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000 (19:08 +0530)
commit7ace0c276745027240841b9b1c08b079f2dbe901
tree9ba45d0b7bac3488f561b68a3abd8b13a56d409b
parentc9249712acfa5b997a7b0807244092195dd89d7a
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.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
test/agent.py