benchmark-runner 1.0.828__tar.gz → 1.0.830__tar.gz
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.
- {benchmark_runner-1.0.828/benchmark_runner.egg-info → benchmark_runner-1.0.830}/PKG-INFO +1 -1
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/BareMetal/bare_metal_operations.py +4 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/oc/oc.py +41 -18
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/bootstorm_vm.py +1 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830/benchmark_runner.egg-info}/PKG-INFO +1 -1
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/setup.py +1 -1
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/LICENSE +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/MANIFEST.in +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/README.md +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/benchmark_operator_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/benchmark_operator_workloads.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/benchmark_operator_workloads_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/hammerdb_pod.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/hammerdb_vm.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/stressng_pod.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/stressng_vm.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/uperf_pod.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/benchmark_operator/uperf_vm.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/clusterbuster/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/clusterbuster/clusterbuster_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/clusterbuster/clusterbuster_workloads.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/analyze/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/analyze/analyze_data.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/assisted_installer/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/assisted_installer/assisted_installer_latest_version.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/assisted_installer/jetlag/run_jetlag.sh +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/Azure/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/Azure/azure_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/BareMetal/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/BareMetal/bare_metal_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/IBM/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/IBM/ibm_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/IBM/ibm_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/shared/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/shared/s3/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/shared/s3/s3_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/shared/s3/s3_operations_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/elasticsearch/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/elasticsearch/elasticsearch_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/elasticsearch/elasticsearch_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/github/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/github/github_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/google_drive/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/google_drive/google_drive_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/google_drive/google_drive_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/grafana/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/grafana/grafana_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/grafana/update_grafana_latest_value_mappings.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/logger/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/logger/init_logger.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/logger/logger_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/logger/logger_time_stamp.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/oc/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/oc/oc_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/oc/singleton_oc_login.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/cnv/template/01_operator_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/cnv/template/02_hyperconverge_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_cnv.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_custom.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_kata.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_lso.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_nhc_snr.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_ocp_resource.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_ocp_resource_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_ocp_resource_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/create_odf.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/custom/template/01_coredns_patch_template.sh +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/custom/template/02_mssql_patch_template.sh +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/infra/template/01_cluster-monitoring-configmap-template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/kata/template/01_operator_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/kata/template/02_config_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/kata/template/03_ocp48_patch_template.sh +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/lso/template/01_namespace_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/lso/template/02_operator_group_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/lso/template/03_catalogsource_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/lso/template/04_subscription_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/migrate_infra.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/nhc_snr/template/01_namespace_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/nhc_snr/template/02_operator_group_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/nhc_snr/template/03_nhc_subscription_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/nhc_snr/template/04_snr_subscription_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/nhc_snr/template/05_nhc_snr_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/odf/template/01_delete_disks_template.sh +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/odf/template/02_label_nodes_template.sh +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/odf/template/03_local_volume_discovery_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/odf/template/04_local_volume_set_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/odf/template/05_namespace_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/odf/template/06_operator_group_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/odf/template/07_subscription_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ocp_resources/odf/template/08_storage_cluster_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/prometheus/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/prometheus/metrics-default.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/prometheus/metrics-examples.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/prometheus/prometheus_metrics.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/prometheus/prometheus_metrics_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/prometheus/prometheus_snapshot.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/prometheus/prometheus_snapshot_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/remote_ssh/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/remote_ssh/connection_data.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/remote_ssh/remote_ssh.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/remote_ssh/remote_ssh_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ssh/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ssh/ssh.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ssh/ssh_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/render_yaml_from_template.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/template_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/bootstorm/bootstorm_data_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/bootstorm/internal_data/bootstorm_vm_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/common_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/hammerdb/hammerdb_data_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/hammerdb_pod_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/hammerdb_vm_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/mariadb_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/mssql_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/hammerdb/internal_data/postgres_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/namespace_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/scale/redis_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/scale/state_signals_exporter_pod_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/stressng/internal_data/stressng_pod_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/stressng/internal_data/stressng_vm_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/stressng/stressng_data_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/uperf/internal_data/uperf_pod_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/uperf/internal_data/uperf_vm_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/uperf/uperf_data_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/vdbench/internal_data/namespace_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/vdbench/internal_data/vdbench_pod_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/vdbench/internal_data/vdbench_vm_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/vdbench/vdbench_data_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/windows/internal_data/windows_dv_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/windows/internal_data/windows_vm_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/template_operations/templates/windows/windows_data_template.yaml +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/virtctl/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/virtctl/virtctl.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/grafana/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/grafana/update_grafana_dashboard.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/grafana/update_versions_main_libsonnet.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_perfci_cluster/analyze_perfci_cluster.ipynb +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_prometheus_logs/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_prometheus_logs/analyze_prometheus_logs.ipynb +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_prometheus_logs/analyze_prometheus_logs.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_hammerdb_logs/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_hammerdb_logs/analyze_hammerdb_logs.ipynb +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_hammerdb_logs/analyze_hammerdb_logs.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_uperf_logs/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_uperf_logs/analyze_uperf_logs.ipynb +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_uperf_logs/analyze_uperf_logs.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_vdbench_logs/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_vdbench_logs/analyze_vdbench_logs.ipynb +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/analyze_vdbench_logs/analyze_vdbench_logs.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/analyze_workloads/visualize_workload_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/elasticsearch_operations/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/elasticsearch_operations/elasticsearch_operations.ipynb +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/elasticsearch_operations/elasticsearch_widgets.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/logs_operations/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/logs_operations/logs_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/summary_report/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/summary_report/summary_report_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/templates/summary_report/summary_report_widgets.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/krkn_hub/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/krkn_hub/krknhub_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/krkn_hub/krknhub_workloads.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/main/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/main/environment_variables.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/main/environment_variables_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/main/main.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/main/temporary_environment_variables.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/__init__.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/vdbench_pod.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/vdbench_vm.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/windows_vm.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/workloads.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/workloads_exceptions.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/workloads_operations.py +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/SOURCES.txt +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/dependency_links.txt +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/not-zip-safe +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/requires.txt +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/top_level.txt +0 -0
- {benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/setup.cfg +0 -0
|
@@ -42,6 +42,8 @@ class BareMetalOperations:
|
|
|
42
42
|
self._upgrade_ocp_version = self._environment_variables_dict.get('upgrade_ocp_version', '')
|
|
43
43
|
self._upgrade_channel = self._environment_variables_dict.get('upgrade_channel', '')
|
|
44
44
|
self._timeout = int(self._environment_variables_dict.get('timeout', ''))
|
|
45
|
+
self._must_gather_log = self._environment_variables_dict.get('must_gather_log', '')
|
|
46
|
+
self._run_artifacts_path = self._environment_variables_dict.get('run_artifacts_path', '')
|
|
45
47
|
if user:
|
|
46
48
|
self._user = user
|
|
47
49
|
self._provision_kubeadmin_password_path = self._environment_variables_dict.get('provision_kubeadmin_password_path', '')
|
|
@@ -116,6 +118,8 @@ class BareMetalOperations:
|
|
|
116
118
|
logger.info(f"OCP successfully upgraded to {oc.get_upgrade_version()}")
|
|
117
119
|
return True
|
|
118
120
|
else:
|
|
121
|
+
if self._must_gather_log:
|
|
122
|
+
oc.generate_must_gather(destination_path=self._run_artifacts_path)
|
|
119
123
|
raise OCPUpgradeFailed(status=oc.get_cluster_status())
|
|
120
124
|
|
|
121
125
|
def _install_ocp_cmd(self):
|
|
@@ -89,8 +89,9 @@ class OC(SSH):
|
|
|
89
89
|
@param upgrade_channel: upgrade channel candidate or stable, default stable
|
|
90
90
|
@return:
|
|
91
91
|
"""
|
|
92
|
+
# default stable
|
|
93
|
+
upgrade_channel = upgrade_channel or 'stable'
|
|
92
94
|
ocp_channel = '.'.join(upgrade_ocp_version.split('.')[:2])
|
|
93
|
-
|
|
94
95
|
# see: https://access.redhat.com/articles/7031404
|
|
95
96
|
if ocp_channel == "4.16":
|
|
96
97
|
patch_command = f"{self._cli} -n openshift-config patch cm admin-acks --patch '{{\"data\":{{\"ack-4.15-kube-1.29-api-removals-in-4.16\":\"true\"}}}}' --type=merge"
|
|
@@ -101,38 +102,37 @@ class OC(SSH):
|
|
|
101
102
|
|
|
102
103
|
def upgrade_in_progress(self):
|
|
103
104
|
"""
|
|
104
|
-
|
|
105
|
-
|
|
105
|
+
Checks whether an OpenShift upgrade is in progress by inspecting the 'Progressing' status condition.
|
|
106
|
+
Retries on transient failures.
|
|
107
|
+
|
|
108
|
+
@return: bool - True if upgrade is in progress, False otherwise.
|
|
106
109
|
"""
|
|
107
110
|
for i in range(1, self.RETRIES + 1):
|
|
108
111
|
try:
|
|
109
|
-
status = self.run(
|
|
110
|
-
f"{self._cli} get clusterversion version "
|
|
111
|
-
"-o jsonpath='{{.status.conditions[?(@.type==\"Progressing\")].status}}'"
|
|
112
|
-
).strip()
|
|
112
|
+
status = self.run(f"{self._cli} get clusterversion version -o jsonpath='{{.status.conditions[?(@.type==\"Progressing\")].status}}'").strip()
|
|
113
113
|
return status == 'True'
|
|
114
114
|
except Exception as e:
|
|
115
115
|
logger.warning(f"[upgrade_in_progress] attempt {i}/{self.RETRIES} failed: {e}")
|
|
116
116
|
time.sleep(self.DELAY)
|
|
117
|
-
|
|
118
|
-
return
|
|
119
|
-
f"{self._cli} get clusterversion version "
|
|
120
|
-
"-o jsonpath='{{.status.conditions[?(@.type==\"Progressing\")].status}}'"
|
|
121
|
-
).strip() == 'True'
|
|
117
|
+
|
|
118
|
+
return False
|
|
122
119
|
|
|
123
120
|
@logger_time_stamp
|
|
124
121
|
def wait_for_ocp_upgrade_start(self, upgrade_version: str, timeout: int = SHORT_TIMEOUT):
|
|
125
122
|
"""
|
|
126
|
-
This method waits for
|
|
127
|
-
:param upgrade_version:
|
|
128
|
-
:param timeout:
|
|
129
|
-
:return:
|
|
123
|
+
This method waits for the OCP upgrade to start.
|
|
124
|
+
:param upgrade_version: The target OCP version.
|
|
125
|
+
:param timeout: Timeout in seconds (waits indefinitely if <= 0).
|
|
126
|
+
:return: True if upgrade starts within timeout, else raises UpgradeNotStartTimeout.
|
|
130
127
|
"""
|
|
131
128
|
current_wait_time = 0
|
|
132
|
-
while timeout <= 0 or current_wait_time <= timeout
|
|
133
|
-
|
|
129
|
+
while timeout <= 0 or current_wait_time <= timeout:
|
|
130
|
+
if self.upgrade_in_progress():
|
|
131
|
+
return True
|
|
134
132
|
time.sleep(OC.SLEEP_TIME)
|
|
135
133
|
current_wait_time += OC.SLEEP_TIME
|
|
134
|
+
|
|
135
|
+
# Final check after timeout
|
|
136
136
|
if self.upgrade_in_progress():
|
|
137
137
|
return True
|
|
138
138
|
else:
|
|
@@ -1534,6 +1534,29 @@ class OC(SSH):
|
|
|
1534
1534
|
results_list.append(line.strip().split(':')[data_index:])
|
|
1535
1535
|
return results_list
|
|
1536
1536
|
|
|
1537
|
+
@typechecked
|
|
1538
|
+
@logger_time_stamp
|
|
1539
|
+
def generate_must_gather(self, destination_path: str = '/tmp'):
|
|
1540
|
+
"""
|
|
1541
|
+
Generates OpenShift must-gather and stores it in the destination path.
|
|
1542
|
+
|
|
1543
|
+
:param destination_path: The directory where the must-gather logs will be stored. Default is '/tmp'.
|
|
1544
|
+
:return: The result of the run command.
|
|
1545
|
+
:raises: RuntimeError if the command fails.
|
|
1546
|
+
"""
|
|
1547
|
+
folder_path = os.path.join(destination_path, "must-gather")
|
|
1548
|
+
|
|
1549
|
+
try:
|
|
1550
|
+
command = f'oc adm must-gather --dest-dir={folder_path}'
|
|
1551
|
+
self.run(command)
|
|
1552
|
+
except Exception as e:
|
|
1553
|
+
if os.path.exists(folder_path):
|
|
1554
|
+
try:
|
|
1555
|
+
shutil.rmtree(folder_path)
|
|
1556
|
+
except Exception as remove_error:
|
|
1557
|
+
raise RuntimeError(f"Failed to remove folder {folder_path}: {remove_error}")
|
|
1558
|
+
raise RuntimeError(f"Failed to generate OCP must-gather logs for version: {e}")
|
|
1559
|
+
|
|
1537
1560
|
@typechecked
|
|
1538
1561
|
@logger_time_stamp
|
|
1539
1562
|
def generate_odf_must_gather(self, destination_path: str = '/tmp', odf_version: str = None):
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/bootstorm_vm.py
RENAMED
|
@@ -304,6 +304,7 @@ class BootstormVM(WorkloadsOperations):
|
|
|
304
304
|
|
|
305
305
|
if failure_vms:
|
|
306
306
|
if self._must_gather_log:
|
|
307
|
+
self._oc.generate_must_gather(destination_path=self._run_artifacts_path)
|
|
307
308
|
self._oc.generate_cnv_must_gather(destination_path=self._run_artifacts_path, cnv_version=self._cnv_version)
|
|
308
309
|
self._oc.generate_odf_must_gather(destination_path=self._run_artifacts_path, odf_version=self._odf_version)
|
|
309
310
|
# Error log with details of failed VM, for catching all vm errors
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/clusterbuster/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/analyze/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/IBM/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/clouds/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/github/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/grafana/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/logger/__init__.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/logger/init_logger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/oc/__init__.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/oc/oc_exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/prometheus/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/remote_ssh/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ssh/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/ssh/ssh_exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/virtctl/__init__.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/common/virtctl/virtctl.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/jupyterlab/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/krkn_hub/krknhub_workloads.py
RENAMED
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/main/environment_variables.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/__init__.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/vdbench_pod.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/vdbench_vm.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/windows_vm.py
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner/workloads/workloads.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/requires.txt
RENAMED
|
File without changes
|
{benchmark_runner-1.0.828 → benchmark_runner-1.0.830}/benchmark_runner.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|