Remove mention of excercises.sh

It isn't used for some time anymore and doesn't pass, so lets
remove the mentioning of it.

Change-Id: I9d8e319c9621fa37c1beefe46db4e4d6368acfb9
This commit is contained in:
Dirk Mueller 2018-07-17 10:34:46 +02:00
parent 0c84fcdb91
commit 6d14615495
1 changed files with 3 additions and 4 deletions

View File

@ -52,10 +52,9 @@ previously configured nodes and invokes the devstack-vm-gate-wrap.sh
script which checks out code from all of the involved repositories, and script which checks out code from all of the involved repositories, and
merges the proposed change. That script then calls devstack-vm-gate.sh merges the proposed change. That script then calls devstack-vm-gate.sh
which installs a devstack configuration file, and invokes devstack. Once which installs a devstack configuration file, and invokes devstack. Once
devstack is finished, it runs exercise.sh and Tempest, which perform devstack is finished, it runs Tempest, which performs integration testing.
integration testing. After everything is done, devstack-gate copies After everything is done, devstack-gate copies and formats all of the logs
and formats all of the logs for archival. A jenkins jobs then copies for archival. A jenkins jobs then copies these logs to the log archive.
these logs to the log archive.
How to Debug a Devstack Gate Failure How to Debug a Devstack Gate Failure
==================================== ====================================