ref-variables.xml: Replace "SimpleRemoteTarget" with "simpleremote"

As the OEQA code revamp and code changes in testimage.bbclass,
testexport.bbclass, runtime/context.py and oeqa/runexported.py,
"SimpleRemoteTarget" was obsolete and replaced by "simpleremote".
Replacing the refer of "SimpleRemoteTarget" by "simpleremote".

(From yocto-docs rev: 1779a6d699ae7a6e51f8b92516eea948c1767400)

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yeoh Ee Peng
2020-03-31 12:48:05 +08:00
committed by Richard Purdie
parent 734f5cb5ba
commit 48bbafde4e

View File

@@ -15714,14 +15714,14 @@
section in the Yocto Project Development Tasks
Manual for more information.
</para></listitem>
<listitem><para><emphasis>"SimpleRemoteTarget":</emphasis>
<listitem><para><emphasis>"simpleremote":</emphasis>
Runs the tests on target hardware that is already
up and running.
The hardware can be on the network or it can be
a device running an image on QEMU.
You must also set
<link linkend='var-TEST_TARGET_IP'><filename>TEST_TARGET_IP</filename></link>
when you use "SimpleRemoteTarget".
when you use "simpleremote".
<note>
This argument is defined in
<filename>meta/lib/oeqa/controllers/simpleremote.py</filename>.