Skip to content

Commit d7fdb1b

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

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Change ATF test reports folder structure
2+
3+
* Proposal: [SDL-NNNN](NNNN-Change_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 has inconvenient nested structure. ATF creates structure of folders from relative path to script, e.g. runned script fom test_scripts/API/Navidation/Subscriptions/.
11+
With current implementation will be created the next structure
12+
<pre><code>
13+
TestingReports
14+
->ATF_timestamp
15+
->test_scripts
16+
->API
17+
->Navigation
18+
->Subscriptions
19+
->SDL_timestamp
20+
->test_scripts
21+
->API
22+
->Navigation
23+
->Subscriptions
24+
->Reports_timestamp
25+
->test_scripts
26+
->API
27+
->Navigation
28+
->Subscriptions
29+
</pre></code>
30+
31+
## Motivation
32+
33+
Create more convenient reports structure, less nested.
34+
35+
## Proposed solution
36+
37+
The solution is to create new structure:
38+
<pre><code>TestingReports
39+
-> ScriptName_timestamp
40+
-> ATF
41+
-> SDL</pre></code>
42+
Subfolder ATF will contain ATF logs and report.
43+
Subfolder SDL will contain SDL logs.
44+
45+
## Potential downsides
46+
47+
n/a
48+
49+
## Impact on existing code
50+
51+
Impact on ATF reporting functionality.
52+
53+
## Alternatives considered
54+
55+
n/a

0 commit comments

Comments
 (0)