summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/runtime-testing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/runtime-testing.rst')
-rw-r--r--documentation/dev-manual/runtime-testing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index c5c5653bef..af3fe2c1dd 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -229,7 +229,7 @@ The final thing you need to do when setting :term:`TEST_TARGET` to
229 statements in your ``local.conf`` file:: 229 statements in your ``local.conf`` file::
230 230
231 IMAGE_FSTYPES += "tar.gz" 231 IMAGE_FSTYPES += "tar.gz"
232 INHERIT += "testimage" 232 IMAGE_CLASSES += "testimage"
233 TEST_TARGET = "SystemdbootTarget" 233 TEST_TARGET = "SystemdbootTarget"
234 TEST_TARGET_IP = "192.168.2.3" 234 TEST_TARGET_IP = "192.168.2.3"
235 235
@@ -335,7 +335,7 @@ You can start the tests automatically or manually:
335 inherit the :ref:`ref-classes-testimage` class by editing your 335 inherit the :ref:`ref-classes-testimage` class by editing your
336 ``local.conf`` file:: 336 ``local.conf`` file::
337 337
338 INHERIT += "testimage" 338 IMAGE_CLASSES += "testimage"
339 339
340 Next, use BitBake to run the tests:: 340 Next, use BitBake to run the tests::
341 341