vasekhodina
vasekhodina
- [ ] UI menu for all actions (can be a placeholder for now but with working code) - [ ] trade/exchange: trade or exchange cargo with a warehouse in...
This commit adds 2 checks that check a situation where pcie-root-port controller index number should be over the bus number it is attached to. Automation of VIRT-54001 ``` [root@dell-per740xd-25 ~]#...
This case adds checks for devices attached to PCIe controller that have slot number bigger than one or something else than a number. VIRT-48333
This PR adds checks for PCIe root port controller with invalid name. The check should fail.
# Format of PR title < sub-system: summary > e.g *virsh_migrate: Fix unsupported direct socket mode issue* # Check lists by category ## If the PR is new cases -...
In create_controller_xml function there are defaults for type and model: ``` contr_type = contr_dict.get("controller_type", 'scsi') contr_model = contr_dict.get("controller_model", "virtio-scsi") ``` However sata type controllers do not have models. The look...
In [section 4](https://cert-manager.io/docs/tutorials/getting-started-with-cert-manager-on-google-kubernetes-engine-using-lets-encrypt-for-ingress-ssl/#4-create-a-domain-name-for-your-website) of the GKE deployment tutorial there is a note saying that if you cannot buy a domain, you can continue without it and use IP address instead...
Hello, would it be possible to make the text fields for Before and After actions into a multiline text fields? I would improve readability, when a script it put right...