Skip to content

HW tests for part_init#544

Draft
wenbo-yuan wants to merge 2 commits into
Azure:mainfrom
wenbo-yuan:wenboy/part_init
Draft

HW tests for part_init#544
wenbo-yuan wants to merge 2 commits into
Azure:mainfrom
wenbo-yuan:wenboy/part_init

Conversation

@wenbo-yuan

Copy link
Copy Markdown
Contributor

Hardware tests for part init command

Copilot AI review requested due to automatic review settings July 14, 2026 19:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error: Your billing is not configured or you have Copilot licenses from multiple standalone organizations or enterprises. To use premium requests, select a billing entity via the GitHub site, under Settings > Copilot > Features.


// -- PTACSR wire-shape --------------------------------------
assert!(!resp.pta_csr.is_empty(), "PTACSR must be non-empty");
assert!(

// -- PTACSR PKCS#10 parse + self-signature verify -----------
let csr = X509Csr::from_der(&resp.pta_csr).unwrap_or_else(|e| {
panic!(

// -- PTAReport wire-shape -----------------------------------
assert!(!resp.pta_report.is_empty(), "PTAReport must be non-empty");
assert!(
@vsonims
vsonims requested a review from rajesh-gali July 14, 2026 23:46
Copilot AI review requested due to automatic review settings July 16, 2026 23:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error: Your billing is not configured or you have Copilot licenses from multiple standalone organizations or enterprises. To use premium requests, select a billing entity via the GitHub site, under Settings > Copilot > Features.

Copilot AI review requested due to automatic review settings July 20, 2026 02:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error: Your billing is not configured or you have Copilot licenses from multiple standalone organizations or enterprises. To use premium requests, select a billing entity via the GitHub site, under Settings > Copilot > Features.

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.

3 participants