From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case tests whether cloning packages from Fedora Git works as expected. |setup= # Boot into the machine/VM you wish to test # Ensure the {{pa...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case tests whether cloning packages from Fedora Git works as expected. | |description=This test case tests whether cloning packages from Fedora Git works as expected. In particular, authenticated and anonymous cloning works. | ||
|setup= | |setup= | ||
# Boot into the machine/VM you wish to test | # Boot into the machine/VM you wish to test | ||
# Ensure the {{package|eclipse-fedorapackager-0.2.1-1.fc16}} package '''IS''' installed. Install it via {{command|yum install eclipse-fedorapackager-0.2.1-1.fc16}}. | # Ensure the {{package|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. | # Make sure that file {{command|~/.fedora.cert}} exists and your FAS SSH key is properly set up in Eclipse and the public key properly uploaded to the FAS account system. | ||
|actions= | |actions= | ||
# Open Eclipse and use a new workspace. {{command|eclipse -data test_day_20111013}} | # Open Eclipse and use a new workspace. {{command|eclipse -data test_day_20111013}} |
Revision as of 21:30, 2 September 2011
Description
This test case tests whether cloning packages from Fedora Git works as expected. In particular, authenticated and anonymous cloning works.
Setup
- Boot into the machine/VM you wish to test
- Ensure the
eclipse-fedorapackager-0.2.1-1.fc16
package IS installed. Install it viayum install eclipse-fedorapackager-0.2.1-1.fc16
. - Make sure that file
~/.fedora.cert
exists and your FAS SSH key is properly set up in Eclipse and the public key properly uploaded to the FAS account system.
How to test
- Open Eclipse and use a new workspace.
eclipse -data test_day_20111013
Expected Results
- <<<FIXME>>>