Differences between revisions 1 and 2
Revision 1 as of 2009-09-22 14:11:39
Size: 976
Editor: TueLarsen
Comment:
Revision 2 as of 2009-11-06 09:38:15
Size: 752
Editor: TueLarsen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe It36CleanupAfterTest Shutdown the system. here.
---+ Close down the test
'''Close down the test'''
Line 8: Line 7:
---++ Do the following on kb-prod-udv-001.kb.dk as a test user: Do the following on kb-prod-udv-001.kb.dk as a test user:
Line 11: Line 10:
<verbatim> {{{
Line 15: Line 14:
</verbatim> }}}
Line 19: Line 18:
<verbatim> {{{
Line 21: Line 20:
</verbatim>

This =cleanup= script handles all three install scenarios (single, classical, and multi-bitapps).

-- Main.jolf - 19 Mar 2009
}}}

Close down the test

This page describes how to close down the test, when the test is completed

*DO NOT USE THIS STEP UNLESS YOU ARE DONE AND READY TO CLEAN UP*

Do the following on kb-prod-udv-001.kb.dk as a test user:

If you are not sure of the value of $TESTX then make sure that it is set to

export TESTX=TESTk              (where k must be replaced with the test number you are about finish)
export PORT=8076                (where 8076 with the given port number for the test)
export MAILRECEIVERS=tlr@kb.dk  (where the mail address must be replaced by address(es) for the relevant mail receiver(s) – specified by comma separation if more than one)

Run following (as written)

cleanup_all_test.sh

It36CleanupAfterTest Shutdown the system. (last edited 2010-08-16 10:24:36 by localhost)