robottelo
robottelo copied to clipboard
Robottelo is a test suite that exercises The Foreman.
I have created the sample POC with issue structure here https://github.com/omkarkhatavkar/github-action-test-repo/issues/9
- depends on SatelliteQE/airgun/pull/770
`module_host_template` was not visible for host_ui_options as it was defined on a lower level. The fixture was moved and removed duplicated definition in contenthost.
Requires https://github.com/SatelliteQE/nailgun/pull/841 First test surrounding Ansible Roles
Cherrypick of commit: e5886cd600493536a18e6b8a52e23851fe3318f5 fixing some test failures in tests related to capsule upgrade playbook -- the capsule target version is no longer hardcoded, incorect hostname and credentials selection is...
Now that we no longer use the `vlan_networking` setting, I removed the file and cleaned up the LibvirtDiscovery class that was using those settings. I also changed any of my...
Cherrypick of commit: 00e2add81c445a25cb1421c4817cfd221f8a603c Cherrypick of commit: 188179e8e607c6b54241d4358994134175f56aeb **Description:** 1. Automation coverage for [BZ 1908478](https://bugzilla.redhat.com/show_bug.cgi?id=1908478) and [BZ 1962842](https://bugzilla.redhat.com/show_bug.cgi?id=1962842) 2. Add f-m maintenance-mode CLI **Test Results:** ``` (.robottelo) ➜ robottelo git:(automate-1962842)...
cherry pick of https://github.com/SatelliteQE/robottelo/pull/10159
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. Release notes Sourced from pytest's releases. 7.2.0 pytest 7.2.0 (2022-10-23) Deprecations #10012: Update pytest.PytestUnhandledCoroutineWarning{.interpreted-text role="class"} to a deprecation; it will raise an error in...
This PR adds a new method that users can use to get repository specs for repositories provided by the Dogfood Sat. I am not convinced that `contenthost_mixins.VersionedContent` is the right...