Project

General

Profile

action #78046

Updated by okurz over 3 years ago

## Motivation 
 See https://github.com/os-autoinst/openQA/pull/3551#issuecomment-726167399 

 ## Acceptance criteria 
 * **AC1:** No tests within openQA pollute the working copy with temporary data 
 * **AC2:** .gitignore does not exclude any temporary test files and folders Suggestions 

 ## Suggestions 
 * *DONE* Exclude known temporary data in .gitignore for now -> https://github.com/os-autoinst/openQA/pull/3551 
 * Have a check for "no uncommited files after test runs" and then do the test changes 
 * I would not just delete temporary files generated by tests at the end of test but also think about different, proper temporary directories which means we should change the already existing tests for the already existing entries in .gitignore .gitignore. Can we do this step first though, then have a check for "no uncommited files after test runs" and then do the test changes? 

 started in https://github.com/os-autoinst/openQA/pull/3551

Back