From abee6deb5afce81b1d4f645127160482edd3aa98 Mon Sep 17 00:00:00 2001 From: Richard Guy Briggs Date: Thu, 27 Jun 2019 11:44:41 -0400 Subject: [PATCH] tests: move containerid test to last to avoid net lockup in netfilter_pkt test Signed-off-by: Richard Guy Briggs --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 132798e..38e6e0c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -13,7 +13,6 @@ endif # all of the tests TESTS := \ - containerid \ exec_execve \ exec_name \ file_create \ @@ -28,6 +27,7 @@ TESTS := \ syscalls_file \ syscall_module \ syscall_socketcall \ + containerid \ user_msg \ fanotify