User Tools

Site Tools


Writing /app/www/public/data/meta/watchdogs/sanity_checks.meta failed
watchdogs:sanity_checks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
watchdogs:sanity_checks [2018/12/11 10:39] – created robrienwatchdogs:sanity_checks [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Geb Sanity Checks ======
 +
 +==== Project Location ====
 +
 +Project:https://bitbucket.org/errigal/sanity-checks-geb/src/master/
 +
 +==== Overview ====
 +
 +This project runs through the basic sanity checks against a given environment. This used to be a manual task after deployments.
 +
 +==== When to Use ====
 +
 +In the event of an outage or any of the customer's servers experiencing an unexpected reboot, the sanity tests can be used to ensure that when the applications are restarted, they pass the basic sanity checks.
 +
 +==== Running Tests ====
 +
 +It is possible to complete the full suite of tests against all applications in the specified environment, or test individual applications.
 +
 +To run one of the test scripts the environment you wish to test must be specified along with the name of the script, as follows:
 +
 +<code>
 +./run-all-sanity-tests.sh sfqa
 +</code>