Skip to content

Commit

Permalink
Remove old stubs
Browse files Browse the repository at this point in the history
They are addressed by the previous commit.
  • Loading branch information
vsedmik committed Jan 22, 2024
1 parent 5323be9 commit eb00009
Showing 1 changed file with 0 additions and 55 deletions.
55 changes: 0 additions & 55 deletions tests/foreman/cli/test_satellitesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1944,34 +1944,6 @@ def test_positive_export_incremental_syncable_check_content(
class TestInterSatelliteSync:
"""Implements InterSatellite Sync tests in CLI"""

@pytest.mark.stubbed
@pytest.mark.tier3
@pytest.mark.upgrade
def test_positive_export_import_cv_incremental(self):
"""Export and Import CV version contents incrementally.
:id: 3c4dfafb-fabf-406e-bca8-7af1ab551135
:steps:
1. In upstream, Export CV version contents to a directory specified in settings.
2. In downstream, Import these copied contents from some other org/satellite.
3. In upstream, don't add any new packages to the CV.
4. Export the CV incrementally.
5. In downstream, Import the CV incrementally.
6. In upstream, add new packages to the CV.
7. Export the CV incrementally.
8. In downstream, Import the CV incrementally.
:expectedresults:
1. On incremental export, only the new packages are exported.
2. New directory of incremental export with new packages is created.
3. On first incremental import, no new packages are imported.
4. On second incremental import, only the new packages are imported.
:CaseAutomation: NotAutomated
"""

@pytest.mark.stubbed
@pytest.mark.tier3
@pytest.mark.upgrade
Expand Down Expand Up @@ -2412,8 +2384,6 @@ def test_positive_export_import_consume_incremental_yum_repo(
1. More packages available for install after version 2 imported.
2. Packages can be installed successfully.
:CaseLevel: System
:BZ: 2173756
:customerscenario: true
Expand Down Expand Up @@ -2538,28 +2508,3 @@ def test_positive_export_import_consume_incremental_yum_repo(
# Install the package.
res = rhel_contenthost.execute(f'dnf -y install {filtered_pkg}')
assert res.status == 0, f'Installation from the import failed:\n{res.stdout}'

@pytest.mark.stubbed
@pytest.mark.tier3
@pytest.mark.upgrade
def test_positive_install_package_from_imported_repos(self):
"""Install packages in client from imported repo of Downstream satellite.
:id: a81ffb55-398d-4ad0-bcae-5ed48f504ded
:steps:
1. Export whole Red Hat YUM repo to a path accessible over HTTP.
2. Import the Red Hat repository by defining the CDN URL from the
exported HTTP URL.
3. In downstream satellite create CV, AK with this imported repo.
4. Register/Subscribe a client with a downstream satellite.
5. Attempt to install a package on a client from imported repo of
downstream.
:expectedresults:
1. The package is installed on client from imported repo of downstream satellite.
:CaseAutomation: NotAutomated
"""

0 comments on commit eb00009

Please sign in to comment.