redhat-qe-security / SCAutolib

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

V3 #124

Closed mahavrila closed 4 months ago

mahavrila commented 8 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 7 months ago

Hello @GeorgePantelakis , @Jakuje , @x00Pavel. Updated version of code reflecting most of previous comments is ready. Note, that unit tests are failing and I did not updated them to pass with V3 as some of them are destructive (changes system config files etc.) and should probably be reviewed and rewritten.

GeorgePantelakis commented 4 months ago

The code has been already merged. Closing PR.