Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tpm_device: fix model on arm #5967

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

dzhengfy
Copy link
Contributor

No description provided.

@dzhengfy
Copy link
Contributor Author

Before the fix:

[rhel.virtual_devices.tpm_device.negative_test.emulator.encryption_test.none_pw]
Expect should succeed, but got: 

error: Failed to define domain from /var/tmp/xml_utils_temp_5a8z71gm.xml
error: unsupported configuration: The QEMU executable /usr/libexec/qemu-kvm does not support TPM model tpm-crb


After the fix:


 (01/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.backend_version.version_1.2: STARTED
 (01/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.backend_version.version_1.2: PASS (8.32 s)
 (02/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.backend_version.version_2: STARTED
 (02/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.backend_version.version_2: PASS (8.40 s)
 (03/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.backend_version.version_textdefault: STARTED
 (03/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.backend_version.version_textdefault: PASS (8.47 s)
 (04/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encrypt_secret.invalid_secret: STARTED
 (04/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encrypt_secret.invalid_secret: PASS (8.73 s)
 (05/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encrypt_secret.nonexist_secret: STARTED
 (05/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encrypt_secret.nonexist_secret: PASS (8.71 s)
 (06/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.none_pw: STARTED
 (06/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.none_pw: PASS (8.96 s)
 (07/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restart_vm.plain_to_encrypt: STARTED
 (07/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restart_vm.plain_to_encrypt: PASS (62.63 s)
 (08/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restart_vm.encrypt_to_plain: STARTED
 (08/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restart_vm.encrypt_to_plain: PASS (59.51 s)
 (09/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restart_vm.newpw_keepstate: STARTED
 (09/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restart_vm.newpw_keepstate: PASS (59.58 s)
 (10/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restore_vm.newpw_keepstate: STARTED
 (10/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restore_vm.newpw_keepstate: PASS (61.69 s)
 (11/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restore_vm.newpw_rmstate: STARTED
 (11/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.encryption_test.restore_vm.newpw_rmstate: PASS (59.54 s)
 (12/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.pcrbank_test.managedsave_modify: STARTED
 (12/12) type_specific.io-github-autotest-libvirt.virtual_devices.tpm_device.negative_test.emulator.pcrbank_test.managedsave_modify: PASS (58.73 s)
RESULTS    : PASS 12 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML   : /var/log/avocado/job-results/job-2024-10-28T21.22-dfa939d/results.html
JOB TIME   : 428.74 s

libvirt-10.8.0

@Yingshun Yingshun merged commit 7def923 into autotest:master Oct 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants