Skip to content

Commit

Permalink
Add FileRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik authored Mar 5, 2024
1 parent 115a049 commit 37c756c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions robottelo/host_helpers/repository_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ class YumRepository(BaseRepository):
_type = constants.REPO_TYPE['yum']


class FileRepository(BaseRepository):
"""Custom File repository"""

_type = constants.REPO_TYPE['file']


class DebianRepository(BaseRepository):
"""Custom Debian repository."""

Expand Down

0 comments on commit 37c756c

Please sign in to comment.