1) Enter your test list in TestList.lite following the TAT convention.
2) In TATPrologue, change the value of the variable CONTAINER to the name of
your container Add additional lines and define additional container
name variables if you need more than one container. 
3) All bash (shell) scripts that should be executed must be listed
in the SCRIPTS_L line in your test/Makefile. This is necessary for
them to be installed in your module's "bin" directory, which will
be in the $PATH when tat is run. Note that <module_name>/test is
NOT in the $PATH. 
4) Don't forget to add your test modules to the Makefile. Otherwise,
the tests won't be run at all and TAT will report a failure.
