summaryrefslogtreecommitdiff
path: root/scripts/qemuimage-tests/scenario/qemuppc
AgeCommit message (Collapse)AuthorFiles
2010-08-27test: Add scenario file for each target and support single case runningJiajun Xu3
Different test cases are needed for different targets. A folder "scenario" is created under scripts/qemuimage-tests to hold scenario files for different targets. Single case running is supported now. User can run single case together with a whole test suite by setting variable TEST_SCEN in local.conf. By default test cases in sanity suite will be ran. If you want to run other test suite or specific test case(e.g. bat or boot test case under sanity suite), list them like following. TEST_SCEN = "sanity bat sanity:boot" Signed-off-by Jiajun Xu <jiajun.xu@intel.com>