Skip to content

Commit

Permalink
Change to non-sca org
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Jun 5, 2024
1 parent 48ec919 commit 756e061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions robottelo/cli/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,3 @@ def verify_checksum(cls, options):
"""Verify checksum of repository contents."""
cls.command_sub = 'verify-checksum'
return cls.execute(cls._construct_command(options), ignore_stderr=True)

@classmethod
def reclaim_space(cls, options):
"""Remove disk space from a synced repository"""
cls.command_sub = 'reclaim-space'
return cls.execute(cls._construct_command(options), output_format='csv', ignore_stderr=True)
4 changes: 0 additions & 4 deletions tests/foreman/cli/test_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,7 @@ def test_positive_disable_rh_repo_with_basearch(module_target_sat, module_entitl
assert 'Repository disabled' in disabled_repo[0]['message']


<<<<<<< HEAD
def test_reclaim_space_command_no_exception(module_target_sat, module_sca_manifest_org):
=======
def test_reclaim_space_command_no_exception(module_target_sat, module_entitlement_manifest_org):
>>>>>>> cd4dacbfa (change test name)
"""Hammer repository reclaim-space should not throw any improper exceptions
:id: 74b669d8-ee6b-4fc6-864f-91410d7ea3c2
Expand Down

0 comments on commit 756e061

Please sign in to comment.