Jan Zmeskal

Results 8 issues of Jan Zmeskal

Before testing SSA for VM on RHV provider, we must first set Management Engine Relationship for that VM. When we do it [here](https://github.com/ManageIQ/integration_tests/blob/3e277887f1769b7f2cb558d0ef39b66b096f0501/cfme/tests/cloud_infra_common/test_vm_instance_analysis.py#L327), success flash message saying "Management Engine Relationship...

Following markers are not registered, i.e. they are not displayed when running `pytest --markers`: - uncollect - uncollectif - requirement - tier - uses_testgen I understand that those markers are...

I believe this [test case](https://github.com/ManageIQ/integration_tests/blob/65f2d91439910006b8d7bb30906c04cc355f5785/cfme/tests/ssui/test_ssui_dashboard.py#L132) tries to verify wrong thing. It compares that the number of total services in SSUI is the same as number of results. However, it seems...

[Task.is_successfully_finished](https://github.com/ManageIQ/integration_tests/blob/3e277887f1769b7f2cb558d0ef39b66b096f0501/cfme/configure/tasks.py#L155) throws this [error](http://pastebin.test.redhat.com/670018). It's a blocker for tests using SSA, becase they call [BaseVM.smartstate_scan](https://github.com/ManageIQ/integration_tests/blob/3e277887f1769b7f2cb558d0ef39b66b096f0501/cfme/common/vm.py#L341).

Specifically this: > NoSuchElementException: Message: Could not find an element './/select[@id="ems_id"]' This is most probably caused by `CloudNetworkAddView` not describing web elements properly. Here's the element that is responsible for...

[set_ownership](https://github.com/ManageIQ/integration_tests/blob/3126023f1d8e405616ee68abfff59986dcf7738a/cfme/services/myservice/ssui.py#L155) method of service implemented in SSUI [asserts](https://github.com/ManageIQ/integration_tests/blob/3126023f1d8e405616ee68abfff59986dcf7738a/cfme/services/myservice/ssui.py#L165) that a message about changed ownership is displayed in the notification drawer. However, sometimes the notification drawer does not get closed. That's...

# Checklist - [x] I have verified that the issue exists against the `master` branch of Celery. - [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discussions) first....

Issue Type: Bug Report

I created couple of DB views when debugging stuff around clair DB recently and I though I'd share them. I don't think there's any harm in including them in our...