From 25a6edd381cf604065cb87f91304451c42ba31ef Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 24 Jun 2024 18:12:38 -0400 Subject: docs: modify reference from python2.py to python.py python2.py referenced does not exist. Change the reference to the existing python.py oeqa file. (From yocto-docs rev: 48f8eaf956e6897d714a9f628295bf0a320b3547) Signed-off-by: Jon Mason Reviewed-by: Quentin Schulz Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- documentation/test-manual/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index c31fd11c7a..7e56217d76 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst @@ -458,7 +458,7 @@ the ``devtool build`` command within the eSDK. These tests are run against built SDKs. The tests can assume that an SDK has already been extracted and its environment file has been sourced. A -simple example from ``meta/lib/oeqa/sdk/cases/python2.py`` contains the +simple example from ``meta/lib/oeqa/sdk/cases/python.py`` contains the following:: class Python3Test(OESDKTestCase): -- cgit v1.2.3-54-g00ecf