From aba074edbf32e8a9acf58933786fef152584c206 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 Apr 2014 13:00:02 -0700 Subject: ref-manual: Added TEST_TARGET_IP to the variable glossary. Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: 8c673542769a1a1aaef58100be15fc735a19adbe) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b41d08d21a..f4490fab16 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7549,6 +7549,32 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + TEST_TARGET_IP + + + The IP address of your hardware under test. + The TEST_TARGET_IP variable has no + effect when + TEST_TARGET + is set to "qemu". + + + + When you specify the IP address, you can also include a + port. + Here is an example: + + TEST_TARGET_IP = "192.168.1.4:2201" + + Specifying a port is useful when SSH is started on a + non-standard port or in cases when your hardware under test + is behind a firewall or network that is not directly + accessible from your host and you need to do port address + translation. + + + + TEST_SUITES -- cgit v1.2.3-54-g00ecf