Skip to content

Commit

Permalink
tests/e2e: Remove kata-clh-tdx runtime class
Browse files Browse the repository at this point in the history
The clh-tdx runtime class isn't supported at the moment on `main`,
so drop references to it as part of switching to use kata-deploy

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Nov 30, 2023
1 parent a9ba4f4 commit 1adaa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ main() {

# Run tests.
case $runtimeclass in
kata-qemu|kata-clh|kata-clh-tdx)
kata-qemu|kata-clh)
echo "INFO: Running non-TEE tests for $runtimeclass using OfflineFS KBC"
run_non_tee_tests "$runtimeclass"
;;
Expand Down

0 comments on commit 1adaa47

Please sign in to comment.