Skip to content

Commit

Permalink
jobs/avocado.yaml: rename td_disable_ept to tdx_disable
Browse files Browse the repository at this point in the history
Link: intel/lkvs#428
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Dec 24, 2024
1 parent 2f72411 commit b494623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/avocado.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ avocado:
- lkvs.multi_vms
- lkvs.td_boot_multimes
- lkvs.td_debug
- lkvs.td_disable_ept
- lkvs.tdx_disable
- lkvs.td_huge_resource
- lkvs.tdx_basic
- lkvs.tdx_max_guests
Expand Down
2 changes: 1 addition & 1 deletion lib/tests/avocado.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ run_test()
if [[ $config_file ]]; then
log_cmd avocado run --vt-config $config_file 2>&1
else
# avocado-vt type_specific.lkvs.td_disable_ept
# avocado-vt type_specific.lkvs.tdx_disable
# avocado-vt type_specific.io-github-autotest-qemu.blockdev_commit_backing_file
# avocado-vt io-github-autotest-qemu.vlan.vlan_connective_test
# avocado-vt type_specific.lkvs.boot_check.vm.16G.208_cpu
Expand Down

0 comments on commit b494623

Please sign in to comment.