Lukáš Hellebrandt

Results 140 comments of Lukáš Hellebrandt

I checked with RHEV and can confirm this is indeed reproducible on Sat 6.9. I can fill whatever value and it's accepted. If it's just a string of letters, it's...

This has been finished but untouched for a month so it now requires some changes

``` $ pytest tests/foreman/cli/test_computeresource_rhev.py::test_positive_provision_rhev_with_host_group ==================================================================== test session starts ==================================================================== platform linux -- Python 3.8.5, pytest-7.1.2, pluggy-0.13.1 -- /home/lhellebr/broker/venv/bin/python cachedir: .pytest_cache shared_function enabled - OFF - scope: - storage: file rootdir:...

Rebased and passed: ``` $ pytest tests/foreman/cli/test_computeresource_rhev.py::test_positive_provision_rhev_with_host_group ==================================================================== test session starts ==================================================================== platform linux -- Python 3.8.5, pytest-7.1.2, pluggy-0.13.1 -- /home/lhellebr/broker/venv/bin/python cachedir: .pytest_cache shared_function enabled - OFF - scope: -...

Didn't remove the `ComputeResource` import since it's used in other tests. Added a similar fix to `test_positive_provision_rhev_image_based_and_disassociate`. Test result: ``` $ pytest tests/foreman/cli/test_computeresource_rhev.py::test_positive_provision_rhev_image_based_and_disassociate ==================================================================== test session starts ==================================================================== platform linux...

Let's do this, @Gauravtalreja1 @mshriver ?

After rebasing, resolving conflicts and changing module_org_with_manifest to module_sca_manifest_org: ``` $ pytest tests/foreman/cli/test_computeresource_rhev.py::test_positive_provision_rhev_image_based_and_disassociate tests/foreman/cli/test_computeresource_rhev.py::test_positive_provision_rhev_with_host_group ==================================================================== test session starts ===================================================================== platform linux -- Python 3.8.5, pytest-7.1.3, pluggy-0.13.1 -- /home/lhellebr/broker/venv/bin/python cachedir: .pytest_cache...

VM_NAME and CLUSTER are already present since fc00e9e3, ROOT_PASSWORD was never used based on https://github.com/SatelliteQE/robottelo/pull/9915#discussion_r976251193 and I'm adding NETWORK_PREFIX in satelliteqe-jenkins PR 819.

Thanks for merging, @ogajduse ! Btw, it's 3-month birthday today for this PR :)

To make this clear, what happened is that I wanted to use some fake repo server that is different to the one used in automation (e.g. https://fixtures.pulpproject.org/rpm-signed/). There are multiple...