microsoft / mu_feature_dfci

DFCI - Device Firmware Configuration Interface
Other
16 stars 22 forks source link

[Bug]: DFCI_InitialState testcase fail #166

Closed LucasLin2200 closed 10 months ago

LucasLin2200 commented 10 months ago

Is there an existing issue for this?

Current Behavior

"Obtain Target Parameters From Target" fail when run DFCI_InitialState as in test log. image Why is it return 16 here? image

Expected Behavior

According to "BuiltIn . Should Be Equal As Integers ${rc}, 0" in the log, it should be return 0 here. image

Steps To Reproduce

  1. Run DeviceIdTestApp.efi in DUT shell to fill NVram variable.
  2. Setup robotremoteserver on DUT.
  3. Connect host and DUT via ethernet cable and ping each other ip success.
  4. Run DFCI_InitialState testcase on host machine and get fail test log.

Build Environment

- OS(s):Win11
- Targets Impacted:RELEASE

Version Information

v4.0.1

Urgency

Low

Are you going to fix this?

I will fix it

Do you need maintainer feedback?

No maintainer feedback needed

Anything else?

full test log: logs_20231124_152448.zip project

LucasLin2200 commented 10 months ago

Issue solved after update SystemInfoSerialNumberString to smbios table