Griffin Sullivan
Griffin Sullivan
`valid_http_credentials` [function in datafactory.py](https://github.com/SatelliteQE/robottelo/blob/master/robottelo/datafactory.py#L459) has an attribute for `http_valid`. However, there is an `invalid_http_credentials` [function in datafactory.py](https://github.com/SatelliteQE/robottelo/blob/master/robottelo/datafactory.py#L523) that is for returning invalid http credentials. `valid_http_credentials` should only have http valid...
Made some fixes to repository related testing. I also added some small changes to other test files like commenting the test requirements. repositories_role.yml: Needed a manifest to sync RH products...
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...
# Description This PR adds support to the `from_transformers` method to allow getting detections from Segmentation models. At the moment I'm testing the feature by returning the object based on...
### Problem Statement The original qpid RPM being used to validate the capsule certs in `test_positive_validate_capsule_certificate` was removed recently. ### Solution Remove the `rpm2cpio` line and use the apache cert...
### Problem Statement 6.14.z Manual cherry-pick for https://github.com/SatelliteQE/robottelo/pull/13507/commits ### Solution ### Related Issues
### Problem Statement The installer options and sections test was a pain to keep up to date and it doesn't belong in this repo. ### Solution As part of the...
Currently, the tests are hard coded to search for `broker_settings.yaml` in the root directory of broker. After https://github.com/SatelliteQE/broker/pull/206, we now need to look for the file in `~/.broker/`. See https://github.com/SatelliteQE/broker/pull/211...
The content view filter tests were using deb repositories which was breaking on live Satellites. I decided to remove the deb filters and rules from the `content_view_filter_*` test playbooks and...