Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
Let's demonstrate the features on a simple wget example with the
following directory structure::

wget
├── download
├── protocols
│ ├── ftp
│ ├── http
│ └── https
├── recursion
└── smoke

wget/
├── download/
├── protocols/
│   ├── ftp/
│   ├── http/
│   └── https/
├── recursion/
├── smoke/
├── main.fmf
└── runtest.sh

7 directories, 2 files

Simple
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -25,7 +28,7 @@ metadata for a single test look like this::
description: Check basic download options
tester: Petr Šplíchal <psplicha@redhat.com>
tags: [Tier2, TierSecurity]
test: runtest.sh
test: ./runtest.sh
time: 3 min


Expand Down