Page MenuHomeFreeBSD

Use more descriptive algorithm names in skip messages.
ClosedPublic

Authored by jhb on Apr 19 2019, 10:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 23 2024, 12:43 AM
Unknown Object (File)
Mar 23 2024, 12:43 AM
Unknown Object (File)
Mar 23 2024, 12:43 AM
Unknown Object (File)
Feb 22 2024, 7:19 AM
Unknown Object (File)
Jan 16 2024, 4:34 AM
Unknown Object (File)
Dec 23 2023, 9:37 PM
Unknown Object (File)
Dec 23 2023, 9:37 PM
Unknown Object (File)
Dec 23 2023, 9:37 PM
Subscribers

Details

Test Plan
  • faked that ccr0 couldn't do AES in cryptotest.py and then ran it with -v.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 23778
Build 22725: arc lint + arc unit

Event Timeline

No objection, although it's somewhat moot because the lists are shared (aesmodules, shamodules). Unless you plan to change that.

This revision is now accepted and ready to land.Apr 19 2019, 10:17 PM

It is mostly moot and I don't really plan to change it currently. At some point I might instead make it just try to create a single test session for each algorithm up front and skip if it gets EOPNOTSUPP. It also should not have a hardcoded list of device names. It should really take an optional command line argument for what devices you want to test or use some method to enumerate the available devices (might have to add something to OCF to support the latter).

ngie added a subscriber: ngie.

LGTM! Please commit this change to ^/head.

This revision was automatically updated to reflect the committed changes.