diff options
author | Robert Speicher <robert@gitlab.com> | 2018-09-17 23:05:07 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-09-17 23:05:07 +0000 |
commit | c44d8bab91ece5c981c9fb10f5906db86198bb6b (patch) | |
tree | e486bfc0e7d405ab314b3ea81802d34e6ea50cb9 /qa/qa.rb | |
parent | cc2dab3b932c95084f231de95da2010f043f5ddc (diff) | |
parent | 6cf55e51292852975e8cc5df4bb54ca39e5dc727 (diff) | |
download | gitlab-ce-c44d8bab91ece5c981c9fb10f5906db86198bb6b.tar.gz |
Merge branch 'ml-qa-spec-use-ssh-key' into 'master'
Add a new scenario to add an SSH key, perform Git actions with it, and then remove the key
See merge request gitlab-org/gitlab-ce!19754
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,7 @@ module QA autoload :Wiki, 'qa/factory/resource/wiki' autoload :File, 'qa/factory/resource/file' autoload :Fork, 'qa/factory/resource/fork' + autoload :SSHKey, 'qa/factory/resource/ssh_key' end module Repository @@ -217,6 +218,7 @@ module QA module Profile autoload :PersonalAccessTokens, 'qa/page/profile/personal_access_tokens' + autoload :SSHKeys, 'qa/page/profile/ssh_keys' end module Issuable |