Skip to content

Commit

Permalink
[6.13.z] Add coverage for BZ#2112098 (#13673)
Browse files Browse the repository at this point in the history
* ISS test for custom CDN with content credentials

* Rename fixture with better name

* Add support for hammer configure-cdn
  • Loading branch information
vsedmik authored Jan 12, 2024
1 parent e82021b commit 976affd
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 31 deletions.
7 changes: 7 additions & 0 deletions robottelo/cli/org.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
add-subnet Associate a resource
add-user Associate a resource
create Create an organization
configure-cdn Update the CDN configuration
delete Delete an organization
delete-parameter Delete parameter for an organization.
info Show an organization
Expand Down Expand Up @@ -166,3 +167,9 @@ def remove_user(cls, options=None):
"""Removes an user from an org"""
cls.command_sub = 'remove-user'
return cls.execute(cls._construct_command(options))

@classmethod
def configure_cdn(cls, options=None):
"""Update the CDN configuration"""
cls.command_sub = 'configure-cdn'
return cls.execute(cls._construct_command(options))
Loading

0 comments on commit 976affd

Please sign in to comment.