summaryrefslogtreecommitdiffstats
path: root/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 4f5aed28..09bc70ca 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -162,6 +162,8 @@ BBMULTICONFIG = "vruntime-aarch64 vruntime-x86-64"
162| `TestVdkrRecipes` | vdkr recipe builds | `bitbake vcontainer-tarball` | 162| `TestVdkrRecipes` | vdkr recipe builds | `bitbake vcontainer-tarball` |
163| `TestMulticonfig` | Multiconfig setup | `BBMULTICONFIG` configured | 163| `TestMulticonfig` | Multiconfig setup | `BBMULTICONFIG` configured |
164| `TestBundledContainersBoot` | **Boot image and verify containers** | Full image with Docker/Podman | 164| `TestBundledContainersBoot` | **Boot image and verify containers** | Full image with Docker/Podman |
165| `TestCustomServiceFileSupport` | CONTAINER_SERVICE_FILE varflag support | None (file check only) |
166| `TestCustomServiceFileBoot` | Custom service files installed correctly | Full image with autostart containers |
165 167
166### Boot Tests (TestBundledContainersBoot) 168### Boot Tests (TestBundledContainersBoot)
167 169
@@ -440,7 +442,9 @@ tests/
440│ ├── TestBundledContainers # end-to-end bundling 442│ ├── TestBundledContainers # end-to-end bundling
441│ ├── TestVdkrRecipes # vdkr builds 443│ ├── TestVdkrRecipes # vdkr builds
442│ ├── TestMulticonfig # multiconfig setup 444│ ├── TestMulticonfig # multiconfig setup
443│ └── TestBundledContainersBoot # boot and verify containers 445│ ├── TestBundledContainersBoot # boot and verify containers
446│ ├── TestCustomServiceFileSupport # CONTAINER_SERVICE_FILE varflag support
447│ └── TestCustomServiceFileBoot # custom service file boot verification
444├── test_multiarch_oci.py # Multi-architecture OCI tests 448├── test_multiarch_oci.py # Multi-architecture OCI tests
445│ ├── TestOCIImageIndexDetection # multi-arch OCI detection 449│ ├── TestOCIImageIndexDetection # multi-arch OCI detection
446│ ├── TestPlatformSelection # arch selection (aarch64/x86_64) 450│ ├── TestPlatformSelection # arch selection (aarch64/x86_64)