This section explains how to review the CVP Sanity checks trace logs from the Jenkins web UI.
To review the CVP Sanity checks results:
Log in to the Jenkins web UI.
Navigate to the build that you want to review.
Find Test Results at the bottom of the Build page.
Scroll down and click Show all failed tests to view a complete list of the failed tests.
Click on the test of concern for details.
Note
A test name corresponds to the test file path in the test source repository. For example:
cvp-sanity/tests/test_mtu.py
.cvp-sanity-checks/cvp_checks/tests/test_mtu.py
.Review the lines beginning with the E
letter in the trace.
The following example illustrates the error for the mtr01
node, the
mtu
value for ens2
interface for which differs from other MTUs in
the mtr
group (1500
versus 1450
).
Note
If you do not see the full log trace, use the Console output -> View as plain text Jenkins menu instead.