3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-21 20:40:42 +01:00
iwd/autotests
Andrew Zaborowski 818ec70549 autotests: Fix class variables that should be object vars
Due to those variables being global (IWD class variables) calling either
unregister_psk_agent or del on one IWD class instance would unregister
all agents on all instances.  Move .psk_agents and two other class
variables to the object.  They were already referenced using "self."
as if they were object variables throughout the class.
2022-08-23 15:47:06 -05:00
..
2019-08-07 16:37:51 -05:00
2022-06-30 13:38:02 -05:00
2022-05-26 11:24:56 -05:00
2022-03-31 18:12:56 -05:00
2022-03-28 12:38:15 -05:00