diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index f3eb8d980d..18d35f1963 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -6,9 +6,9 @@ from nailgun import entities # This should be updated after each version branch -SATELLITE_VERSION = "6.17" +SATELLITE_VERSION = "6.16" SATELLITE_OS_VERSION = "8" -SAT_NON_GA_VERSIONS = ['6.17'] +SAT_NON_GA_VERSIONS = ['6.16', '6.17'] # Default system ports HTTPS_PORT = '443'