diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-19 13:16:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-20 12:14:32 +0100 |
commit | a68b4c6ee780c0efe6c877595d0c10b3192ad80b (patch) | |
tree | f6dd6389f00bd71a6d46be851d9c425e2facef0d /meta/conf | |
parent | d1297c2c3ae71de0e9e5cab36e582f5df8666391 (diff) | |
download | openembedded-core-a68b4c6ee780c0efe6c877595d0c10b3192ad80b.tar.gz openembedded-core-a68b4c6ee780c0efe6c877595d0c10b3192ad80b.tar.bz2 openembedded-core-a68b4c6ee780c0efe6c877595d0c10b3192ad80b.zip |
conf/local.conf.sample: update for new testimage class
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 4030492c89..45de339c25 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -151,23 +151,9 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink" # # The build system can test booting virtual machine images under qemu (an emulator) # after any root filesystems are created and run tests against those images. To -# enable this uncomment this line -#IMAGETEST = "qemu" -# -# This variable controls which tests are run against virtual images if enabled -# above. The following would enable bat, boot the test case under the sanity suite -# and perform toolchain tests -#TEST_SCEN = "sanity bat sanity:boot toolchain" -# -# Because of the QEMU booting slowness issue (see bug #646 and #618), the -# autobuilder may suffer a timeout issue when running sanity tests. We introduce -# the variable TEST_SERIALIZE here to reduce the time taken by the sanity tests. -# It is set to 1 by default, which will boot the image and run cases in the same -# image without rebooting or killing the machine instance. If it is set to 0, the -# image will be copied and tested for each case, which will take longer but be -# more precise. -#TEST_SERIALIZE = "1" - +# enable this uncomment this line. See classes/testimage(-auto).bbclass for +# further details. +#TEST_IMAGE = "1" # # Interactive shell configuration # |