BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ae0c7af2
Commit
ae0c7af2
authored
Mar 28, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only test some of the keys for now
We could speed it up and test more keys later
parent
187711c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
deploy_key_clone_spec.rb
qa/qa/specs/features/project/deploy_key_clone_spec.rb
+0
-4
No files found.
qa/qa/specs/features/project/deploy_key_clone_spec.rb
View file @
ae0c7af2
...
...
@@ -15,11 +15,7 @@ module QA
end
keys
=
[
Runtime
::
Key
::
RSA
.
new
(
2048
),
Runtime
::
Key
::
RSA
.
new
(
4096
),
Runtime
::
Key
::
RSA
.
new
(
8192
),
Runtime
::
Key
::
ECDSA
.
new
(
256
),
Runtime
::
Key
::
ECDSA
.
new
(
384
),
Runtime
::
Key
::
ECDSA
.
new
(
521
),
Runtime
::
Key
::
ED25519
.
new
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment