Skip to content

Commit 38a2e6a

Browse files
Proposal "Test Reports Folder structure"
1 parent 88d180e commit 38a2e6a

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Test Reports Folder structure
2+
3+
* Proposal: [SDL-NNNN](NNNN-ATF_test_reports_folder_structure.md)
4+
* Author: [Irina Getmanets](https://github.com/GetmanetsIrina)
5+
* Status: **Awaiting review**
6+
* Impacted Platforms: ATF
7+
8+
## Introduction
9+
10+
For now ATF reports folder have inconvenient nested struct. ATF creates struct of folders from relative path to script.
11+
12+
## Motivation
13+
14+
Create more convenient reports struct, less nested.
15+
16+
## Proposed solution
17+
18+
The solution is to create new struct:
19+
Main folder 'TestingReports'
20+
-> Subfolder '<ScriptName>_<timestamp>'
21+
->Subfolder 'ATF'
22+
->Subfolder 'SDL'
23+
Subfolder ATF will contain ATF logs and report.
24+
Subfolder SDL will contain SDL logs.
25+
26+
## Potential downsides
27+
28+
n/a
29+
30+
## Impact on existing code
31+
32+
Impact on ATF reporting functionality.
33+
34+
## Alternatives considered
35+
36+
n/a

0 commit comments

Comments
 (0)