Pin netperf because of a disruptive change 31/74731/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 27 Jan 2025 15:15:46 +0000 (16:15 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 27 Jan 2025 15:17:58 +0000 (16:17 +0100)
The following commit raises side effects which asks for more changes
https://github.com/kubernetes/perf-tests/pull/2144/commits/89d5ac2c1a58764e02326cfae6b2387f5b2039cc

Change-Id: Ic2778c1430c0f9be9c71aa06b6ffeedf031d6dbc
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/benchmarking/Dockerfile
functest_kubernetes/netperf/netperf.py

index 45c7227..4ae6450 100644 (file)
@@ -1,7 +1,7 @@
 FROM opnfv/functest-kubernetes-smoke
 
-ARG NETPERF_TAG=master
-ARG PLOTPERF_TAG=master
+ARG NETPERF_TAG=1104ce23f6c1758796e88f3c23b050099074cf81
+ARG PLOTPERF_TAG=2455313f4b9581795a8f642243acaad472d91804
 
 USER root
 COPY plotperf.py.patch /tmp/plotperf.py.patch
index 795ddf6..0597632 100644 (file)
@@ -60,7 +60,7 @@ class Netperf(testcase.TestCase):
             self.namespace = api_response.metadata.name
             self.__logger.debug("create_namespace: %s", api_response)
             cmd = ['launch', '-iterations', '1', '-kubeConfig',
-                   f'{Path.home()}/.kube/config',
+                   f'{Path.home()}/.kube/config', '-v', '3',
                    '-namespace', self.namespace]
             output = subprocess.check_output(
                 cmd, stderr=subprocess.STDOUT, timeout=3600)