Difference between revisions of "RK Platform Fast Test"
From ESS-WIKI
Yunjin.jiang (talk | contribs) |
Yunjin.jiang (talk | contribs) |
||
Line 32: | Line 32: | ||
== Testing == | == Testing == | ||
+ | |||
== Result == | == Result == | ||
Line 37: | Line 38: | ||
1. Failure | 1. Failure | ||
− | [ Failed ]: docker run hello-world; Please check net connection, or docker | + | <span style="color:#c0392b;">[ Failed ]: docker run hello-world; Please check net connection, or docker</span> |
2. Success | 2. Success | ||
− | [ OK ]: | + | <span style="color:#00ff00;">[ OK ]</span>: docker run hello-world |
= '''Semi-Automatic Test''' = | = '''Semi-Automatic Test''' = | ||
= '''Manual Test''' = | = '''Manual Test''' = |
Revision as of 06:36, 26 May 2023
Contents
Preface
When sending samples to customer or test team (Lab、DQA etc) or releasing images, we need test all functions.
All functions are classified to three types:
- Full-automatic Test
- Semi-automatic Test
- Manual Test
Full-Automatic Test
Run test script and get the result automatically. Support to test the following items:
- AIM Linux Applications
- AIM Linux Services
- AIM Timers
- Thermal
- NPU
- eMMC
- GPU
- VPU
- RTC
Preparation
Testing
Result
1. Failure
[ Failed ]: docker run hello-world; Please check net connection, or docker
2. Success
[ OK ]: docker run hello-world