robottelo
robottelo copied to clipboard
Robottelo is a test suite that exercises The Foreman.
For IPv6 we'll need a way to run rex jobs on host by fqdn, as _by_ip setting (used predominantly now) won't be implemented
tests/foreman/api/test_repository.py::RepositoryTestCase::test_module_stream_repository_crud_operations ``` self = @tier1 @upgrade def test_module_stream_repository_crud_operations(self): """Verify that module stream api calls works with product having other type repositories. :id: 61a5d24e-d4da-487d-b6ea-9673c05ceb60 :expectedresults: module stream repo create, update, delete...
It would be nice to utilize containers instead of VMs for quick setup of content hosts for testing. Containers can take less than 30 secs to setup so it would...
As part of the closed loop initiative, We need to automate this bug. Affects version 6.4 fixed in 6.5 Steps to Reproduce: 1. Create a user and give admin access...
Below Test is Failing due to Automation Bug for @upgrade boxes/tests: - tests/foreman/ui/test_discoveredhost.py::test_positive_pxe_less_with_dhcp_unattended - This test is failing for long. The remastered discovery iso has other satellite IP(main-tier3-test-satellite) to be...
### Error : 2019-09-21 01:34:25 - robottelo.ssh - INFO - >>> b'LANG=en_US.UTF-8 hammer -v -u admin -p changeme --output=csv host-collection erratum install --id="6" --organization-id="22" --errata="RHEA-2012:0055"' 2019-09-21 01:34:27 - robottelo.ssh -...
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...
I'm creating a test which depends on a setup (via `@pytest.fixture(scope='session')`) which takes, say, 15 minutes to run. That is quite expensive to learn that I have made another error...
**Error Message** AssertionError: assert 'There are no... is selected.' == 'httpd' - There are no Puppet Modules that match the criteria. Please make sure a Content View is selected. +...
@tier2 def test_positive_create_with_all_users(session): """Create organization and new user. Check 'all users' setting for organization. Verify that user is assigned to organization and vice versa organization is assigned to user :id:...