summaryrefslogtreecommitdiffhomepage
path: root/test/shim/untrusted-workload/test.sh
blob: 6e312cf6d7dfb3d7847198d44951bafc846607f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/bash

# Runs end-to-end tests for gvisor-containerd-shim to test using the
# untrusted workload extension. This should work on containerd 1.1+

# This is meant to be run in a VM as it makes a fairly invasive install of
# containerd.

set -ex

# Install containerd
. ./test/e2e/containerd-install.sh

# Install gVisor
. ./test/e2e/runsc-install.sh

# Install gvisor-containerd-shim
. ./test/e2e/shim-install.sh

# Test installation/configuration
. ./test/e2e/untrusted-workload/install.sh

# Install crictl
. ./test/e2e/crictl-install.sh

# Test usage
. ./test/e2e/untrusted-workload/usage.sh

# Run a container in the sandbox
. ./test/e2e/run-container.sh

# Validate the pod and container
. ./test/e2e/validate.sh