diff options
author | saul.gill <saul.gill@est.tech> | 2024-05-08 13:02:03 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-05-09 11:45:45 +0100 |
commit | 66a5e417f3c65a4b236632c707a362dce9148f43 (patch) | |
tree | d0c769275061ca1ae8c54118a27dc612c542b58a /testsuites/run-s3p-test.sh | |
parent | 76ed292dd320319dd7832bdb2924d757155a775e (diff) |
Alter s3p for kafka
Issue-ID: POLICY-4989
Change-Id: I7bf0bb794059f50a55ccd43c46fea11870d7a053
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'testsuites/run-s3p-test.sh')
-rw-r--r-- | testsuites/run-s3p-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index 00f8643e..a0c53b46 100644 --- a/testsuites/run-s3p-test.sh +++ b/testsuites/run-s3p-test.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============LICENSE_START======================================================= -# Copyright (c) 2023 Nordix Foundation. +# Copyright (c) 2023-2024 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -87,7 +87,7 @@ sudo apt install -y wget unzip # Install JMeter mkdir -p ~/jmeter -wget https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.5.zip # check if valid version +wget https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-5.5.zip # check if valid version unzip -q -d ~/jmeter apache-jmeter-5.5.zip rm apache-jmeter-5.5.zip |