File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments