swadeley
swadeley
Hello For this, my first, BATS test I need environment variables on the client to set Satellite and Capsule name. I could not get Ansible "environment:" method to work., so...
Closed loop: BZ#1834921 [Bug 1834921](https://bugzilla.redhat.com/show_bug.cgi?id=1834921) - while registering the new client content source is not found if the content sources are more than the default per page entry. Hello this...
Test could be simplified by merging some of the tests into a single "end_to_end" test https://github.com/SatelliteQE/robottelo/pull/8161#pullrequestreview-530837913
I need to make the `tests/foreman/ui/test_contenthost.py` test faster by reusing VMs in some way. Explore snapshotting for example
identify a condition and use wait_for instead of static sleeps. https://github.com/SatelliteQE/robottelo/pull/8214/files/bc0d655d23bbe1d7b517ffbc8ac8c2e493c6adea#r588475565
Hello these two tests could share a fixture to setup tools repo and manifest, possible share an org too: https://github.com/SatelliteQE/robottelo/blob/29b82e6f103b9b0a3f15d43f85912d46502cf109/tests/foreman/cli/test_syncplan.py#L560 https://github.com/SatelliteQE/robottelo/blob/29b82e6f103b9b0a3f15d43f85912d46502cf109/tests/foreman/cli/test_syncplan.py#L628
Hello For ReportPortal plugin: It would be useful to be able to search test failures to find all tests with the same error message. Thank you
To save on setup time to reduce load on server when running web UI tests, the two Sync Plan UI end to end tests [1][2] should be combined. [1] https://github.com/SatelliteQE/robottelo/blob/c4ff7741fd1a3a549bf3f553089fd7062bde6bb4/tests/foreman/ui/test_syncplan.py#L90...
Hello Sync Status page does not display correctly unless refreshed. The clickable expander triangles aren't visible and test[1] fails when trying to open them. This issue affect 6.7.2 and 6.7.3...
Hello In `entities/hostcollection.py` there is a `manage_packages()` function to work with the bulk update menu (GUI able "Update All Packages"). I could not find a way to get to this...