redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

V3 #131

Closed mahavrila closed 6 months ago

mahavrila commented 6 months ago

V3 of SCAutolib differs from V2 mostly in:

Users and cards are related only in prepare phase where objects are created. Card knows it's user. It's needed as some methods needs to know is user is local or kerberos user. Data of user and cards objects are stored separately.

mahavrila commented 6 months ago

Review is done, I did some testing, and tests are running well except some specific tests dependent on V2 methods.

mahavrila commented 6 months ago

Note, that this is PR#124 rebased onto master. Review was done on PR#124, see comments there.