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
Yep, I think you should use the timeout command or similar mechanism. Now you are only checking that the 'sysctl' log message was removed, which IMHO was.
Test checks if there is delay after tuned start.
It exploits small time window among beakerlib commands which is not clear at first look.
Maybe just add
sleep .5
and more comments will help.Or maybe use
timeout
command in combination with exploit of "race condition".The text was updated successfully, but these errors were encountered: