summaryrefslogtreecommitdiffstats
path: root/recipes-extended/images/xtf-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/images/xtf-image.bb')
-rw-r--r--recipes-extended/images/xtf-image.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-extended/images/xtf-image.bb b/recipes-extended/images/xtf-image.bb
index b73e4a59..a78959df 100644
--- a/recipes-extended/images/xtf-image.bb
+++ b/recipes-extended/images/xtf-image.bb
@@ -11,9 +11,24 @@ DESCRIPTION = "A minimal Xen Test Framework (XTF) image for testing the Xen hype
11# ./xtf-runner --list pv 11# ./xtf-runner --list pv
12# # run an example test: 12# # run an example test:
13# ./xtf-runner test-pv64-livepatch-priv-check 13# ./xtf-runner test-pv64-livepatch-priv-check
14#
15# This image also supports the OE QA framework, so XTF tests can be
16# run from bitbake by adding the following (or similar) to local.conf:
17#
18# INHERIT += "testimage"
19# QEMU_USE_SLIRP = "1"
20# TEST_SERVER_IP = "127.0.0.1"
21#
22# and the tests that are configured (see the xtf-oeqa-conf package)
23# can be run with: bitbake -c testimage xtf-image
24#
25# For testimage, see the qemu boot log: ${WORKDIR}/testimage/qemu_boot_log.*
26# and the test log: ${WORKDIR}/temp/log.do_testimage
14 27
15IMAGE_NAME="xtf" 28IMAGE_NAME="xtf"
16 29
17IMAGE_INSTALL:append = " xtf" 30IMAGE_INSTALL:append = " xtf"
18 31
32DEFAULT_TEST_SUITES:append = " xtf_minimal"
33
19QB_DEFAULT_FSTYPE_x86-64 = "wic" 34QB_DEFAULT_FSTYPE_x86-64 = "wic"