Commit Graph

5 Commits

Author SHA1 Message Date
Jörg Sommer
bd2dadcf93 rt-tests: Add DURATION variable to control test duration
Running the test for 12h is too long in some cases. It would be better if
the duration of the test could be set from outside. With the new environment
variable DURATION a user can control the value of the parameter `-D` of
cyclictest and set the desired value.
2023-06-29 17:28:28 +02:00
Jörg Sommer
c1ba82f20a Dockerfile: use apt instead of apt-get and run clean
The main tool to manage packages changed from apt-get to apt. To reduce the
size of the container, cleanup apt's download cache.
2023-06-29 17:28:28 +02:00
Ming Liu
d3b17bcee1 rt-tests: generate latency plot
- Generate a latency plot PNG file in /tmp/latency-plot.png.
- Generate a latency summary file in /tmp/latency-summary.log.

Related-to: TOR-1198
Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-12-14 18:23:09 +01:00
Sergio Prado
25be3a08a2 Move containers to Debian Bullseye
Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
2020-12-08 10:34:30 -03:00
Ming Liu
f42ce32faa Add rt-tests and stress-tests
Related-to: TOR-1198
Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-12-06 19:31:24 +01:00