kumquat-buildroot/support/testing/tests
Thomas Petazzoni f25b0b6d1d support/testing/tests: add NodeJS tests
This commit adds two new test cases:

 - TestNodeJSBasic which builds a target configuration with just
   NodeJS enabled, and which runs a very simple NodeJS script on the
   target.

 - TestNodeJSModule, which builds a target configuration with NodeJS
   enabled + the installation of one extra module, which means npm on
   the host (from host-nodejs) is used, and which runs a very simple
   NodeJS script on the target that uses this extra module.

Having both tests separately allows to validate that both nodejs-only
and nodejs+host-nodejs configurations behave correctly, at least in
minimal scenarios.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Tested-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-02-11 00:13:08 +01:00
..
boot support/testing/tests/boot: new test cases for Grub 2022-07-23 19:04:41 +02:00
core support: fix flake8 error E741 ambiguous variable name 2021-10-18 22:31:11 +02:00
download boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
fs support/tests/cpio: extend runtime tests for extra dract modules 2023-02-06 22:46:35 +01:00
init support/tests: enable PPD, and thus TLPB, for systemd tests 2023-02-07 09:34:08 +01:00
package support/testing/tests: add NodeJS tests 2023-02-11 00:13:08 +01:00
toolchain toolchain/toolchain-external/toolchain-external-bootlin: update to 2022.08 2023-02-06 22:26:24 +01:00
utils utils/check-package: check all shell scripts 2023-02-08 13:31:06 +01:00
__init__.py