Skip to content
This repository was archived by the owner on Mar 27, 2018. It is now read-only.
Tao Sauvage edited this page Feb 10, 2015 · 2 revisions

Now that owtf_testing has been installed, you must be able to run the test suites.

Note: Until the custom profiles are fixed in OWTF, you MUST run the test suites with the same rights as the highest instance of OWTF you ran previously. For instance, if you ran OWTF with root privilege, you MUST run the test suites with root privilege as well.

Help

$ python2 ./owtf_testing/runner.py --help
usage: runner.py [-h] [-l] [-s SUITE]

OWASP OWTF - Functional Testing Framework.

optional arguments:
  -h, --help            show this help message and exit
  -l, --list            List the available test suites.
  -s SUITE, --suite SUITE
                        Name of the suite to test.

List the test suites

$ python2 ./owtf_testing/runner.py -l
List of the available test suites:
	 all
	 active
	 web
	 cli
	 fast
	 plugins

Run a test suite

$ python2 ./owtf_testing/runner.py -s fast

Clone this wiki locally