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

Commit

Permalink
autotest.md: added trademark disclaimers
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Martin <[email protected]>
  • Loading branch information
DougTW committed Jul 20, 2021
1 parent 906783a commit 0e932aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/autotest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

Use the `make test` command.

## QEMU and Kubernetes
## QEMU and Kubernetes\*

E2E testing relies on a cluster running inside multiple QEMU virtual
machines deployed by [GoVM](https://github.com/govm-project/govm). The
same cluster can also be used interactively when real hardware is not
available.

E2E testing is known to work on a Linux development host system. The user
must be allowed to use Docker.
must be allowed to use Docker\*.

KVM must be enabled. Usually this is the case when `/dev/kvm` exists.
The current user does not need the privileges to use KVM and QEMU
Expand All @@ -23,7 +23,7 @@ Note that cloud providers often don't offer KVM support on their
regular machines. Search for "nested virtualization" for your provider
to determine whether and how it supports KVM.

Nested virtualization is also needed when using Kata Containers inside
Nested virtualization is also needed when using Kata Containers\* inside
the cluster. On Intel-based machines it can be enabled by loading the
`kvm_intel` module with `nested=1` (see
https://wiki.archlinux.org/index.php/KVM#Nested_virtualization). At
Expand Down Expand Up @@ -99,7 +99,7 @@ the default `pmem-govm` cluster name via the `CLUSTER` env variable.
For example, this invocation sets up a cluster using an older release
of Kubernetes:

```
```
TEST_KUBERNETES_VERSION=1.18 CLUSTER=kubernetes-1.18 make start
```

Expand Down

0 comments on commit 0e932aa

Please sign in to comment.