We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I have a simple docker container where I run zelt. For some reason (the error log is not really clear), I get a NoneType error.
NoneType
Zelt version Output of the command zelt --version. 1.2.15
zelt --version
To Reproduce
FROM registry.opensource.zalan.do/stups/ubuntu:18.04-15 ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt RUN apt-get update && apt-get install -y jq python3-dev python3-zmq python3-pip && rm -rf /var/lib/apt/lists/* RUN pip3 install --upgrade locust RUN pip3 install zelt COPY examples /tmp/examples ENTRYPOINT ["zelt" , "from-locustfile", "/tmp/examples/locustfile/locustfile.py", "--manifests", "/tmp/examples/manifests/combined", "-w", "5"]
docker build -t zelt-test-docker . && docker run -i -t zelt-test-docker
Expected behavior zelt should start the load test with no error.
Screenshots
The text was updated successfully, but these errors were encountered:
Just discussed with Ola and I learned additional things:
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I have a simple docker container where I run zelt. For some reason (the error log is not really clear), I get a
NoneType
error.Zelt version
Output of the command
zelt --version
.1.2.15
To Reproduce
docker build -t zelt-test-docker . && docker run -i -t zelt-test-docker
Expected behavior
zelt should start the load test with no error.
Screenshots
The text was updated successfully, but these errors were encountered: