You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this NM commit (1.49.2 → 1.49.3), test_one_wifi_with_accesspoints test hangs. nmcli expects a secret agent, for which the current mock doesn't provide integration.
Since this NM commit (1.49.2 → 1.49.3),
test_one_wifi_with_accesspoints
test hangs.nmcli
expects a secret agent, for which the current mock doesn't provide integration.A convenient way to investigate this is
and then running
pytest -svvk test_one_wifi_with_accesspoints
. It'll set up the NM mock and give you a shell, wherehangs.
But neither
busctl monitor
norstrace
tell me what exactly nmcli is trying to do when it hangs.@thom311 @lkundrak would you have some hints for me how I need to extend the NM mock to get along with this? Thanks!
The text was updated successfully, but these errors were encountered: