diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 26 |
1 files changed, 26 insertions, 0 deletions
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" | |||
7549 | </glossdef> | 7549 | </glossdef> |
7550 | </glossentry> | 7550 | </glossentry> |
7551 | 7551 | ||
7552 | <glossentry id='var-TEST_TARGET_IP'><glossterm>TEST_TARGET_IP</glossterm> | ||
7553 | <glossdef> | ||
7554 | <para> | ||
7555 | The IP address of your hardware under test. | ||
7556 | The <filename>TEST_TARGET_IP</filename> variable has no | ||
7557 | effect when | ||
7558 | <link linkend='var-TEST_TARGET'><filename>TEST_TARGET</filename></link> | ||
7559 | is set to "qemu". | ||
7560 | </para> | ||
7561 | |||
7562 | <para> | ||
7563 | When you specify the IP address, you can also include a | ||
7564 | port. | ||
7565 | Here is an example: | ||
7566 | <literallayout class='monospaced'> | ||
7567 | TEST_TARGET_IP = "192.168.1.4:2201" | ||
7568 | </literallayout> | ||
7569 | Specifying a port is useful when SSH is started on a | ||
7570 | non-standard port or in cases when your hardware under test | ||
7571 | is behind a firewall or network that is not directly | ||
7572 | accessible from your host and you need to do port address | ||
7573 | translation. | ||
7574 | </para> | ||
7575 | </glossdef> | ||
7576 | </glossentry> | ||
7577 | |||
7552 | <glossentry id='var-TEST_SUITES'><glossterm>TEST_SUITES</glossterm> | 7578 | <glossentry id='var-TEST_SUITES'><glossterm>TEST_SUITES</glossterm> |
7553 | <glossdef> | 7579 | <glossdef> |
7554 | <para> | 7580 | <para> |