mirror of
https://github.com/toradex/rt-validation.git
synced 2025-09-01 05:26:18 +00:00
Add rt-tests and stress-tests
Related-to: TOR-1198 Signed-off-by: Ming Liu <ming.liu@toradex.com>
This commit is contained in:
10
rt-tests/Dockerfile
Normal file
10
rt-tests/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG IMAGE_ARCH=linux/arm
|
||||
# For IMX8 use IMAGE_ARCH=linux/arm64
|
||||
ARG IMAGE_TAG=1-buster
|
||||
FROM --platform=$IMAGE_ARCH torizon/debian:$IMAGE_TAG
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends rt-tests \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD ["cyclictest","-S","-p99","-i1000","-m","-D20m", "-q", "|", "tee", "cyclictest.log"]
|
Reference in New Issue
Block a user