~cypressyew/checkbox/i18n-empty-string

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-tpm2/bin/README.md

"automatic merge of lp:~sylvain-pineau/checkbox/tpm2_update_verifysignature/ by tarmac [r=sylvain-pineau][bug=][author=sylvain-pineau]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
**these are some scripts for the testing of TPM (Trusted Platform Module) 2.0 tools **
 
2
 
 
3
Below are script instructions:
 
4
##1: integration testing
 
5
test_smoking.sh is a quick & brief testing for all tpm-tools.
 
6
test_all.sh runs all separated .sh.
 
7
 
 
8
##2: separated testing
 
9
There are some separated .sh for each of tpm2-tool. Name convention is test_tpm2_xxx.sh.
 
10
 
 
11
##3: algorithm testing
 
12
Named as test_algs_tpm2_XXX.sh, test all algorithms involved in the parameters of tpm2-tools.
 
13
A part of test_tpm2_XXX_all.sh also contain algorithm testing.     
 
14
 
 
15
##4: others 
 
16
test_tpm2_XXX_func.sh for adding some test cases in furture.   
 
17
 
 
18
##Condition and Operation instructions:
 
19
1.TPM is initialized
 
20
2.install tpm2-tools
 
21
3.must start resourcemgr before run all test scripts
 
22
4.clean up all log files
 
23
5.run xxx.sh for automatic test
 
24
6.results record in XXX_pass.log or XXX_fail.log 
 
25