What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
CC | pablo.suarezhernandez@suse.com | |
Resolution | --- | INVALID |
I'm closing this as RESOLVED/INVALID since this seems to be a race condition on the openQA test. There is a chance that the "salt/auth" event is published before we execute "salt-run" to catch that event. On those cases where the minion is fast enough, the test will fail because 'salt-run state.event tagmatch="salt/auth"' is not going to catch an event that was already published in the past. Thanks everybody!