Branch: refs/heads/fix-acl Home: https://github.com/kronosnet/kronosnet Commit: 5fac8f0ead3a0f24ce2e43f0fca8ca03898f23e9 https://github.com/kronosnet/kronosnet/commit/5fac8f0ead3a0f24ce2e43f0fca8ca... Author: Christine Caulfield ccaulfie@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.