7317bbbf50
Cukinia is a test framework designed to help Linux-based embedded systems developers run simple system-level validation tests on their firmware. It is designed to integrate well with embedded Linux systems generation tools, and can be run manually (providing a quick colourized summary to eye-catch regressions), or any of continuous available integration framework, by generating Junit-XML or CSV test reports. Signed-off-by: Jérôme Oufella <jerome.oufella@savoirfairelinux.com> Signed-off-by: Shyam Saini <shyam.saini@savoirfairelinux.com> Tested-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
# Note: Cukinia will produce colorized output if the TERM environment
|
|
# variable matches vt220, xterm or linux.
|
|
cukinia_log $(_colorize blue "############# Cukinia tests ##############")
|
|
cukinia_user root
|