unittest: adjust package list format with the change of backend.
[platform/upstream/mic.git] / tests / README
1 ----------------------
2 MIC autotest framework
3 ----------------------
4
5 Included testcase:
6 ===================
7 * check image creation
8 * check root permission
9 * check availability of ks file
10   
11 Basic usage description:
12 ========================
13 - add testcase
14   * customize your own testcase, meet your own needs
15         run the shell script named "addcase",  follow its usage:
16         ./addcase.sh <casename> <caseks>.  <casename> represents the name of 
17         your testcase,  <caseks> represents your ks file 
18
19 - run mic-test 
20   * test MIC with all testcases
21         run "make test" or "python mic-test.py",  you will get the result of
22         the sanity test(included testcase + custom testcase). The format of 
23         the result looks like this: testcase name ... FAIL | ok