From 40e78463cbdbf256bd37cee222a5c01c4fafc603 Mon Sep 17 00:00:00 2001 From: Roman Seyffarth Date: Fri, 25 Mar 2022 17:09:31 +0100 Subject: [PATCH] feat: upgrade locust to support ARM builds --- test/lpt-locust/Dockerfile | 2 +- test/lpt-locust/requirements.txt | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/test/lpt-locust/Dockerfile b/test/lpt-locust/Dockerfile index 55839e0e..00fac898 100644 --- a/test/lpt-locust/Dockerfile +++ b/test/lpt-locust/Dockerfile @@ -1,4 +1,4 @@ -FROM locustio/locust:1.2.3 +FROM locustio/locust:2.8.4 RUN pip3 install kubernetes COPY src /locust-config ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py diff --git a/test/lpt-locust/requirements.txt b/test/lpt-locust/requirements.txt index 252b4806..7ca7b1e6 100644 --- a/test/lpt-locust/requirements.txt +++ b/test/lpt-locust/requirements.txt @@ -6,15 +6,15 @@ click==8.0.4 ConfigArgParse==1.5.3 Flask==2.0.3 Flask-BasicAuth==0.2.0 +Flask-Cors==3.0.10 gevent==21.12.0 geventhttpclient==1.5.3 -google-auth==2.6.0 +google-auth==2.6.2 greenlet==1.1.2 idna==3.3 -itsdangerous==2.1.0 +itsdangerous==2.1.1 Jinja2==3.0.3 -kubernetes==11.0.0 -locust==1.2.3 +kubernetes==23.3.0 MarkupSafe==2.1.0 msgpack==1.0.3 oauthlib==3.2.0 @@ -28,8 +28,10 @@ PyYAML==6.0 pyzmq==22.3.0 requests==2.27.1 requests-oauthlib==1.3.1 +roundrobin==0.0.2 rsa==4.8 six==1.16.0 +typing_extensions==4.1.1 urllib3==1.26.8 websocket-client==1.3.1 Werkzeug==2.0.3