add reminder how to run debug func tests
added comments on how to run in_process and specific test cases Change-Id: I485755996b15753323d30de09914d35e262fcedc Signed-off-by: Thiago da Silva <thiago@redhat.com>
This commit is contained in:
		@@ -1,5 +1,8 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# How-To debug functional tests:
 | 
			
		||||
# SWIFT_TEST_IN_PROCESS=1 tox -e func -- --pdb test.functional.tests.TestFile.testCopy
 | 
			
		||||
 | 
			
		||||
SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -132,6 +132,12 @@ tox environment::
 | 
			
		||||
 | 
			
		||||
    tox -e func-in-process-fast-post
 | 
			
		||||
 | 
			
		||||
To debug the functional tests, use the 'in-process test' mode and pass the
 | 
			
		||||
``--pdb`` flag to tox::
 | 
			
		||||
 | 
			
		||||
    SWIFT_TEST_IN_PROCESS=1 tox -e func -- --pdb \
 | 
			
		||||
        test.functional.tests.TestFile.testCopy
 | 
			
		||||
 | 
			
		||||
The 'in-process test' mode searches for ``proxy-server.conf`` and
 | 
			
		||||
``swift.conf`` config files from which it copies config options and overrides
 | 
			
		||||
some options to suit in process testing. The search will first look for config
 | 
			
		||||
@@ -236,4 +242,3 @@ another year added, and date ranges are not needed.::
 | 
			
		||||
    # implied.
 | 
			
		||||
    # See the License for the specific language governing permissions and
 | 
			
		||||
    # limitations under the License.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user