From f91cfebb85b3c46641de7377b14b87b142662092 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Mon, 13 Nov 2023 20:24:13 +0200 Subject: [PATCH] README: add link to rust-vmm-container repository For convenience, since the two are related directly. Also fix a small typo while at it. Signed-off-by: Manos Pitsidianakis --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a267f82..f2e3a6f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ The `rust-vmm-ci` repository contains [integration tests](#integration-tests) and [Buildkite pipeline](#buildkite-pipeline) definitions that are used for running the CI for all rust-vmm crates. +CI tests are executed on the container image maintained at [rust-vmm/rust-vmm-container repo](https://github.com/rust-vmm/rust-vmm-container) with builds available on [Docker Hub](https://hub.docker.com/r/rustvmm/dev/tags). + Having a centralized place for the tests is one of the enablers for keeping the same quality standard for all crates in rust-vmm. @@ -188,7 +190,7 @@ The integration tests support two test profiles: - **devel**: this is the recommended profile for running the integration tests on a local development machine. - **ci** (default option): this is the profile used when running the - integration tests as part of the the Continuous Integration (CI). + integration tests as part of the Continuous Integration (CI). The test profiles are applicable to [`pytest`](https://docs.pytest.org/en/latest/), the integration test framework