diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-09 17:11:09 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | c29eb10e31809a523109d638b80175d68dfc9930 (patch) | |
tree | f15182078dc75c6e2b1c5e5ebd342bd61f4fba38 /documentation/migration-guides | |
parent | 335a230a351dd2273278ec91b13f7b28ef1120a0 (diff) | |
download | poky-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.rst | 2 | ||||
-rw-r--r-- | documentation/migration-guides/migration-2.6.rst | 2 |
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 | ||
242 | A new automated image testing framework has been added through the | 242 | A new automated image testing framework has been added through the |
243 | :ref:`ref-classes-testimage*` classes. This | 243 | :ref:`ref-classes-testimage` classes. This |
244 | framework replaces the older ``imagetest-qemu`` framework. | 244 | framework replaces the older ``imagetest-qemu`` framework. |
245 | 245 | ||
246 | You can learn more about performing automated image tests in the | 246 | You 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 | ||