Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Make it clear that new tests should go to the kata-containers repo #5718

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,26 @@ 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe a link here would be better?
[Kata Containers](https://github.com/kata-containers)


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

```
$ go get -d github.com/kata-containers/tests
$ git clone https://github.com/kata-containers/tests
fidencio marked this conversation as resolved.
Show resolved Hide resolved
```

## Test Content
Expand Down Expand Up @@ -198,7 +214,7 @@ $ export PATH=${GOPATH}/bin:${PATH}

Clone the `kata-container/tests` repository:
```
$ go get -d github.com/kata-containers/tests
$ git clone https://github.com/kata-containers/tests $GOPATH/src/github.com/kata-containers/tests
```

Go to the tests repo directory:
Expand Down
Loading