-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.14.z] notifications: new test for notification_recipients endpoint #14694
Closed
pnovotny
wants to merge
586
commits into
SatelliteQE:master
from
pnovotny:cherry-pick-6.14.z-notification_recipients
Closed
[6.14.z] notifications: new test for notification_recipients endpoint #14694
pnovotny
wants to merge
586
commits into
SatelliteQE:master
from
pnovotny:cherry-pick-6.14.z-notification_recipients
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This change adds a new fixture_cli.py script under the scripts directory. The basic usage of this script is to take in a space-separated list of global fixtures and run them together in a single temporary test. e.g. python scripts/fixture_cli.py module_ak_with_synced_repo module_lce Additionally, I had to make some minor adjustments to a couple of plugins since this temporary test doesn't follow the same rules as the rest of our framework. (cherry picked from commit 150e7a2)
* Add test to check upgrade warning when KA enabled * Address PR comments
…QE#13182) recording ui-session-id for report portal logging (SatelliteQE#13055) * recording ui-session-id for report portal logging * moving the fixture to common location and adding fspath check (cherry picked from commit 3e4abae) Co-authored-by: Omkar Khatavkar <okhatavkar007@gmail.com>
(cherry picked from commit bb23504)
…#13216) added the missing direcotry path for ui_session (SatelliteQE#13212) (cherry picked from commit 2fa446e) Co-authored-by: Omkar Khatavkar <okhatavkar007@gmail.com>
…E#12946) * test for syncing multiple large repos * Adressing comments * addressing comments * precommit fix
Pytest FixtureCollection external plugin (SatelliteQE#13176) (cherry picked from commit a9ffccd) Co-authored-by: Jitendra Yejare <jyejare@redhat.com>
…ype virtwho_config delete_host& manifest content move (SatelliteQE#13228) fixture support for virt-who config cli : data_form deploy_type virtwho_config delete_host& manifest content move (SatelliteQE#12619) * fixture support for virt-who config cli : data_form deploy_type virtwho_config & manifest content move * add fixture for virt-who config * Update virt-who config ui fixture data_form_ui & virtwho_config_ui deploy_type_ui * remove used import * Update virtwho_config.py update the format for import * Update taxonomy.py Revert the changes * Update test_libvirt_sca.py * Update test_libvirt.py * Update test_nutanix.py * Update test_nutanix_sca.py * Update test_esx_sca.py * fix pre-commit issue * use pytest.mark.usefixtures for delete_host * put delete_host to virtwho_config fixture (cherry picked from commit d4079a6) Co-authored-by: yanpliu <yanpliu@redhat.com>
…1544) (SatelliteQE#13224) * Remove cli.factory dependencies from the repo (SatelliteQE#11544) Remove cli_factory * Add default content type as yum for make_repository helper (SatelliteQE#13196) Signed-off-by: Gaurav Talreja <gtalreja@redhat.com> --------- Signed-off-by: Gaurav Talreja <gtalreja@redhat.com> Co-authored-by: Shweta Singh <shwsingh@redhat.com> Co-authored-by: Gaurav Talreja <gtalreja@redhat.com>
Fix capsule download policy update
…atelliteQE#13258) adding customerscenario tag to libvirt e2e provision test (SatelliteQE#13252) (cherry picked from commit 5703ea7) Co-authored-by: Peter Ondrejka <pondrejk@users.noreply.github.com>
Bump navmazing from 1.1.6 to 1.2.2 (SatelliteQE#13259) (cherry picked from commit 7b90a09) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…liteQE#13245) * Add coverage for BZ#2092039 and update few docstrings * Use better timeout format * Clear import path before import
(cherry picked from commit 1e58d01)
) Bump pytest-reportportal from 5.3.0 to 5.3.1 (SatelliteQE#13297) (cherry picked from commit 11d1366) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Test Coverage for FDI version verification (SatelliteQE#13209) * Test Coverage for FDI version verification * Removed unwanted code * Using foreman-maintain for installation * Using Version (cherry picked from commit 18acd55) Co-authored-by: Adarsh dubey <addubey@redhat.com>
Add closed loop for BZ#1841048 (SatelliteQE#13282) Signed-off-by: Shubham Ganar <sganar@redhat.com> (cherry picked from commit a8ab807) Co-authored-by: Shubham Ganar <67952129+shubhamsg199@users.noreply.github.com>
…uct WFs (SatelliteQE#13275) Create a distinction between the product-ready OS and the product WFs (cherry picked from commit ec88ed9) Co-authored-by: Ondřej Gajdušek <ogajduse@redhat.com>
…atelliteQE#13313) Add default provider/url for make_compute_resource helper (SatelliteQE#13283) Signed-off-by: Gaurav Talreja <gtalreja@redhat.com> (cherry picked from commit 8015e0a) Co-authored-by: Gaurav Talreja <gtalreja@redhat.com>
The changes included in this commit are: - Run fixtures in separate tests so failing fixtures don't block others - Add the ability to run fixtures that are indirectly parametrized - Add an option to switch to verbose mode, showing test execution and results. This should help with debugging and generally seeing what' happening - Add an option to run the fixtures in multiple xdist workers (cherry picked from commit e86c436)
…eQE#14601) zStream Checks for Python 3.12 (SatelliteQE#14558) Add Python 3.12 to supported versions (SatelliteQE#12793) * Add Python 3.12 to supported versions Python 3.12 is out and should be supported by Robottelo. Also switched the weekly workflow to use Python 3.12 instead of 3.11. * update unittest deprecations * Adjust unit tests for python 3.12 This commit introduces a few changes relating to unittest changes and differences post-removal of old behavior. Co-authored-by: Jake Callahan <jacob.callahan05@gmail.com>
…#14611) Move TestAnsibleREX CLI tests to Ansible module (SatelliteQE#14577) Signed-off-by: Gaurav Talreja <gtalreja@redhat.com> (cherry picked from commit 9687508)
…ate (SatelliteQE#14625) Repair setup for package w/ swidtag, install and modular update
…atelliteQE#14644) Make test parametrization more readable (SatelliteQE#14569) Co-authored-by: dosas <dosas@users.noreply.github.com>
Bump testimony from 2.3.0 to 2.4.0 (SatelliteQE#14648) (cherry picked from commit dc21432) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…E#14665) Make oscap profile configurable in settings file (SatelliteQE#14535) to enable tests for OS other than rhel (cherry picked from commit ca8ab78) Co-authored-by: dosas <dosas@users.noreply.github.com>
Add filter for ldap related tests (SatelliteQE#14540) (cherry picked from commit 21580fc) Co-authored-by: dosas <dosas@users.noreply.github.com>
) (cherry picked from commit 8c2a4c6) Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
* Get rid of deprecated DRPM repo tests * Fix SRPM repo tests
…teQE#14592) This new test verifies that endpoint `/notification_recipients` works and returns correct data structure. It covers bug https://bugzilla.redhat.com/2249970 where this broken endpoint caused some web UI pages to fail to load.
Wrong target branch, this is intended for 6.14.z. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherrypick of PR: #14592
Fixes cherry-pick issue: #14662
This new test verifies that endpoint /notification_recipients works and returns correct data structure.
It covers bug https://bugzilla.redhat.com/2249970 where this broken endpoint caused some web UI pages to fail to load.