Containers to validate real-time (PREEMPT_RT) support in TorizonCore
Go to file
Sergio Prado c451ec2665 gitlab-ci.yml: fix bug when pushing to Docker hub
We need to define the tag when pushing to Docker Hub.

Related-to: TOR-1198

Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
2020-12-15 08:01:45 -03:00
rt-tests rt-tests: generate latency plot 2020-12-14 18:23:09 +01:00
stress-tests stress-tests: improve stress tests 2020-12-11 05:09:39 -03:00
.gitlab-ci.yml gitlab-ci.yml: fix bug when pushing to Docker hub 2020-12-15 08:01:45 -03:00
README.md README.md: fix a format issue 2020-12-14 18:21:30 +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