[CLI] Fix mentions of deprecated command `rally verify compare'

Change-Id: Ia4eef80cb6a6dd73b7756eaf3d7a71c471b56756
This commit is contained in:
Alexander Maretskiy 2016-10-20 12:12:38 +03:00
parent a5a1f0dab0
commit 326ed715dd

View File

@ -18,7 +18,7 @@ This script runs a functional tests suite for Rally CLI. The tests call a range
rally-verify.sh
---------------
This script runs various "rally verify" commands. This set of commands allow us to perform Tempest tests of OpenStack live cloud and display verification results.
The verification results obtained by running various "rally verify <cmd>" commands including "start", "show", "list" are compared using the "rally-verify compare" command, which are then saved in csv, html and json formats in the "rally-verify" directory.
The verification results obtained by running various "rally verify <cmd>" commands including "start", "show", "list" are compared using the "rally verify results" command, which are then saved in csv, html and json formats in the "rally-verify" directory.
Jenkins uses this script by running the 'gate-rally-dsvm-verify' job.