- Proposal: SDL-NNNN
- Author: Dmitriy Boltovskiy
- Status:
- Impacted Platforms: [ATF Test Scripts]
Quality of SDL needs to be improved. In order to make this happen number of automated scripts needs to be increased significantly. Ideally to have complete test set for the whole SDL functionality.
Split all functions in existing 'user_modules' into two groups Utils and Common sequences.
Update all existing test scripts according to template and new structure of 'user_modules'. Create new scripts according to template.
Maintain continuously all scripts in up-to-date state.
Run all scripts as frequently as possible. Usage of CI will help to automate this process.
Already implemented for Remote Control functionalty.
Split existing functions into two groups:
- Utils These are general helpers, ex.:
- file and database accessors
- table transformers
- validatots
- etc.
- Common sequences These are commonly used sequences of actions, ex.::
- hmi initialization
- application registration and activation
- policy table update
- Ignition On / Off
- etc.
Update existing scripts according to template and new structure. This can be done step by step depending on priority.
Huge impact on existing automated test scripts.
No