Skip to content

Commit c7a41f3

Browse files
Changes according to review result
1 parent 38a2e6a commit c7a41f3

2 files changed

Lines changed: 55 additions & 36 deletions

File tree

proposals/NNNN-ATF_test_reports_folder_structure.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
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 struct. ATF creates struct 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 struct, less nested.
34+
35+
## Proposed solution
36+
37+
The solution is to create new struct:
38+
<pre><code>Main folder 'TestingReports'
39+
-> Subfolder 'ScriptName_timestamp'
40+
->Subfolder 'ATF'
41+
->Subfolder '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)