This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
agl-jta [2016/06/01 02:41] qiaonuohan |
agl-jta [2016/06/01 03:20] (current) qiaonuohan [Categorizing Test Cases] |
||
---|---|---|---|
Line 8: | Line 8: | ||
{{:what_is_agl-jta.png?600|}} | {{:what_is_agl-jta.png?600|}} | ||
+ | |||
+ | ==== Current Work ==== | ||
+ | |||
+ | Now we are working on | ||
+ | - categorizing test cases | ||
+ | - listing test results in a better way | ||
+ | |||
+ | ==== Categorizing Test Cases ==== | ||
+ | |||
+ | * currently existing generic tests -> "common" | ||
+ | * board-specific tests will be added and categorized to board-specific category, like renesas-porter | ||
+ | * The inclusion of test cases will be reflected in batch jobs | ||
+ | |||
+ | === Layout of Test Cases === | ||
+ | |||
+ | ^ test name ^ for what board ^ assigned category ^ | ||
+ | |Benchmark.bc|all|common| | ||
+ | |Benchmark.fio|all|common| | ||
+ | |Benchmark.porter1|porter|renesas-porter| | ||
+ | |Benchmark.porter2|porter|renesas-porter| | ||
+ | |Benchmark.minnowboard1|minnowboard|intel-minnowboard| | ||
+ | |Benchmark.minnowboard2|minnowboard|intel-minnowboard| | ||
+ | |||
+ | - test cases assigned to 'common' will also included by other categories | ||
+ | - When batch test, CIAT.renesas-porter, is executed, Benchmark.bc, Benchmark.fio, Benchmark.porter1, Benchmark.porter2 will be executed as well. | ||
+ | |||
+ | == An Example: == | ||
+ | |||
+ | test configuration | ||
+ | $AGL-JTA-core/job_conf/common/Functional.LTP.Syscalls | ||
+ | $AGL-JTA-core/jobs/Functional.LTP.Syscalls -> ../job_conf/common/Functional.LTP.Syscalls | ||
+ | test scripts | ||
+ | $AGL-JTA-core/engine/tests/common/Functional.LTP.Syscalls | ||
+ | |||
+ | === Batch Jobs === | ||
+ | |||
+ | {{:batch_job1.png?400|}} | ||
+ | {{:batch_job2.png?400|}} | ||
+ | |||
+ | ==== Listing Test Results in a Better Way ==== | ||
+ | |||
+ | //TBD// |