File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -72,51 +72,51 @@ Go to the `tests` folder.
72
72
73
73
```
74
74
$ snapcraft
75
- $ sudo snap install ./checkbox-tdx-classic_2 .0_amd64.snap --dangerous --classic
75
+ $ sudo snap install ./checkbox-tdx_1.0 .0_amd64.snap --dangerous --classic
76
76
```
77
77
78
78
- Run sanity tests to check the host setup:
79
79
80
80
```
81
- $ checkbox-tdx-classic .test-runner-automated-host
81
+ $ checkbox-tdx.test-runner-automated-host
82
82
```
83
83
84
84
- Run guest tests:
85
85
86
86
```
87
- $ checkbox-tdx-classic .test-runner-automated-guest
87
+ $ checkbox-tdx.test-runner-automated-guest
88
88
```
89
89
90
90
- Run boot tests:
91
91
92
92
```
93
- $ checkbox-tdx-classic .test-runner-automated-boot
93
+ $ checkbox-tdx.test-runner-automated-boot
94
94
```
95
95
96
96
- Run perf tests:
97
97
98
98
```
99
- $ checkbox-tdx-classic .test-runner-automated-perf
99
+ $ checkbox-tdx.test-runner-automated-perf
100
100
```
101
101
102
102
- Run quote tests:
103
103
104
104
```
105
- $ checkbox-tdx-classic .test-runner-automated-quote
105
+ $ checkbox-tdx.test-runner-automated-quote
106
106
```
107
107
108
108
- Run stress tests:
109
109
110
110
```
111
- $ checkbox-tdx-classic .test-runner-automated-stress
111
+ $ checkbox-tdx.test-runner-automated-stress
112
112
```
113
113
114
114
- Run all tests:
115
115
116
116
Please note that the performance tests can take a long time to run.
117
117
118
118
```
119
- $ checkbox-tdx-classic .test-runner-automated
119
+ $ checkbox-tdx.test-runner-automated
120
120
```
121
121
122
122
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# Remove temporary folder and rebuild in setup-env-and-run
4
- TMP_FOLDER=/tmp/snap/checkbox-tdx-classic
4
+ TMP_FOLDER=/tmp/snap/checkbox-tdx
5
5
rm -rf ${TMP_FOLDER}
6
6
7
7
# wrapper around the checkbox-cli
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if ! test -f $TDXTEST_GUEST_IMG; then
14
14
fi
15
15
16
16
# Remove temporary folder and rebuild in setup-env-and-run
17
- TMP_FOLDER=/tmp/snap/checkbox-tdx-classic
17
+ TMP_FOLDER=/tmp/snap/checkbox-tdx
18
18
rm -rf ${TMP_FOLDER}
19
19
20
20
# wrapper around the checkbox-cli
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
# Remove temporary folder and rebuild in setup-env-and-run
4
- TMP_FOLDER=/tmp/snap/checkbox-tdx-classic
4
+ TMP_FOLDER=/tmp/snap/checkbox-tdx
5
5
rm -rf ${TMP_FOLDER}
6
6
7
7
# wrapper around the checkbox-cli
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ STRESS_S3_WAIT_DELAY=60
18
18
19
19
To change those values use the configure launcher.
20
20
E.g.
21
- $ checkbox-kivu-classic .configure OPEN_N_SSID=my-wifi
21
+ $ checkbox-tdx .configure OPEN_N_SSID=my-wifi
22
22
23
23
If you __really__ need to change those values using `snap set` command,
24
24
you need to change CAPS to lowercase and underscores to dashes (-).
25
25
26
26
E.g.
27
- $ snap set checkbox-kivu-classic open-n-ssid=my-wifi
27
+ $ snap set checkbox-tdx open-n-ssid=my-wifi
28
28
"""
29
29
30
30
import os
Original file line number Diff line number Diff line change 1
- name : checkbox-tdx-classic
1
+ name : checkbox-tdx
2
2
summary : Checkbox tests for TDX
3
3
description : |
4
4
Collection of tests for Intel TDX (Trusted Domain eXtension)
@@ -9,7 +9,7 @@ grade: stable
9
9
base : core22
10
10
11
11
# Here are the available applications of the TDX checkbox provider snap
12
- # To run : snap run checkbox-tdx-classic .<app>
12
+ # To run : snap run checkbox-tdx.<app>
13
13
#
14
14
# checkbox-cli:
15
15
# - checkbox client, can be used to talk to the checkbox daemon
You can’t perform that action at this time.
0 commit comments