diff --git a/modules/openstack_project/files/logs/help/tempest-overview.html b/modules/openstack_project/files/logs/help/tempest-overview.html index c783be3120..edc7c343b9 100644 --- a/modules/openstack_project/files/logs/help/tempest-overview.html +++ b/modules/openstack_project/files/logs/help/tempest-overview.html @@ -1,9 +1,19 @@ -

Guide to Tempest Results Runs

+

Guide to Tempest Results Runs

-The directory here contains the full results of a devstack setup and -tempest run for the OpenStack gate, as well as all the logs of all the -relevant services that were running during that tempest test run. From -them you should have enough information to debug. + You are looking at the full test results of a devstack setup and + tempest run for the OpenStack gate, as well as all the logs of all the + relevant services that were running during that tempest test run. From + them you should have enough information to debug. +

+

How To Debug - Quickstart

+

+

    +
  1. scroll to the end of console.html +
  2. work your way backwards until the first failing test +
  3. copy the timestamp of that failing test +
  4. go into logs directory and look at that time stamp in related + service logs for traces, failures, or other oddities +

File Overview

console.html

@@ -33,7 +43,6 @@ job. The basic flow of the file goes as follows: The logs directory contains all the screen logs from all the services during the devstack-gate run.

-

About this Help

This help file is part of the openstack-infra/config project, and