forked from SatelliteQE/robottelo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate katello-agent tests to REX (SatelliteQE#12724)
* Migrate katello-agent tests to REX 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. * Remove _by_ip postfix from REX tests
- Loading branch information
1 parent
958ae04
commit 23beb20
Showing
4 changed files
with
188 additions
and
174 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
Oops, something went wrong.