diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-01-25 12:01:28 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-01-25 12:01:28 +0000 |
commit | 7ea8ea8e1a214bf622b27867300ffb25887d2b7f (patch) | |
tree | 38c7d3bc17109dcbd5e499cfadecaf917a231be5 /qa/qa.rb | |
parent | 60f372859d0771d7a6f484d64649e9f250699225 (diff) | |
parent | 5e911c5d2c18b5f909f2072cc97bb75704496ea1 (diff) | |
download | gitlab-ce-7ea8ea8e1a214bf622b27867300ffb25887d2b7f.tar.gz |
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.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |