-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Katello agent was deprecated and is being removed from 6.15, the functionality will be replaced by REX. This PR moves testing of the functionality towards REX.
- Loading branch information
Showing
5 changed files
with
178 additions
and
156 deletions.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
""" | ||
Usage:: | ||
hammer remote-execution-feature [OPTIONS] SUBCOMMAND [ARG] ... | ||
Parameters:: | ||
SUBCOMMAND Subcommand | ||
[ARG] ... Subcommand arguments | ||
Subcommands:: | ||
info Show remote execution feature | ||
list List remote execution features | ||
update Update a job template | ||
""" | ||
from robottelo.cli.base import Base | ||
|
||
|
||
class RemoteExecutionFeature(Base): | ||
""" | ||
Handles Remote Execution Feature commands | ||
""" | ||
|
||
command_base = 'remote-execution-feature' |
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 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 file was deleted.
Oops, something went wrong.