#269 add str prefix to test case log, to avoid conflicts
Merged by astepano. Opened by bgoncalv.
bgoncalv/standard-test-roles fix-basic-role-log-test-name  into  master

Download 269.patch

For example if a test case has name test, the log will be saved to str_test.log, so it doesn't conflict with test.log expect to contains all test results.

What about this ? Could it bump into conflict too?

I believe not, I unless some script executed by the role also creates the log there. But then I think it is a problem of the script and not the role.
I'd not be comfortable renaming file that is not created by the role.

Commit e609ed32 fixes this pull-request

Pull-Request has been merged by astepano

Pull-Request has been merged by astepano

Metadata