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

  1. Install the fedpkg package.

How to test

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

Expected Results

  1. You should have a local clone of the fedpkg distgit repository.