Scroll to navigation

FL-RUN-TEST(1) Debian manual FL-RUN-TEST(1)

NAME

fl-run-test - runs a funkload test file

SYNOPSIS

fl-run-test [ options ] file [ class.method | class | suite ]

DESCRIPTION

A FunkLoad test can be used like a standard unittest using a unittest.main() and a 'python MyFile.py'.

Note that fl-run-test can be used to launch normal unittest.TestCase and (if you use python2.4) doctest in a plain text file or embedded in a python docstring. The --debug option makes doctests verbose.

OPTIONS

show program's version number and exit
show this help message and exit
Minimal output.
Verbose output.
FunkLoad and doctest debug output.
Debug level 3 is more verbose.
Base URL to bench without ending '/'.
Minumum sleep time between request.
Maximum sleep time between request.
Directory to dump html pages.
Real time view using firefox, you must have a running instance of firefox in the same host.
Monochrome output.
Loop as fast as possible without concurrency on pages expect a page number or a slice like 3:5. Output some statistics.
Number of loop.
Do not fail if css/image links are not reachable.
Don't load additional links like css or images when fetching an html page.
Stop tests on first failure or error.
The test names must match the regex.
Just list the test names.
Pause between request, press ENTER to continue.

SEE ALSO

fl-build-report(1), fl-credential-ctl(1), fl-install-demo(1), fl-monitor-ctl(1), fl-record(1), fl-run-bench(1).

AUTHOR

Funkload was written by Benoit Delbosc.

This manual page was written by Jose Parrella <bureado@debian.org>, for the Debian project (but may be used by others).

26 March 2009 Debian Project