Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
6 stars 1 forks source link

`uefi-password.robot` AttributeError: 'list' object has no attribute 'encode' #218

Closed Psotas closed 4 months ago

Psotas commented 4 months ago

Device

VP4650

RTE version

Dasharo v1.2.0

Affected component(s) or functionality

No response

Brief summary

PSW002.001 Password setting mechanism correctness checking :: This... | FAIL | AttributeError: 'list' object has no attribute 'encode'

How reproducible

No response

How to reproduce

robot -L TRACE -v rte_ip:192.168.10.203 -v config:protectli-vp4650 -v device_ip:192.168.10.21 dasharo-security/uefi-password.robot

Expected behavior

PASS

Actual behavior

AttributeError: 'list' object has no attribute 'encode'

Link to screenshots or logs

log-uefi-password.zip

Additional context

No response

Solutions you've tried

No response

macpijan commented 4 months ago

@Psotas Please check this commit: e144bcbf523f1c27231c15e0a4c68663e54970cc

Psotas commented 4 months ago

@macpijan It is works. I also improve teardown in commit. log-teardown-fixed.zip