Project

General

Profile

action #68386

Updated by riafarov about 4 years ago

See motivation in the parent ticket. 

 In    cryptlvm+activate_existing+import_users    we import user from the previous installation, but we don't check if user with correct password is actually added to the SUT. 

 We import use called bernhard with default password 'nots3cr3t', so we should check if credentials. select_console("user") should be enough. 



 ## Acceptance criteria 
 1. User creation is validated 
 2. Test plan is updated accordingly

Back