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

Security Profile Information #3603

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kamalca
Copy link
Collaborator

@kamalca kamalca commented Jan 16, 2025

The test case results need a way to differentiate between standard, secure boot, and CVM; as well as between disk encryption and no disk encryption.

The test case results should be able to differentiate between standard, secure boot, and CVM; as well as between disk encryption and no disk encryption.

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

@@ -716,6 +720,21 @@ def _get_node_information(self, node: Node) -> Dict[str, str]:
node.log.debug("detecting vm generation...")
information[KEY_VM_GENERATION] = node.tools[VmGeneration].get_generation()
node.log.debug(f"vm generation: {information[KEY_VM_GENERATION]}")

if node.capability and node.capability.features:
for feat in node.capability.features:
Copy link
Member

Choose a reason for hiding this comment

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

Why does it check the capability of node, not check by node.features.is_supported? The capability is what's supported by the node, but it's not the runtime value.

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