Skip to content

Commit

Permalink
Adding validators for IPv6 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Mar 20, 2024
1 parent ca539f0 commit ec1a6a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions robottelo/config/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
Validator('server.ssh_username', default='root'),
Validator('server.ssh_password', default=None),
Validator('server.verify_ca', default=False),
Validator('server.is_ipv6', is_type_of=bool, default=False),
Validator('server.http_proxy_ipv6_url', is_type_of=str),
],
content_host=[
Validator('content_host.default_rhel_version', must_exist=True),
Expand Down

0 comments on commit ec1a6a5

Please sign in to comment.