3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

autotests: test2AP: Make tests pass in test-runner

This commit is contained in:
Rahul Rahul 2016-07-25 15:13:39 -07:00 committed by Denis Kenzior
parent 6a4f24c920
commit eb605d9105

View File

@ -79,7 +79,7 @@ class TestTwoNetworks(unittest.TestCase):
def doConnectDisconnectTwoNetworks(self): def doConnectDisconnectTwoNetworks(self):
objectList = utility.getObjectList(bus) objectList = utility.getObjectList(bus)
networkToConnect = utility.getNetworkToConnectTo(objectList) networkToConnect = utility.getNetworkToConnectTo(objectList, "")
# check if networkToConnect is not null. If yes, restart program # check if networkToConnect is not null. If yes, restart program
# so that the network list is updated. Alternatively, we can scan # so that the network list is updated. Alternatively, we can scan