redhat-qe-security / SCAutolib

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

SCAutolib: Minor changes && models/gui.py: create an HTML file #135

Closed GeorgePantelakis closed 3 months ago

GeorgePantelakis commented 3 months ago

1) Fixing the issue with sssd.conf not restored correctly after cleanup. 2) Fixing typo in gui.py. 3) Removing gnome_disable_welcome on cleanup. This file is only created in graphical mode. 4) Gui class creates, on top of the terminal output, logs in HTML file. Screenshots now can be shown alongside the test logs. Also Gui class was extended to have configurable results dir name so we can have more detailed directories in results rather than a simple timestamp.

Also addressing issue#120