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 Dec 4, 2023
1 parent da0d6d1 commit 825af65
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 @@ -44,7 +44,7 @@ main() {

# Run tests.
case $runtimeclass in
kata-qemu|kata-clh|kata-clh-tdx|kata-qemu-se|kata-qemu-tdx|kata-qemu-sev|kata-qemu-snp)
kata-qemu|kata-clh|kata-qemu-se|kata-qemu-tdx|kata-qemu-sev|kata-qemu-snp)
echo "INFO: Running operator tests for $runtimeclass"
bats "${script_dir}/operator_tests.bats"
;;
Expand Down

0 comments on commit 825af65

Please sign in to comment.