From Fedora Project Wiki

Description

This test case tests whether Eclipse SSH related authentication failures are properly handled by Fedora Packager for Eclipse.

Setup

  1. Boot into the machine/VM you wish to test
  2. Make sure that file ~/.fedora.cert exists. If you don't have it, run fedora-packager-setup in order to generate one.

How to test

  1. First note that in order to run into the SSH authentication problem which we'd like to test, you need to have either of the following two setups. 1. You have a yum installed Eclipse (yum install eclipse-fedorapackager-0.2.1-1.fc16) and have never used SSH actions from within Eclipse (i.e. SSH is not configured in Eclipse). We've seen it happening that a yum installed Eclipse might not exhibit the SSH authentication error we are trying to test. Please keep that in mind. 2. You have a fresh Eclipse Indigo (3.7.x), "classic" instance downloaded from eclipse.org, which you've not used before.
  2. Neither case applies? Here are the steps required to get a setup of the latter option:
    1. Download Eclipse Indigo classic
    2. Extract the tarball in your home directory and run it: e.g. mkdir -p ~/test_day_efp/eclipse-indigo && cd ~/test_day_efp/eclipse-indigo && tar -xzvf <ECLIPSE_3.7_TARBALL> && ./eclipse/eclipse -data remove_me_workspace
    3. Install Fedora Packager for Eclipse from our p2 update site as described on our wiki
  3. You can skip this step if you have done steps as described in item 2 above. Otherwise, open Eclipse and use a new workspace. For example eclipse -data test_day_20111013_fpe_cloning_SSH_setup.
  4. Press Ctrl+Alt+F I to open the import wizard. Alternatively press Ctrl+3 and start typing "Projects from Fedora Git", then press return.
  5. This should open the Fedora Packager for Eclipse import dialog.
  6. Enter the package name Package-x-generic-16.pnged. In the top area of the wizard, a message should be shown that ~/.fedora.cert has been found and should use the username extracted from it for the SSH based clone. Click "Finish".

Expected Results

  1. It is expected that an error is shown detailing that SSH is not properly configured in your Eclipse. Note that this authentication error might also surface if your SSH keys are not correctly set up in FAS. Here is a screenshot of the expected error dialog: FedoraPackagerSSHCloneFail.png
  2. Here are instructions as to how to fix the SSH setup. After this, and provided your SSH key is properly set up in FAS, cloning should succeed.
  3. Feedback is very welcome :)