Tasos Papaioannou
Tasos Papaioannou
When calling an `ostree` command with the `--repo` option before the subcommand, the option must be in the format `--repo=REPO`, and not `--repo REPO`: ``` # ostree --repo ./ostree refs...
https://github.com/SatelliteQE/airgun/pull/568 introduced some `sleep` calls to deal with errors like the following on Cloud Inventory pages: ``` 2021-05-27 15:20:58 - widgetastic_null - DEBUG - [CloudInventoryListView/inventory_list]: click started 2021-05-27 15:20:58 -...
When using chrome browser in selenium, calls to `TextInput.fill("")` to clear a textarea element does not work. Looking at the browser console in the selenium container, I can see that...
### Problem Statement SAT-22500 Uses of `nailgun.entities.${ENTITY}` should be replaced with `${SATELLITE_INSTANCE}.api.${ENTITY}`. ### Solution All tests under tests/foreman/cli/ now use nailgun through the satellite instance's `api` attribute, and imports of...
### Problem Statement Filter tests based on the files modified in an upstream (foreman or katello) PR. ### Solution The new `upstream_pr` pytest plugin uses the PyGithub library to get...
### Problem Statement Filter tests based on the files modified in an upstream (foreman or katello) PR. ### Solution The new `upstream_pr` pytest plugin uses the PyGithub library to get...