Skip to content

Commit

Permalink
Revert "tests/e2e: Remove kata-qemu-se runtime class"
Browse files Browse the repository at this point in the history
This reverts commit 63fa8b0.
  • Loading branch information
BbolroC committed Dec 12, 2023
1 parent bce3f04 commit 82561c3
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-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 82561c3

Please sign in to comment.