mirror of https://github.com/apache/cloudstack.git
Basic readme to get started on running the tests
This commit is contained in:
parent
f35d70b49a
commit
0af5888207
|
|
@ -0,0 +1,14 @@
|
|||
To run the tests - you should have marvin installed and correctly importable.
|
||||
The tests are long running and are best monitored by external hudson jobs.
|
||||
|
||||
Also you will have to point marvin to the right configuration file that has
|
||||
details about your cloudstack deployment. For more help on how to write the
|
||||
config file check the tutorial at :
|
||||
|
||||
|
||||
http://docs.cloudstack.org/test_framework_1.0
|
||||
|
||||
http://wiki.cloudstack.org/display/QA/Testing+with+python
|
||||
|
||||
To run:
|
||||
$ python -m marvin.deployAndRun -c config.cfg -d integration/smoke -t testcase.log -r result.log -l
|
||||
Loading…
Reference in New Issue