Michele Pagot

Results 21 issues of Michele Pagot

Gitub Codespaces are a dev environment within the browser. They provides VM and in browser preconfigured VSCode. The idea here is to define a preconfigured codespaces that is targeting os-autoinst-distri-opensuse...

WIP

Add argument to `qesap_execute` about the log filename. Use it in qesap regression Ansible and Terraform retry. Add verbosity args with no verbose default in qesap_ansible_script_output_file. Improve debug message in...

WIP

With Skopeo 1.5.0 I was able to get ``` % podman run -it skopeo/stable:v1.5.0 inspect docker://registry.opensuse.org/devel/sap/trento/factory/charts/trento/trento-server:1.2.2-dev2 { "Name": "registry.opensuse.org/devel/sap/trento/factory/charts/trento/trento-server", ... "Env": null } ``` With the latest Skopeo version I...

kind/feature
stale-issue

Crate a test module that move the cluster resource associated to the web server and check that the Azure load balancer is alerted and change the VM where the virtual...

WIP

POC in qesap regression of managing the test repo in the IBSm using Ansible. - Related ticket: https://jira.suse.com/browse/TEAM-9092 https://jira.suse.com/browse/TEAM-9068 # Verification run: - sle-15-SP5-Qesap-Azure-Byos-x86_64-BuildLATEST_AZURE_SLE15_5_BYOS-qesap_azure_sapconf_test@64bit -> http://openqaworker15.qa.suse.cz/tests/284086 triggered cloning an existing...

WIP

Change the code to not only rely on wait_for_ssh - Related ticket: TEAM-9215 # Verification run: ## sle-15-SP5-Azure-SAP-PAYG-Incidents-x86_64-Build:33599:rpm-SAPHanaSR-ScaleUp-PerfOpt-spn@az_Standard_E8s_v3 - http://openqaworker15.qa.suse.cz/tests/282095 :tomato: failed in deployment (ansible rebot timeout) - https://openqaworker15.qa.suse.cz/tests/282100 :tomato:...

Split the module about stesting the deployment in 4 modules each on eto focus on a different test area. Introduce a new test step to trigger a Crash in a...

WIP

Try to keep "code style" coherent across these two files. Use same indentation. Use same or similar element order. Use same parameter line separation and order. This commit is intended...

WIP

Issue has been fixed in the resource-agent package. Revert https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20625 - Related ticket: https://bugzilla.suse.com/show_bug.cgi?id=1233026. https://jira.suse.com/browse/TEAM-9820 - Verification run:

Add two additional commands in the unit-test target: 1. run the test with --shuffle argument: it randomly change the execution order. Comparing the result with the previous in-order execution can...