From Fedora Project Wiki

No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
|setup=
|setup=
# Boot into the machine/VM you wish to test
# Boot into the machine/VM you wish to test
# Ensure the {{command|eclipse-fedorapackager-0.2.1-1.fc16}} package '''IS''' installed. Install it via {{command|yum install eclipse-fedorapackager-0.2.1-1.fc16}}.
# Make sure that file {{command|~/.fedora.cert}} exists. If you don't have it, run {{command|fedora-packager-setup}} in order to generate one.
# Make sure that file {{command|~/.fedora.cert}} exists. If you don't have it, run {{command|fedora-packager-setup}} in order to generate one.
|actions=
|actions=
# 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 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 [[http://eclipse.org/downloads eclipse.org]], which you've not used before.
# 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 ({{command|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 [http://eclipse.org/downloads eclipse.org], which you've not used before.
# Don't have either of the two? Here are the steps required to get a setup of the latter option:
# Neither case applies? Here are the steps required to get a setup of the latter option:
## Download
## Download [http://eclipse.org/downloads/packages/eclipse-classic-37/indigor Eclipse Indigo classic]
# Open Eclipse and use a new workspace. {{command|eclipse -data test_day_20111013_fpe_cloning_SSH_setup}}
## Extract the tarball in your home directory and run it: e.g. {{command|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}}
# Press {{command|CTRL+ALT+F I}} to open the import wizard. Alternatively press {{command|CTRL+3}} and start typing "Projects from Fedora Git", then press return.
## Install Fedora Packager for Eclipse from our p2 update site as described on our [https://fedorahosted.org/eclipse-fedorapackager/wiki/InstallUpstreamEclipseP2 wiki]
# If you've never used Eclipse for SSH based cloning you will likely not have SSH preferences set up. This might cause some clone failures, but should give you appropriate error messages with proposed fixes. Should you run into this problem, detailed instructions are [https://fedoraproject.org/wiki/Fedora_Packager_For_Eclipse_User_Guide#Configure_SSH_in_Eclipse here]. Feedback is very welcome if error messages are not what you would expect. In fact, this is one test case we'd like to have tested.
# 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 {{command|eclipse -data test_day_20111013_fpe_cloning_SSH_setup}}.
# Enter the package name {{package|eclipse-fedorapackager}}. In the top area of the wizard, a message should be shown that {{command|~/.fedora.cert}} has been found and should use the username extracted from it for the SSH based clone. Click "Finish". This will only work if you are a sponsored packager. If you are not sponsored, proceed with anonymous clone tests.
# Press {{key_press|Ctrl|Alt|F}} {{key_press|I}} to open the import wizard. Alternatively press {{key_press|Ctrl|3}} and start typing "Projects from Fedora Git", then press return.
<<<FIXME>>>
# This should open the Fedora Packager for Eclipse import dialog.
# Enter the package name {{package|ed}}. In the top area of the wizard, a message should be shown that {{command|~/.fedora.cert}} has been found and should use the username extracted from it for the SSH based clone. Click "Finish".
|results=
|results=
# It is expected that errors occur if SSH is not properly configured in Eclipse.
# 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: [[Image:FedoraPackagerSSHCloneFail.png]]
# Here are instructions as to [https://fedoraproject.org/wiki/Fedora_Packager_For_Eclipse_User_Guide#Configure_SSH_in_Eclipse how to fix the SSH setup]. After this, and provided your SSH key is properly set up in FAS, cloning should succeed.
# Feedback is very welcome :)
}}
}}

Latest revision as of 01:05, 22 September 2011

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 :)