A Dockerfile for running tests for Apache Traffic Server on Ubuntu 18.04 LTS.
The setup process follows the steps in tests/bootstrap.py
Build trafficserver and run tests during docker build.
docker build -t ats-test .
docker run --rm -it ats-test
The test logs are placed in ~build/logs/
.
To run tests again, run the following command in a docker container.
run-trafficserver-tests.sh