From Fedora Project Wiki

(Improve the test)
(Indent the bullets)
Line 8: Line 8:
|results=
|results=
# The command should list the files in the cloned <code>fedpkg</code> git repository. There should be at least the following files:
# The command should list the files in the cloned <code>fedpkg</code> git repository. There should be at least the following files:
* <code>fedpkg.spec</code>
## <code>fedpkg.spec</code>
* <code>sources</code>
## <code>sources</code>
}}
}}


[[Category:Package_fedpkg_test_cases]]
[[Category:Package_fedpkg_test_cases]]

Revision as of 09:33, 2 June 2015

Description

This test case tests whether cloning a distgit repository works properly.

Setup

  1. Install the fedpkg package.

How to test

  1. In your favourite terminal application, run the following commands:
    $ fedpkg clone -a fedpkg && cd fedpkg && ls && cd ..

Expected Results

  1. The command should list the files in the cloned fedpkg git repository. There should be at least the following files:
    1. fedpkg.spec
    2. sources