fixup! Restore conmon permissions in teardown()
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
0852f5c188
commit
e24cfb90c0
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ function teardown() {
|
||||||
cleanup_pods
|
cleanup_pods
|
||||||
stop_crio
|
stop_crio
|
||||||
rm -f /var/lib/cni/networks/crionet_test_args/*
|
rm -f /var/lib/cni/networks/crionet_test_args/*
|
||||||
|
chmod 0755 $CONMON_BINARY
|
||||||
cleanup_test
|
cleanup_test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue