summaryrefslogtreecommitdiffstats
path: root/meta/conf/local.conf.sample
Commit message (Collapse)AuthorAgeFilesLines
* test: Add scenario file for each target and support single case runningJiajun Xu2010-08-271-3/+4
| | | | | | | | | | | | | | | | 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>
* build/conf: move sample conf files to meta/confJoshua Lock2010-08-171-0/+151
Currently rm -fr build breaks things badly but will work if we move the sample configuration files to meta/conf - this patch does so. Signed-off-by: Joshua Lock <josh@linux.intel.com>