diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index ce495611f4..08150d904d 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -7,7 +7,7 @@ # This should be updated after each version branch SATELLITE_VERSION = "6.17" -SATELLITE_OS_VERSION = "8" +SATELLITE_OS_VERSION = "9" # Default system ports HTTPS_PORT = '443'