Difference between revisions of "RK Platform Fast Test"

From ESS-WIKI
Jump to: navigation, search
(Full-Automatic Test)
Line 11: Line 11:
 
*Semi-automatic Test  
 
*Semi-automatic Test  
 
*Manual Test
 
*Manual Test
 +
  
 
= '''Full-Automatic Test''' =
 
= '''Full-Automatic Test''' =
 +
 +
Run automactic test scipt to the result like the following:
 +
 +
 +
 +
= Preparation =
 +
 +
 +
= Testing =
 +
Press "ctrl + c" key before power up the device, until get the following information on debug console : 
 +
<pre>Hit any key to stop autoboot: 0
 +
=> <INTERRUPT>
 +
=></pre>
 +
 +
= Testing =
 +
1. Failure
 +
 +
<span style="color:#d35400;">[ Failed ]: docker run hello-world; Please check net connection, or docker</span>
 +
 +
2. Success
 +
 +
<span style="color:#00ff00;">[ OK ]</span>: VPU test
 +
 +
&nbsp;
  
 
= '''Semi-Automatic Test''' =
 
= '''Semi-Automatic Test''' =
  
 
= '''Manual Test''' =
 
= '''Manual Test''' =

Revision as of 06:15, 26 May 2023


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 automactic test scipt to the result like the following:


Preparation

Testing

Press "ctrl + c" key before power up the device, until get the following information on debug console : 

Hit any key to stop autoboot: 0
=> <INTERRUPT>
=>

Testing

1. Failure

[ Failed ]: docker run hello-world; Please check net connection, or docker

2. Success

[ OK ]: VPU test

 

Semi-Automatic Test

Manual Test