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

vmsdk/python/tests: add logic for extension #55

Closed
wants to merge 3 commits into from

Conversation

intelzhongjie
Copy link
Contributor

No description provided.

from cctrusted_vm.sdk import CCTrustedVmSdk
from tests.tdx.tdx_check import CCTrustedVmSdkTdxCheck

class PlatformCheck():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks wierd to me for this kind class

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The motivation of adding this is to get some mechanism so I can add some platform specific test: for example, Intel TDX TDREPORT provides the 4 measurement registers.

I'm sorry that I haven't figure out a good way to do so. But I'll try to find out a better way.

@intelzhongjie intelzhongjie marked this pull request as draft January 9, 2024 02:03
@intelzhongjie intelzhongjie force-pushed the main branch 2 times, most recently from fc71fae to d21cd14 Compare January 9, 2024 14:51
@kenplusplus
Copy link
Member

when creating a PR, please create it on a branch not main branch. otherwise it will trigger the github action on the main.

@intelzhongjie
Copy link
Contributor Author

when creating a PR, please create it on a branch not main branch. otherwise it will trigger the github action on the main.

OK, I'll discard this for now. I'll post another PR later when I made it ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants