Project

General

Profile

action #30775

Updated by riafarov over 5 years ago

Currently load_snapshot is not available from test code , and only condition which trigger it is test failure . 
 But there are cases where we need to reset system to previous Milestone even if module pass. 
 We have limitations on bare metal, and to proceed here, we can ignore it. 

 After discussion with Anton, he is fine to start in a conservative way, so that test module should have flag set and we don't change any behavior of the test execution with this feature. 

 ## Suggestion Solution : 
 Implement additional tests flag "force_reset" which will force openQA to revert to previous snapshot no matter metter if module pass or fail 

 ## Acceptance criteria 
 1. Test module actions can be cleaned up by reverting SUT state to the last milestone snapshot

Back