summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index c8ee50a093..0735fb4751 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -15714,14 +15714,14 @@
15714 section in the Yocto Project Development Tasks 15714 section in the Yocto Project Development Tasks
15715 Manual for more information. 15715 Manual for more information.
15716 </para></listitem> 15716 </para></listitem>
15717 <listitem><para><emphasis>"SimpleRemoteTarget":</emphasis> 15717 <listitem><para><emphasis>"simpleremote":</emphasis>
15718 Runs the tests on target hardware that is already 15718 Runs the tests on target hardware that is already
15719 up and running. 15719 up and running.
15720 The hardware can be on the network or it can be 15720 The hardware can be on the network or it can be
15721 a device running an image on QEMU. 15721 a device running an image on QEMU.
15722 You must also set 15722 You must also set
15723 <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link> 15723 <link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link>
15724 when you use "SimpleRemoteTarget". 15724 when you use "simpleremote".
15725 <note> 15725 <note>
15726 This argument is defined in 15726 This argument is defined in
15727 <filename>meta/lib/oeqa/controllers/simpleremote.py</filename>. 15727 <filename>meta/lib/oeqa/controllers/simpleremote.py</filename>.