Closed TannerGabriel closed 2 years ago
Please look at the file test.sh
how to pass arguments to the Docker container call in run.sh
.
For example you don't need to have the jmeter
command itself.
@justb4 Thank you for the reply. I already solved the issue with my own JMeter image.
I'm trying to use the image in Kubernetes to automate Jmeter tests, but I am running into some odd permission problems regarding the Jmeter log files. See the issue in the following example:
Command:
Error Message:
It looks like the permissions to create the
jmeter.log
files are missing inside of the container. I also tried to provide a custom path for the log file, giving me a different error.Command:
Error message: