From 538ff6a1614e07c68625be7bbea789c36c9d81dc Mon Sep 17 00:00:00 2001 From: Roman Vasilets Date: Wed, 16 Sep 2015 16:01:44 +0300 Subject: [PATCH] Fix typo in the README.rst in tests/ci/ The right script for gate-rally-dsvm-cli is rally-integrated.sh not test_integrated.sh Change-Id: I13025a15f6d10e0ff56f6d891ea1011f7688f114 --- tests/ci/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/README.rst b/tests/ci/README.rst index 08446fee..326cd070 100644 --- a/tests/ci/README.rst +++ b/tests/ci/README.rst @@ -41,7 +41,7 @@ For each patch that is uploaded for review on Gerrit, Jenkins runs it against th * gate-rally-install-bare-precise : testing of test_install.sh(described above) against Ubuntu 10.04 * gate-rally-dsvm-rally : runs rally-gate.sh(described above) against OpenStack deployed by devstack with nova-network (It is standard dsvm job) * gate-rally-dsvm-neutron-rally : runs rally-gate.sh against OpenStack deployed by devastack with neutron -* gate-rally-dsvm-cli : runs test_integrated.sh ( equal to tox -ecli) +* gate-rally-dsvm-cli : runs rally-integrated.sh ( equal to tox -ecli) * gate-rally-dsvm-verify(non-voting) : runs rally-verify.sh and tests Rally and Tempest integration in all possible ways * gate-rally-tox-self(non-voting) : not yet used