rally-openstack/tests/ci
Boris Pavlovic 75071d1ccc Rename rally-scenarios to rally-jobs & add readme
This patch renames misleading rally-scenarios to rally-jobs.
rally-jobs describes much better purpose of this directory

Add readme files that describes structure and meanings of files
and directories

Change-Id: I8f5a2816186a2cafd251981ba7ad50e631e548f5
Closes-bug: #1395502
2014-11-24 16:13:47 +04:00
..
__init__.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
rally-gate.sh Rename rally-scenarios to rally-jobs & add readme 2014-11-24 16:13:47 +04:00
README.rst Reorganize test module structure 2014-10-07 13:50:40 +00:00
test_install.sh Adding logic to clean up old rally installs 2014-10-16 13:29:25 -04:00

Rally Gate Jobs

For each patch submitted for review on Gerrit, there is a set of tests called gate jobs to be run against it. These tests check whether the Rally code works correctly after applying the patch and provide additional guarantees that it won't break the software when it gets merged. Rally gate jobs contain tests checking the codestyle (via pep8), unit tests suites, functional tests and a set of Rally benchmark tasks that are executed against a real devstack deployment.

rally-gate.sh

This script runs a set of real Rally benchmark tasks and fetches their results in textual / visualized form (available via a special html page by clicking the corresponding job title in Gerrit). It checks that scenarios don't fail while being executed against a devstack deployment and also tests SLA criteria to ensure that benchmark tasks have completed successfully.

rally-integrated.sh

This script runs a functional tests suite for Rally CLI. The tests call a range of Rally CLI commands and check that their output contains the expected data.