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