Branch: refs/heads/fix-acl
Home: https://github.com/kronosnet/kronosnet
Commit: 75a8c9564b3af24435cc4314165c2f3e835e5b65
https://github.com/kronosnet/kronosnet/commit/75a8c9564b3af24435cc4314165c2…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M libknet/tests/fun_acl_check.c
Log Message:
-----------
test: actually get rid of arbitrary sleeps
A better way is to wait for the link to go down BEFORE calling
knet_link_rm_acl(), then wait for it to come back up AFTER
knet_link_rm_ac(). That avoids all sleeps and makes it properly
event-driven.
This patch also fixes an error reporting bug.