Skip to content

Commit

Permalink
migration: disable test with vtpm
Browse files Browse the repository at this point in the history
No vTPM on s390x. Disable tests.

Signed-off-by: Sebastian Mitterle <[email protected]>
  • Loading branch information
smitterl committed Dec 13, 2024
1 parent 76614d5 commit 2651cbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libvirt/tests/cfg/migration/migrate_options_shared.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
actions_after_migration = "save_restore"
actions_during_migration = "setmaxdowntime,setmigratepostcopy"
- vtpm_emulator:
no s390-virtio
tpm_args = "{"tpm_model": "tpm-crb", "backend_type": "emulator", "backend_version": "2.0"}"
pseries:
tpm_args = "{"tpm_model": "tpm-spapr", "backend_type": "emulator", "backend_version": "2.0"}"
Expand Down Expand Up @@ -453,6 +454,7 @@
server_cn = "test.com.cn"
virsh_migrate_extra = "--tls --tls-destination ${server_cn}"
- vtpm_emulator:
no s390-virtio
only without_postcopy
tpm_args = "{"tpm_model": "tpm-crb", "backend_type": "emulator", "backend_version": "2.0"}"
update_tpm_secret = yes
Expand Down Expand Up @@ -487,6 +489,7 @@
virsh_migrate_options = "--live --p2p --tunnelled --verbose"
variants:
- vtpm_emulator:
no s390-virtio
tpm_args = "{"tpm_model": "tpm-crb", "backend_type": "emulator", "backend_version": "2.0"}"
update_tpm_secret = yes
src_secret_value = "sec value test"
Expand Down Expand Up @@ -545,6 +548,7 @@
client_cn = "ENTER.YOUR.CLIENT_CN"
disable_verify_peer = "yes"
- vtpm_emulator:
no s390-virtio
only without_postcopy
tpm_args = "{"tpm_model": "tpm-crb", "backend_type": "emulator", "backend_version": "2.0"}"
update_tpm_secret = yes
Expand Down

0 comments on commit 2651cbf

Please sign in to comment.