-
Notifications
You must be signed in to change notification settings - Fork 0
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
B2CA-1584: Port Nano on NBGL #6
base: master
Are you sure you want to change the base?
Conversation
1e4f968
to
16c345b
Compare
94cbf9d
to
787e7ba
Compare
787e7ba
to
4895e10
Compare
4895e10
to
674ba64
Compare
674ba64
to
8b34aff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in addition : static analysis to fix
"*.h": "c" | ||
}, | ||
"ledgerDevTools.appSettings": { | ||
"selectedUseCase": "release", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be painful if we don't ignore this file as it could change each time we have a new test list
NavInsID.RIGHT_CLICK, | ||
NavInsID.RIGHT_CLICK | ||
# NavInsID.BOTH_CLICK, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be removed
|
||
status = client.get_async_response().status | ||
|
||
# Assert that we have received an approval | ||
assert status == SW_OK | ||
|
||
def test_use_case_long_address_review_accepted_with_tags(backend, firmware, navigator, test_name, default_screenshot_path): | ||
|
||
def Xtest_use_case_long_address_review_accepted_with_tags(backend: BackendInterface, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove "X" before "test"
Need to adapt the code and enable the flag to support NBGL on Nano devices.
AppName
andAppVersion
rather than hardcoded valueNote: Needs SDK adaptations, for the moment in branch LedgerHQ/ledger-secure-sdk#838