From 6384a592cba249b7fd9f5cddc8cfd7109c3ec608 Mon Sep 17 00:00:00 2001 From: utam0k Date: Mon, 27 Sep 2021 06:24:47 +0900 Subject: [PATCH] add to README that all runtime_tools tests have been covered. (#336) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd50fa82..8d164799 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ youki is not at the practical stage yet. However, it is getting closer to practi | Seccomp | Filtering system calls | ✅ | | Hooks | Add custom processing during container creation | ✅ | | Rootless | Running a container without root privileges | It works, but cgroups isn't supported. WIP on [#77](https://github.com/containers/youki/issues/77) | -| OCI Compliance | Compliance with OCI Runtime Spec | 50 out of 52 test cases passing | +| OCI Compliance | Compliance with OCI Runtime Spec | ✅ 50 out of 50 test cases passing | # Design and implementation of youki ![sequence diagram of youki](docs/.drawio.svg)