1
0
mirror of https://github.com/toradex/rt-validation.git synced 2025-05-02 05:04:12 +00:00
Containers to validate real-time (PREEMPT_RT) support in TorizonCore
Go to file
Sergio Prado 7a89de9917 stress-tests: improve stress tests
Implement the following improvements in the stress-tests container:

- Show a warning message if an archive file is not found for USB
read/write stress tests
- Show a warning message if Internet is not available to generate
network loads
- Uses 4 different iperf public servers, in case one fails to
connect.

Related-to: TOR-1198

Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
2020-12-11 05:09:39 -03:00
rt-tests Move containers to Debian Bullseye 2020-12-08 10:34:30 -03:00
stress-tests stress-tests: improve stress tests 2020-12-11 05:09:39 -03:00
.gitlab-ci.yml Add GitLab CI script 2020-12-08 10:35:05 -03:00
README.md Add rt-tests and stress-tests 2020-12-06 19:31:24 +01:00

rt-validation

Containers to validate real-time (PREEMPT_RT) support in TorizonCore

Build containers (on target machine)

For armhf:

docker build -t torizon/rt-validation-stress stress-tests
docker build -t torizon/rt-validation-rt rt-tests

For arm64:

docker build --build-arg IMAGE_ARCH=linux/arm64 -t torizon/rt-validation-stress stress-tests
docker build --build-arg IMAGE_ARCH=linux/arm64 -t torizon/rt-validation-rt rt-tests

Run the tests (on target machine)

docker run --rm -it --privileged -v /dev:/dev -v /tmp:/tmp -v /media/$USER/YOUR-USB-DISK-MOUNTPOINT:/mnt/pendrive torizon/rt-validation-stress docker run --rm -it --privileged -v /dev:/dev -v /tmp:/tmp torizon/rt-validation-rt