diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-01-05 18:05:43 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-09 03:32:52 +0000 |
| commit | 7584611eec5562cfc3a69af7bb8e753d93579ee5 (patch) | |
| tree | e6edfab8a402a27fd0121a310a391b4ba9bad971 /tests/README.md | |
| parent | 7cfd91b8452db84f06f3cf675f605d4da6eb6882 (diff) | |
| download | meta-virtualization-7584611eec5562cfc3a69af7bb8e753d93579ee5.tar.gz | |
docs: fix dead references to vdkr-native and obsolete test classes
Update references to reflect the current architecture:
- Change vdkr-native/vpdmn-native to vcontainer-native in comments
- Remove TestContainerCrossTools and TestContainerCrossInitramfs from README
- Fix build command: vdkr-native → vcontainer-tarball
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'tests/README.md')
| -rw-r--r-- | tests/README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/README.md b/tests/README.md index 6a02678b..92719a66 100644 --- a/tests/README.md +++ b/tests/README.md | |||
| @@ -156,11 +156,10 @@ BBMULTICONFIG = "vruntime-aarch64 vruntime-x86-64" | |||
| 156 | 156 | ||
| 157 | | Test Class | What It Tests | Build Required | | 157 | | Test Class | What It Tests | Build Required | |
| 158 | |------------|---------------|----------------| | 158 | |------------|---------------|----------------| |
| 159 | | `TestContainerCrossTools` | container-cross-tools-native | `bitbake container-cross-tools-native` | | ||
| 160 | | `TestContainerCrossClass` | bbclass file syntax | None (file check only) | | 159 | | `TestContainerCrossClass` | bbclass file syntax | None (file check only) | |
| 161 | | `TestOCIImageBuild` | OCI image generation | `bitbake container-app-base` (if available) | | 160 | | `TestOCIImageBuild` | OCI image generation | `bitbake container-app-base` (if available) | |
| 162 | | `TestBundledContainers` | End-to-end bundling | Full image build with `BUNDLED_CONTAINERS` | | 161 | | `TestBundledContainers` | End-to-end bundling | Full image build with `BUNDLED_CONTAINERS` | |
| 163 | | `TestVdkrRecipes` | vdkr recipe builds | `bitbake vdkr-native` | | 162 | | `TestVdkrRecipes` | vdkr recipe builds | `bitbake vcontainer-tarball` | |
| 164 | | `TestMulticonfig` | Multiconfig setup | `BBMULTICONFIG` configured | | 163 | | `TestMulticonfig` | Multiconfig setup | `BBMULTICONFIG` configured | |
| 165 | | `TestBundledContainersBoot` | **Boot image and verify containers** | Full image with Docker/Podman | | 164 | | `TestBundledContainersBoot` | **Boot image and verify containers** | Full image with Docker/Podman | |
| 166 | 165 | ||
| @@ -436,8 +435,6 @@ tests/ | |||
| 436 | │ ├── TestContainerLifecycle # ps, stop, rm | 435 | │ ├── TestContainerLifecycle # ps, stop, rm |
| 437 | │ └── TestVolumeMounts # volume mount tests | 436 | │ └── TestVolumeMounts # volume mount tests |
| 438 | ├── test_container_cross_install.py # Yocto integration tests | 437 | ├── test_container_cross_install.py # Yocto integration tests |
| 439 | │ ├── TestContainerCrossInitramfs # blob building | ||
| 440 | │ ├── TestContainerCrossTools # tools-native | ||
| 441 | │ ├── TestContainerCrossClass # bbclass syntax | 438 | │ ├── TestContainerCrossClass # bbclass syntax |
| 442 | │ ├── TestOCIImageBuild # OCI generation | 439 | │ ├── TestOCIImageBuild # OCI generation |
| 443 | │ ├── TestBundledContainers # end-to-end bundling | 440 | │ ├── TestBundledContainers # end-to-end bundling |
