From 48de65589f81104a5849b1b99705e4eb4e0e402c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 18 Jul 2023 16:53:35 +0200 Subject: [PATCH] README: Add note about moving the tests to the `kata-containers` repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's make it as explicit as possible that new tests should be developed for the `kata-containers` repo instead of this one. Fixes: #5717 Signed-off-by: Fabiano FidĂȘncio --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 74631f246..2fb9cbb26 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,22 @@ This repository contains various types of tests and utilities (called "content" from now on) for testing the [Kata Containers](https://github.com/kata-containers) code repositories. +**NOTE:** If you're working on adding new tests to Kata Containers, **please**, +keep in mind that we're in the process of migrating the tests from this repo to +the kata-containers one. + +The tests that already started being migrated are: +* kubernetes +* containerd +* metrics + +If you plan on expanding those tests, please, do **not** do this as part of this +repo, but upstream them directly to the `kata-containers` repo. + +If you plan on expanding other set of tests, please, approach the community and +ask about the plans for migrating those to the `kata-containers` repo before +starting the work here. + ## Getting the code ```