]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Replace deprecated thread isAlive function
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Tue, 16 Feb 2021 13:45:07 +0000 (15:45 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 19 Feb 2021 22:16:33 +0000 (00:16 +0200)
commitfb83e4fbc390811d02cf244c988f5e74414cb18d
treee60af76b9e6b9342344fa5147c98543a34f7b968
parent8f248d1aca96b02b8a02652c7aab2c3d24b6fd92
tests: Replace deprecated thread isAlive function

The isAlive() function is deprecated in newer versions of Python
so replace it with the is_alive() instead.

Signed-off-by: Oren Givon <oren.givon@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
tests/hwsim/remotehost.py
tests/remote/rutils.py