diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-06-20 15:21:47 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-20 15:21:47 +0200 |
commit | c298d66734d2d40e343ac4c60703b9838bdd6301 (patch) | |
tree | a082022e2d5acce441bb7d13949cc00e97b09c47 /docs/cpta/introduction/failures.rst | |
parent | 2e63ef13b419da1198439617e66cb0f1cfe6be65 (diff) |
FIX: PAL - list of failed tests
Change-Id: I03341283270e53df6bcb08b32f1787f61ebb601c
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/cpta/introduction/failures.rst')
-rw-r--r-- | docs/cpta/introduction/failures.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/cpta/introduction/failures.rst b/docs/cpta/introduction/failures.rst new file mode 100644 index 0000000000..c1811685f9 --- /dev/null +++ b/docs/cpta/introduction/failures.rst @@ -0,0 +1,16 @@ +Failed Tests +============ + +The table lists the tests which failed over the <N=14> runs of the trending +jobs. + +Legend to the table: + + - **Test Case**: name of FD.io CSIT test case, naming convention + `here <https://wiki.fd.io/view/CSIT/csit-test-naming>`_. + - **Failures [#]**: number of test failures over the trending period. + - **Last Failure [Time]**: timestamp of last failure. + - **Last Failure [VPP-Build-Id]**: VPP build as of last failure. + - **Last Failure [CSIT-Job-Build-Id]**: CSIT build as of last failure. + +.. include:: ../../../_build/_static/vpp/failed-tests.rst |