From 38a6ecbe3ef69273dd05d79947c5422f76aa21e4 Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Wed, 24 Oct 2018 13:45:09 +0500 Subject: Added ldap_ssl tag to existing test --- qa/qa.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 36a37dbb270..1d85b2c96e7 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -101,6 +101,7 @@ module QA module Integration autoload :Github, 'qa/scenario/test/integration/github' autoload :LDAP, 'qa/scenario/test/integration/ldap' + autoload :LDAPSSL, 'qa/scenario/test/integration/ldap_ssl' autoload :InstanceSAML, 'qa/scenario/test/integration/instance_saml' autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes' autoload :Mattermost, 'qa/scenario/test/integration/mattermost' -- cgit v1.2.1 From 7983c798af6f2f01748b67ea3cdbc2dec2554604 Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Wed, 24 Oct 2018 17:43:30 +0500 Subject: Renamed to ldap_no_ssl and ldap_ssl --- qa/qa.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 1d85b2c96e7..437ce59eef2 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -100,7 +100,7 @@ module QA module Integration autoload :Github, 'qa/scenario/test/integration/github' - autoload :LDAP, 'qa/scenario/test/integration/ldap' + autoload :LDAPNoSSL, 'qa/scenario/test/integration/ldap_no_ssl' autoload :LDAPSSL, 'qa/scenario/test/integration/ldap_ssl' autoload :InstanceSAML, 'qa/scenario/test/integration/instance_saml' autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes' -- cgit v1.2.1 From f49034ba4962e924cac9d803a5fbe07b8057a632 Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Thu, 25 Oct 2018 13:11:19 +0500 Subject: Rename SSL to TLS --- qa/qa.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 437ce59eef2..a22a91f8146 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -100,8 +100,8 @@ module QA module Integration autoload :Github, 'qa/scenario/test/integration/github' - autoload :LDAPNoSSL, 'qa/scenario/test/integration/ldap_no_ssl' - autoload :LDAPSSL, 'qa/scenario/test/integration/ldap_ssl' + autoload :LDAPNoTLS, 'qa/scenario/test/integration/ldap_no_tls' + autoload :LDAPTLS, 'qa/scenario/test/integration/ldap_tls' autoload :InstanceSAML, 'qa/scenario/test/integration/instance_saml' autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes' autoload :Mattermost, 'qa/scenario/test/integration/mattermost' -- cgit v1.2.1 From 51518019645ad514b98951df0bd30ecb898786aa Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Thu, 25 Oct 2018 20:29:24 +0000 Subject: Always use `attribute` to define the product --- qa/qa.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 36a37dbb270..f760dd972a7 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -39,7 +39,6 @@ module QA module Factory autoload :ApiFabricator, 'qa/factory/api_fabricator' autoload :Base, 'qa/factory/base' - autoload :Dependency, 'qa/factory/dependency' autoload :Product, 'qa/factory/product' module Resource -- cgit v1.2.1