f20aa5a Merge branch 'develop' into 'master' for 0.4.1 release

Merged and Committed by mkrizek 8 years ago
50 files changed. 3366 lines added. 1642 lines removed.
conf/taskotron.yaml.example
file modified
+42 -10
conf/yumrepoinfo.conf.example
file modified
+3 -3
docs/source/conf.py
file modified
+2 -2
docs/source/index.rst
file modified
+2 -2
docs/source/library.rst
file modified
+50 -3
docs/source/quickstart.rst
file modified
+2 -2
docs/source/resultyaml.rst
file added
+120
docs/source/tapformat.rst
file removed
-106
docs/source/writingtasks.rst
file modified
+31 -41
dodo.py
file modified
+11 -4
libtaskotron.spec
file modified
+26 -9
libtaskotron/__init__.py
file modified
+1 -1
libtaskotron/check.py
file modified
+66 -94
libtaskotron/config.py
file modified
+34 -6
libtaskotron/config_defaults.py
file modified
+17 -3
libtaskotron/directives/__init__.py
file modified
+1 -1
libtaskotron/directives/bodhi_comment_directive.py
file modified
+7 -6
libtaskotron/directives/exitcode_directive.py
file modified
+36 -36
libtaskotron/directives/python_directive.py
file modified
+3 -4
libtaskotron/directives/resultsdb_directive.py
file modified
+29 -63
libtaskotron/exceptions.py
file modified
+15 -0
libtaskotron/executor.py
file added
+201
libtaskotron/file_utils.py
file modified
+24 -0
libtaskotron/logger.py
file modified
+73 -70
libtaskotron/main.py
file added
+158
libtaskotron/minion.py
file added
+174
libtaskotron/overlord.py
file added
+99
libtaskotron/remote_exec.py
file added
+316
libtaskotron/rpm_utils.py
file modified
+51 -0
libtaskotron/runner.py
file removed
-282
libtaskotron/vm.py
file added
+248
readme.rst
file modified
+17 -2
requirements.txt
file modified
+3 -4
runtask.py
file modified
+2 -2
testing/functest_config.py
file modified
+4 -4
testing/functest_logger.py
file modified
+15 -46
testing/functest_main.pytesting/functest_runner.py
file renamed
+5 -4
testing/test_bodhi_comment_directive.py
file modified
+16 -17
testing/test_check.py
file modified
+79 -209
testing/test_config.py
file modified
+18 -0
testing/test_executor.py
file added
+475
testing/test_exitcode_directive.py
file modified
+66 -42
testing/test_logger.py
file modified
+7 -10
testing/test_main.py
file added
+177
testing/test_overlord.py
file added
+126
testing/test_remote_exec.py
file added
+256
testing/test_resultsdb_directive.py
file modified
+33 -32
testing/test_rpm_utils.py
file modified
+27 -1
testing/test_runner.py
file removed
-521
testing/test_vm.py
file added
+198
    Merge branch 'develop' into 'master' for 0.4.1 release
    
        
file modified
+42 -10
file modified
+2 -2
file modified
+2 -2
file modified
+50 -3
file modified
+2 -2
file removed
-106
file modified
+31 -41
file modified
+11 -4
file modified
+26 -9
file modified
+1 -1
file modified
+66 -94
file modified
+34 -6
file modified
+15 -0
file modified
+24 -0
file modified
+73 -70
file added
+158
file added
+174
file modified
+51 -0
file removed
-282
file added
+248
file modified
+17 -2
file modified
+3 -4
file modified
+2 -2
file modified
+4 -4
file modified
+15 -46
testing/functest_main.py testing/functest_runner.py
file renamed
+5 -4
file modified
+79 -209
file modified
+18 -0
file modified
+7 -10
file added
+177
file modified
+27 -1
file removed
-521
file added
+198