Parent Directory
Tempest IPv6 Results
Download Logs

Guide to Tempest Results Runs


You are looking at the full test results of a devstack setup and tempest run for Openstack and Opendaylight, 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


  results page will show all passing and failing tests
  copy the timestamp of that failing test
  go into logs directory and look at that time stamp in related service logs for traces, failures, or other oddities


File Overview

/logs/stack.sh.log This file contains the stdout/stderr console of the Tempest job. The basic flow of the file goes as follows:
  Boot guest from base Linux image
  Use devstack to install all required packages (debs and pips)
  Run devstack exercises (very basic sanity checking)
  Run tempest tests

All the devstack setup is done under bash tracing, so is extremely verbose. This is to ensure enough data is captured so that you can debug failures in the gate with the information provided.

The Tempest Test results are in the associated Results file.

Logs


The logs directory contains all the screen logs from all the services during the Tempest run. i