mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-20 17:01:50 +01:00
doc: pytest: Complete dependencies list with missing packages
Add missing dependencies to the pytest usage documentation and correct the device tree compiler package name from 'dtc' to 'device-tree-compiler'. This ensures users have the complete list of dependencies needed to run the pytest test suite without errors. Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org> Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
6c2f2d9aa6
commit
a557c50977
@ -35,21 +35,26 @@ can be installed via the command
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
In order to execute certain tests on their supported platforms other tools
|
In order to execute certain tests on their supported platforms other tools
|
||||||
will be required. The following is an incomplete list:
|
will be required. The following packages may be needed:
|
||||||
|
|
||||||
* gdisk
|
* cgpt
|
||||||
* dfu-util
|
|
||||||
* dtc
|
|
||||||
* openssl
|
|
||||||
* e2fsprogs
|
|
||||||
* util-linux
|
|
||||||
* coreutils
|
* coreutils
|
||||||
|
* device-tree-compiler
|
||||||
|
* dfu-util
|
||||||
* dosfstools
|
* dosfstools
|
||||||
|
* e2fsprogs
|
||||||
* efitools
|
* efitools
|
||||||
|
* fdisk
|
||||||
|
* gdisk
|
||||||
|
* libgnutls28-dev / gnutls-devel
|
||||||
* mount
|
* mount
|
||||||
* mtools
|
* mtools
|
||||||
|
* openssl
|
||||||
* sbsigntool
|
* sbsigntool
|
||||||
|
* swig
|
||||||
* udisks2
|
* udisks2
|
||||||
|
* util-linux
|
||||||
|
* vboot-kernel-utils / vboot-utils
|
||||||
|
|
||||||
Please use the appropriate commands for your distribution to match these tools
|
Please use the appropriate commands for your distribution to match these tools
|
||||||
up with the package that provides them.
|
up with the package that provides them.
|
||||||
@ -63,7 +68,7 @@ The test script supports either:
|
|||||||
Further details are described later.
|
Further details are described later.
|
||||||
|
|
||||||
The usage of the command ``sudo`` is not allowed in tests. Using elevated
|
The usage of the command ``sudo`` is not allowed in tests. Using elevated
|
||||||
priviledges can lead to security concerns. Furthermore not all users may have
|
privileges can lead to security concerns. Furthermore not all users may have
|
||||||
administrator rights. Therefore the command ``sudo`` must not be used in tests.
|
administrator rights. Therefore the command ``sudo`` must not be used in tests.
|
||||||
To create disk images we have helper functions located in
|
To create disk images we have helper functions located in
|
||||||
``test/py/tests/fs_helper.py`` which shall be used in any tests that require
|
``test/py/tests/fs_helper.py`` which shall be used in any tests that require
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user