From Fedora Project Wiki
(Start the page) |
(Add some trivial testing.) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | |||
|description=This test case tests whether cloning a distgit repository works properly. | |||
|setup= | |||
# Install the <code>fedpkg</code> package. | |||
|actions= | |||
# In your favourite terminal application, run the following commands: | |||
#: {{command|$ fedpkg clone -a fedpkg}} | |||
|results= | |||
# You should have a local clone of the <code>fedpkg</code> distgit repository. | |||
}} | |||
[[Category:Package_fedpkg_test_cases]] | [[Category:Package_fedpkg_test_cases]] |
Revision as of 09:25, 2 June 2015
Description
This test case tests whether cloning a distgit repository works properly.
Setup
- Install the
fedpkg
package.
How to test
- In your favourite terminal application, run the following commands:
$ fedpkg clone -a fedpkg
Expected Results
- You should have a local clone of the
fedpkg
distgit repository.