rmynar

Results 5 comments of rmynar

I tried to compare this new (non-admin) test with the original (admin) one and I see some differences... - The original test uses flag _reboot=True_, but new one has _reboot=False_....

trigger: test-robottelo pytest: tests/foreman/installer/test_installer.py -k 'test_weak_dependency or test_content_guarded_distributions_option or test_capsule_installation or test_foreman_rails_cache_store'

trigger: test-robottelo pytest: tests/foreman/installer/test_installer.py -k test_weak_dependency

I would definitely like to make this bigger, that's why it is parametrized. Current solution uses the fixture _sat_non_default_install_ which is common for more testcases in this module. So there's...

I slightly updated test docstring to make it more clear that current solution tries to be as close as possible to customer experience. As reported in the BZ, the customer...