You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the guest, the quote can be requested via 2 methods:
vsock: connect to QGS service on the host through vsock
tsm: ask guest kernel do do that (through configfs tsm) and the kernel will connect to
the QGS (with provided vsock address in qemu commandline)
If we misconfigured the QGS address for the tsm method, we still expect the quote generation to succeed because
tdxattest lib will use the vsock method
This is not the actual behavior because the quote generation fails actually.
To Reproduce
Run the guest with wrong QGS address configuration :
this test will contribute to verify the issue #252
additionnal changes:
- enable the function enable_quote_socket to enable_qgs_addr
to better match what it does, add an argument to allow
the customization of the QGS address
this test will contribute to verify the issue #252
additionnal changes:
- enable the function enable_quote_socket to enable_qgs_addr
to better match what it does, add an argument to allow
the customization of the QGS address
Describe the bug
From the guest, the quote can be requested via 2 methods:
the QGS (with provided vsock address in qemu commandline)
If we misconfigured the QGS address for the tsm method, we still expect the quote generation to succeed because
tdxattest lib will use the vsock method
This is not the actual behavior because the quote generation fails actually.
To Reproduce
Here we set the dest CID=222 and the expected value is 2.
The quote generation will fail
Expected behavior
The quote generation should succeed
System report
N/A
The text was updated successfully, but these errors were encountered: