summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-09 17:11:09 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitc29eb10e31809a523109d638b80175d68dfc9930 (patch)
treef15182078dc75c6e2b1c5e5ebd342bd61f4fba38 /documentation/migration-guides
parent335a230a351dd2273278ec91b13f7b28ef1120a0 (diff)
downloadpoky-c29eb10e31809a523109d638b80175d68dfc9930.tar.gz
ref-manual: remove reference to testimage-auto class
testimage-auto was removed in the thud release. (From yocto-docs rev: 618351169c09470280aeee53a63aba88788efc4b) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.5.rst2
-rw-r--r--documentation/migration-guides/migration-2.6.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index 366fb006e8..1b78e99809 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -240,7 +240,7 @@ Automated Image Testing
240----------------------- 240-----------------------
241 241
242A new automated image testing framework has been added through the 242A new automated image testing framework has been added through the
243:ref:`ref-classes-testimage*` classes. This 243:ref:`ref-classes-testimage` classes. This
244framework replaces the older ``imagetest-qemu`` framework. 244framework replaces the older ``imagetest-qemu`` framework.
245 245
246You can learn more about performing automated image tests in the 246You can learn more about performing automated image tests in the
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst
index 32bb48bccc..b36eb194b3 100644
--- a/documentation/migration-guides/migration-2.6.rst
+++ b/documentation/migration-guides/migration-2.6.rst
@@ -319,7 +319,7 @@ This section provides information about automatic testing changes:
319 practices now dictate that you use the 319 practices now dictate that you use the
320 :term:`IMAGE_CLASSES` variable rather than the 320 :term:`IMAGE_CLASSES` variable rather than the
321 :term:`INHERIT` variable when you inherit the 321 :term:`INHERIT` variable when you inherit the
322 :ref:`testimage <ref-classes-testimage*>` and 322 :ref:`testimage <ref-classes-testimage>` and
323 :ref:`testsdk <ref-classes-testsdk>` classes used for automatic 323 :ref:`testsdk <ref-classes-testsdk>` classes used for automatic
324 testing. 324 testing.
325 325