From 6714f8d4fe07f35df6f2f01bfb47dcd2ff4632d8 Mon Sep 17 00:00:00 2001 From: ph0zzy Date: Feb 28 2019 04:35:14 +0000 Subject: change list of roles to definition list --- diff --git a/modules/ROOT/pages/standard-test-roles.adoc b/modules/ROOT/pages/standard-test-roles.adoc index ca9be02..02a988f 100644 --- a/modules/ROOT/pages/standard-test-roles.adoc +++ b/modules/ROOT/pages/standard-test-roles.adoc @@ -201,16 +201,23 @@ Use suggested `kill` command to finish the running instance when done with inves Here's the list of currently supported roles for test execution: -* standard-test-avocado - role for executing tests written via the Avocado testing framework -* standard-test-basic - a simple role for executing runtest.sh scripts, or other scripts in given directories -* standart-test-beakerlib - role for executing tests written via Beakerlib testing framework, supporting all testing environments -* standard-test-scripts - role for executing arbitrary test scripts +Standard-test-avocado:: +Role for executing tests written via the Avocado testing framework +Standard-test-basic:: +A simple role for executing runtest.sh scripts, or other scripts in given directories +Standart-test-beakerlib:: +Role for executing tests written via Beakerlib testing framework, supporting all testing environments +Standard-test-scripts:: +Role for executing arbitrary test scripts Here's list of currently supported helper roles: -* standard-test-repo - a role for installing packages for additional yum repository files -* standard-test-rpm - a role for installing additional rpms -* standard-test-source - a role for extracting upstream source tarball (with tests) +Standard-test-repo:: +A role for installing packages for additional yum repository files +Standard-test-rpm:: +A role for installing additional rpms +Standard-test-source:: +A role for extracting upstream source tarball (with tests) === BeakerLib ===