diff options
author | Paulo Neves <ptsneves@gmail.com> | 2018-08-07 15:01:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-15 10:28:44 +0100 |
commit | c610d310e74e916aef97de2ed9832f49b7aac60b (patch) | |
tree | 484119e5bbbfd5914e675695db92371c21f1ed67 /documentation/ref-manual | |
parent | 3d96c5ef26b1bebd79a915ff6067612487fd2d15 (diff) | |
download | poky-c610d310e74e916aef97de2ed9832f49b7aac60b.tar.gz |
dev-manual, ref-manual: Updated available names for TEST_TARGET
The documentation of available names for TEST_TARGET has been
updated to match the convention of using the class names of
controllers.
This commit was modified some to make it work. Fixed some
formatting errors and isolated and changed missed instances.
(From yocto-docs rev: 1bec1dc38cdd1746ce6dd539f9c3e5665d12ab8e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 346090f0d4..206a77012d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -15285,9 +15285,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
15285 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 15285 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
15286 | Specifies the target controller to use when running tests | 15286 | Specifies the target controller to use when running tests |
15287 | against a test image. | 15287 | against a test image. |
15288 | The default controller to use is "qemu": | 15288 | The default controller to use is "QemuTarget": |
15289 | <literallayout class='monospaced'> | 15289 | <literallayout class='monospaced'> |
15290 | TEST_TARGET = "qemu" | 15290 | TEST_TARGET = "QemuTarget" |
15291 | </literallayout> | 15291 | </literallayout> |
15292 | </para> | 15292 | </para> |
15293 | 15293 | ||
@@ -15306,35 +15306,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
15306 | You can provide the following arguments with | 15306 | You can provide the following arguments with |
15307 | <filename>TEST_TARGET</filename>: | 15307 | <filename>TEST_TARGET</filename>: |
15308 | <itemizedlist> | 15308 | <itemizedlist> |
15309 | <listitem><para><emphasis>"qemu" and "QemuTarget":</emphasis> | 15309 | <listitem><para><emphasis>"QemuTarget":</emphasis> |
15310 | Boots a QEMU image and runs the tests. | 15310 | Boots a QEMU image and runs the tests. |
15311 | See the | 15311 | See the |
15312 | "<ulink url='&YOCTO_DOCS_DEV_URL;#qemu-image-enabling-tests'>Enabling Runtime Tests on QEMU</ulink>" | 15312 | "<ulink url='&YOCTO_DOCS_DEV_URL;#qemu-image-enabling-tests'>Enabling Runtime Tests on QEMU</ulink>" |
15313 | section in the Yocto Project Development Tasks | 15313 | section in the Yocto Project Development Tasks |
15314 | Manual for more information. | 15314 | Manual for more information. |
15315 | </para></listitem> | 15315 | </para></listitem> |
15316 | <listitem><para><emphasis>"simpleremote" and "SimpleRemoteTarget":</emphasis> | 15316 | <listitem><para><emphasis>"SimpleRemoteTarget":</emphasis> |
15317 | Runs the tests on target hardware that is already | 15317 | Runs the tests on target hardware that is already |
15318 | up and running. | 15318 | up and running. |
15319 | The hardware can be on the network or it can be | 15319 | The hardware can be on the network or it can be |
15320 | a device running an image on QEMU. | 15320 | a device running an image on QEMU. |
15321 | You must also set | 15321 | You must also set |
15322 | <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link> | 15322 | <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link> |
15323 | when you use "simpleremote" or "SimpleRemoteTarget". | 15323 | when you use "SimpleRemoteTarget". |
15324 | <note> | 15324 | <note> |
15325 | This argument is defined in | 15325 | This argument is defined in |
15326 | <filename>meta/lib/oeqa/targetcontrol.py</filename>. | 15326 | <filename>meta/lib/oeqa/controllers/simpleremote.py</filename>. |
15327 | The small caps names are kept for compatibility | ||
15328 | reasons. | ||
15329 | </note> | ||
15330 | </para></listitem> | ||
15331 | <listitem><para><emphasis>"GummibootTarget":</emphasis> | ||
15332 | Automatically deploys and runs tests on an | ||
15333 | EFI-enabled machine that has a master image | ||
15334 | installed. | ||
15335 | <note> | ||
15336 | This argument is defined in | ||
15337 | <filename>meta/lib/oeqa/controllers/masterimage.py</filename>. | ||
15338 | </note> | 15327 | </note> |
15339 | </para></listitem> | 15328 | </para></listitem> |
15340 | </itemizedlist> | 15329 | </itemizedlist> |