Skip to content

shh token created, git clone added

Mesut Güneş requested to merge gunesmes/gitlab-ce:issues/265-test-case into master

What does this MR do?

This MR is written for issues/265 (gitlab-qa#265 (closed))

Are there points in the code the reviewer needs to double check?

SSH key is created inside the temporary dir but I need to use the private-key in the scenario section so I copy the private-key to the home folder. How to handle it better?

Why was this MR needed?

It automatically checks the following:

  1. the ssh-key creation
  2. adding the public key in profile/keys
  3. clone the project with ssh key (private-key of the generetad key dynamically)
  4. commits to remote and check the remote files
  5. remove the added ssh-key

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

gitlab-qa#265 (closed)

Edited by Mesut Güneş

Merge request reports