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
2020-12-08 10:35:05 -03:00
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

Description
Containers to validate real-time (PREEMPT_RT) support in TorizonCore
Readme 63 KiB
Languages
Shell 81.4%
Dockerfile 18.6%