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:
authorLin Jen-Shin <godfat@godfat.org>2018-01-18 20:07:37 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-01-22 10:41:52 +0300
commitccceb26617a28ee6acda0d46a3997428c9f7e56a (patch)
tree6ad1eded0cc56de5d551b04444f8cc4114960279 /qa/qa.rb
parentba02e3a5dfb0fb95a1a32b81e893b6fe2ea39b9e (diff)
Generate ssh key on the fly for QA
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 4803432aeee..b8821f2c164 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'
end
##