benchmark-runner 1.0.768__py3-none-any.whl → 1.0.770__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of benchmark-runner might be problematic. Click here for more details.

@@ -210,7 +210,7 @@ class BareMetalOperations:
210
210
  self._remote_ssh.replace_parameter(remote_path=self._installer_var_path,
211
211
  file_name=file_name,
212
212
  parameter='ocp_version:',
213
- value=f'"{openshift_version_data[0]}.{openshift_version_data[1]}"')
213
+ value=f'"{self._install_ocp_version}"')
214
214
  self._remote_ssh.replace_parameter(remote_path=self._installer_var_path,
215
215
  file_name=file_name,
216
216
  parameter='ocp_build:',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: benchmark-runner
3
- Version: 1.0.768
3
+ Version: 1.0.770
4
4
  Summary: Benchmark Runner Tool
5
5
  Home-page: https://github.com/redhat-performance/benchmark-runner
6
6
  Author: Red Hat
@@ -27,7 +27,7 @@ Requires-Dist: google-auth-httplib2==0.2.0
27
27
  Requires-Dist: google-auth-oauthlib==1.2.0
28
28
  Requires-Dist: google-api-python-client==2.135.0
29
29
  Requires-Dist: ipywidgets==8.0.6
30
- Requires-Dist: jinja2==3.1.5
30
+ Requires-Dist: jinja2==3.1.6
31
31
  Requires-Dist: myst-parser==1.0.0
32
32
  Requires-Dist: openshift-client==1.0.17
33
33
  Requires-Dist: prometheus-api-client==0.5.1
@@ -23,7 +23,7 @@ benchmark_runner/common/clouds/Azure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeu
23
23
  benchmark_runner/common/clouds/Azure/azure_operations.py,sha256=Ok3l0rxCAqZd2_yzuOuUO6Zs3KjvYC85p2VQf7uyMnM,4735
24
24
  benchmark_runner/common/clouds/BareMetal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  benchmark_runner/common/clouds/BareMetal/bare_metal_exceptions.py,sha256=d-aeCfsfGpZ3e1Bho1M8pYlN0D8R-ffjwPm9YwGHvhU,1552
26
- benchmark_runner/common/clouds/BareMetal/bare_metal_operations.py,sha256=6TnDBA1aW0Mg1T-QdSctf3H812Y5iHxqgj6F6q4cUpo,18832
26
+ benchmark_runner/common/clouds/BareMetal/bare_metal_operations.py,sha256=8N6p_H-vHuatmkhBr7zIISFGVacrfdNH3gbRIfhieq8,18804
27
27
  benchmark_runner/common/clouds/IBM/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
28
  benchmark_runner/common/clouds/IBM/ibm_exceptions.py,sha256=psqHgqEBRbfFRWD1blwaWGad-QpThgOl8Puq76VIP80,417
29
29
  benchmark_runner/common/clouds/IBM/ibm_operations.py,sha256=ZpF3Vnu2YKqAEYVf7ofBg_kOavMaLCXYCt0CdX8dKd4,3419
@@ -173,8 +173,8 @@ benchmark_runner/workloads/windows_vm.py,sha256=eHK79ueAkSlNC1uamz19o7CO20wzJi-U
173
173
  benchmark_runner/workloads/workloads.py,sha256=F9fnk4h715tq7ANSCbDH0jktB8fpr_u3YG61Kdi5_os,1422
174
174
  benchmark_runner/workloads/workloads_exceptions.py,sha256=u7VII95iPRF_YhfpGH1U1RmgiIYESMOtbSF1dz7_ToE,1858
175
175
  benchmark_runner/workloads/workloads_operations.py,sha256=EEIZjNYGjEkyUafxFKSu4X9jaN_wgYDbMeCi1hZBZ-0,25186
176
- benchmark_runner-1.0.768.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
177
- benchmark_runner-1.0.768.dist-info/METADATA,sha256=Kv5IKuwmneEHUu65TB3wCfwrObyo2b6x6idwdf9hB0A,11498
178
- benchmark_runner-1.0.768.dist-info/WHEEL,sha256=EaM1zKIUYa7rQnxGiOCGhzJABRwy4WO57rWMR3_tj4I,91
179
- benchmark_runner-1.0.768.dist-info/top_level.txt,sha256=MP7UbTCzu59D53uKCZl5VsQeM_vheyMc7FmryczJQbk,17
180
- benchmark_runner-1.0.768.dist-info/RECORD,,
176
+ benchmark_runner-1.0.770.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
177
+ benchmark_runner-1.0.770.dist-info/METADATA,sha256=fsvn2MyqewQ97KPBfDtm-Xscl3mekawCqLZWxHBznQM,11498
178
+ benchmark_runner-1.0.770.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
179
+ benchmark_runner-1.0.770.dist-info/top_level.txt,sha256=MP7UbTCzu59D53uKCZl5VsQeM_vheyMc7FmryczJQbk,17
180
+ benchmark_runner-1.0.770.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.9.1)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5