From Fedora Project Wiki

Revision as of 12:51, 28 September 2011 by Jerboaa (talk | contribs)

Description

This test case tests whether archives of sources of software required for their Fedora packages can be uploaded to the lookaside cache. Once sources have been uploaded, it should be possible to download them.

Setup

  1. Boot into the machine/VM you wish to test.
  2. Install eclipse-fedorapackager-0.2.1-1.fc16 via yum install eclipse-fedorapackager.
  3. Make sure that file ~/.fedora.cert exists.
  4. Ensure that you have source archives handy for a package you maintain. If you don't have that you may skip this test.

How to test

  1. Open Eclipse and use a new workspace. eclipse -data test_day_20111013_fpe_upload_sources
  2. Press Ctrl+Alt+F I to open the import wizard. Alternatively press Ctrl+3 and start typing "Projects from Fedora Git", then press return.
  3. Enter the package name of a package you maintain, make sure that Eclipse found your ~/.fedora.cert and was able to extract your FAS username from the certificate - there should be a message similar to the following image showing you that - then click "Finish".
  4. The package you've just cloned should show up in your workspace.
  5. Next, copy sources

Expected Results

  1. <<<FIXME>>>