Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-01-25 15:01:28 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-01-25 15:01:28 +0300
commit7ea8ea8e1a214bf622b27867300ffb25887d2b7f (patch)
tree38c7d3bc17109dcbd5e499cfadecaf917a231be5 /qa/qa.rb
parent60f372859d0771d7a6f484d64649e9f250699225 (diff)
parent5e911c5d2c18b5f909f2072cc97bb75704496ea1 (diff)
Merge branch 'qa-deploy-key-scenario' into 'master'
Generate ssh key on the fly for QA See merge request gitlab-org/gitlab-ce!16562
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index ac51bb445f2..5587a665809 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -11,6 +11,7 @@ module QA
autoload :Scenario, 'qa/runtime/scenario'
autoload :Browser, 'qa/runtime/browser'
autoload :Env, 'qa/runtime/env'
+ autoload :RSAKey, 'qa/runtime/rsa_key'
autoload :Address, 'qa/runtime/address'
autoload :API, 'qa/runtime/api'
end