Roman Plevka
Roman Plevka
currently there is a `'create the provisioning libvirt network'` step embedded in `tftp.yml` task, however we're going to need this as a standalone task in the future `smoke test pipeline`,...
Currently, the `rerun_of` parameter accepts `UUID` of the parent launch. This is tricky to use for multiple reruns, as creating a new rerun launch immediately changes the `UUID` of the...
**Describe the solution you'd like** The filters currently only apply to items on the same level. It would be useful to also implement something like "recursive" search that would also...
It would be nice to have a way of dumping all of the current itho settings (mainly the factory defaults) in a form of a json to the SPIFFS (and...
Due to the pytest version breaking changes (affecting robottelo code): https://docs.pytest.org/en/7.1.x/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path and time constraints, I decided to downgrade the ibutsu plugin version for now.
We should generally avoid the assertions based on blindly looking at 1st element in the results table, as this approach doesn't take into account the fact that other tests running...
longrun.provisioning_compute_resource tests try to setup both vmware and rhv inside the setupclass
this is very wrong as if I only wanted to run e.g. VMWare provisioning test case, I would end up trying to setup RHV compute resource first, which sets the...
The following expressions should not target the 1st record from the resulting list as this is now an `update` action audit record, which is not the one we are after....
``` /api/v2/smart_proxies/1 with options {'auth': ('admin', 'changeme'), 'verify': False, 'headers': {'content-type': 'application/json'}}, no params and data {"smart_proxy": {"location_ids": [2, 10], "organization_ids": [1, 5, 3, 9, 9]}}. 2020-08-07 15:10:23 - nailgun.client...
### Use Case telegraf version: `v1.23.2` input plugin: `openstack` My OSP account does not have permissions to list the services, but it is perfectly capable of accessing other services API....