Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 920 Bytes

README.rst

File metadata and controls

22 lines (17 loc) · 920 Bytes

Avocado Misc Tests

This repository is dedicated to host any tests written using the avocado [1] API. It is being initially populated with tests ported from autotest client tests repository, but it's not limited by that.

Tests will be organized per category basis, each category with its own directory.

Once you have the avocado installed, you can run the tests like below:

$ avocado run avocado-misc-tests/perf/stress.py
JOB ID     : 0018adbc07c5d90d242dd6b341c87972b8f77a0b
JOB LOG    : $HOME/avocado/job-results/job-2016-01-18T15.32-0018adb/job.log
TESTS      : 1
 (1/1) avocado-misc-tests/perf/stress.py:Stress.test: PASS (62.67 s)
RESULTS    : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0
JOB HTML   : $HOME/avocado/job-results/job-2016-01-18T15.32-0018adb/html/results.html
TIME       : 62.67 s

[1] https://github.com/avocado-framework/avocado