LICENSE
MANIFEST.in
Makefile
README
README.rst
setup.cfg
setup.py
avocado/__init__.py
avocado/__main__.py
avocado.egg-info/PKG-INFO
avocado.egg-info/SOURCES.txt
avocado.egg-info/dependency_links.txt
avocado.egg-info/entry_points.txt
avocado.egg-info/not-zip-safe
avocado.egg-info/top_level.txt
avocado/core/__init__.py
avocado/core/app.py
avocado/core/data_dir.py
avocado/core/dispatcher.py
avocado/core/exceptions.py
avocado/core/exit_codes.py
avocado/core/html.py
avocado/core/job.py
avocado/core/job_id.py
avocado/core/jsonresult.py
avocado/core/loader.py
avocado/core/multiplexer.py
avocado/core/output.py
avocado/core/parser.py
avocado/core/remoter.py
avocado/core/replay.py
avocado/core/result.py
avocado/core/runner.py
avocado/core/safeloader.py
avocado/core/settings.py
avocado/core/status.py
avocado/core/sysinfo.py
avocado/core/test.py
avocado/core/tree.py
avocado/core/version.py
avocado/core/virt.py
avocado/core/xunit.py
avocado/core/remote/__init__.py
avocado/core/remote/result.py
avocado/core/remote/runner.py
avocado/core/remote/test.py
avocado/core/resources/htmlresult/static/css/bootstrap.min.css
avocado/core/resources/htmlresult/static/css/dataTables.bootstrap.css
avocado/core/resources/htmlresult/static/fonts/glyphicons-halflings-regular.eot
avocado/core/resources/htmlresult/static/fonts/glyphicons-halflings-regular.svg
avocado/core/resources/htmlresult/static/fonts/glyphicons-halflings-regular.ttf
avocado/core/resources/htmlresult/static/fonts/glyphicons-halflings-regular.woff
avocado/core/resources/htmlresult/static/images/sort_asc.png
avocado/core/resources/htmlresult/static/images/sort_both.png
avocado/core/resources/htmlresult/static/images/sort_desc.png
avocado/core/resources/htmlresult/static/js/bootstrap.min.js
avocado/core/resources/htmlresult/static/js/dataTables.bootstrap.js
avocado/core/resources/htmlresult/static/js/jquery.dataTables.min.js
avocado/core/resources/htmlresult/static/js/jquery.min.js
avocado/core/resources/htmlresult/templates/report.mustache
avocado/core/restclient/__init__.py
avocado/core/restclient/connection.py
avocado/core/restclient/response.py
avocado/core/restclient/cli/__init__.py
avocado/core/restclient/cli/app.py
avocado/core/restclient/cli/parser.py
avocado/core/restclient/cli/actions/__init__.py
avocado/core/restclient/cli/actions/base.py
avocado/core/restclient/cli/actions/server.py
avocado/core/restclient/cli/args/__init__.py
avocado/core/restclient/cli/args/base.py
avocado/core/restclient/cli/args/server.py
avocado/plugins/__init__.py
avocado/plugins/base.py
avocado/plugins/config.py
avocado/plugins/distro.py
avocado/plugins/exec_path.py
avocado/plugins/gdb.py
avocado/plugins/html.py
avocado/plugins/jobscripts.py
avocado/plugins/journal.py
avocado/plugins/json.py
avocado/plugins/list.py
avocado/plugins/multiplex.py
avocado/plugins/plugins.py
avocado/plugins/remote.py
avocado/plugins/replay.py
avocado/plugins/run.py
avocado/plugins/sysinfo.py
avocado/plugins/vm.py
avocado/plugins/wrapper.py
avocado/plugins/xunit.py
avocado/utils/__init__.py
avocado/utils/archive.py
avocado/utils/asset.py
avocado/utils/astring.py
avocado/utils/aurl.py
avocado/utils/build.py
avocado/utils/cpu.py
avocado/utils/crypto.py
avocado/utils/data_factory.py
avocado/utils/data_structures.py
avocado/utils/debug.py
avocado/utils/disk.py
avocado/utils/distro.py
avocado/utils/download.py
avocado/utils/gdb.py
avocado/utils/genio.py
avocado/utils/git.py
avocado/utils/iso9660.py
avocado/utils/kernel.py
avocado/utils/linux_modules.py
avocado/utils/memory.py
avocado/utils/network.py
avocado/utils/output.py
avocado/utils/path.py
avocado/utils/process.py
avocado/utils/runtime.py
avocado/utils/script.py
avocado/utils/service.py
avocado/utils/software_manager.py
avocado/utils/stacktrace.py
avocado/utils/wait.py
avocado/utils/external/__init__.py
avocado/utils/external/gdbmi_parser.py
avocado/utils/external/spark.py
etc/avocado/avocado.conf
etc/avocado/conf.d/README
etc/avocado/conf.d/gdb.conf
etc/avocado/scripts/job/post.d/README
etc/avocado/scripts/job/pre.d/README
etc/avocado/sysinfo/commands
etc/avocado/sysinfo/files
etc/avocado/sysinfo/profilers
examples/mux-environment.yaml
examples/mux-selftest-advanced.yaml
examples/mux-selftest-distro.yaml
examples/mux-selftest-params.yaml
examples/mux-selftest.yaml
examples/tests/abort.py
examples/tests/cabort.py
examples/tests/datadir.py
examples/tests/doublefail.py
examples/tests/doublefree.py
examples/tests/doublefree_nasty.py
examples/tests/env_variables.sh
examples/tests/errortest.py
examples/tests/errortest_nasty.py
examples/tests/errortest_nasty2.py
examples/tests/errortest_nasty3.py
examples/tests/fail_on_exception.py
examples/tests/failtest.py
examples/tests/failtest.sh
examples/tests/failtest_ugly.py
examples/tests/gdbtest.py
examples/tests/gendata.py
examples/tests/linuxbuild.py
examples/tests/modify_variable.py
examples/tests/multiple_tests.py
examples/tests/multiplextest.py
examples/tests/output_check.sh
examples/tests/passtest.py
examples/tests/passtest.sh
examples/tests/raise.py
examples/tests/simplewarning.sh
examples/tests/skip_outside_setup.py
examples/tests/skiponsetup.py
examples/tests/sleeptenmin.py
examples/tests/sleeptest.py
examples/tests/synctest.py
examples/tests/timeouttest.py
examples/tests/trinity.py
examples/tests/uncaught_exception.py
examples/tests/vm-cleanup.py
examples/tests/warntest.py
examples/tests/whiteboard.py
examples/tests/cabort.py.data/abort.c
examples/tests/datadir.py.data/datadir.c
examples/tests/doublefree.py.data/doublefree.c
examples/tests/doublefree_nasty.py.data/doublefree.c
examples/tests/doublefree_nasty.py.data/gdb_pre
examples/tests/doublefree_nasty.py.data/iterations.yaml
examples/tests/env_variables.sh.data/env_variables.yaml
examples/tests/gdbtest.py.data/return99.c
examples/tests/gdbtest.py.data/segfault.c
examples/tests/modify_variable.py.data/print_variable.c
examples/tests/multiplextest.py.data/multiplextest.yaml
examples/tests/output_check.sh.data/stderr.expected
examples/tests/output_check.sh.data/stdout.expected
examples/tests/raise.py.data/raise.c
examples/tests/raise.py.data/raise.yaml
examples/tests/sleeptenmin.py.data/sleeptenmin.yaml
examples/tests/sleeptest.py.data/sleeptest.yaml
examples/tests/synctest.py.data/stderr.expected
examples/tests/synctest.py.data/stdout.expected
examples/tests/synctest.py.data/synctest.tar.bz2
examples/tests/synctest.py.data/synctest.yaml
examples/tests/trinity.py.data/trinity-1.5.tar.bz2
examples/tests/vm-cleanup.py.data/vm-cleanup.yaml
examples/tests/whiteboard.py.data/whiteboard.yaml
examples/wrappers/bind_cpu0.sh
examples/wrappers/dummy.sh
examples/wrappers/ltrace.sh
examples/wrappers/perf.sh
examples/wrappers/strace.sh
examples/wrappers/time.sh
examples/wrappers/valgrind.sh
libexec/avocado-bash-utils
libexec/avocado_debug
libexec/avocado_error
libexec/avocado_info
libexec/avocado_warn
man/avocado-rest-client.rst
man/avocado.rst
scripts/avocado
scripts/avocado-rest-client
selftests/__init__.py
selftests/check_tmp_dirs
selftests/checkall
selftests/cyclical_deps
selftests/modules_boundaries
selftests/run
selftests/run_coverage
selftests/doc/__init__.py
selftests/doc/test_doc_build.py
selftests/functional/__init__.py
selftests/functional/test_argument_parsing.py
selftests/functional/test_basic.py
selftests/functional/test_export_variables.py
selftests/functional/test_gdb.py
selftests/functional/test_interrupt.py
selftests/functional/test_job_timeout.py
selftests/functional/test_journal.py
selftests/functional/test_loader.py
selftests/functional/test_multiplex.py
selftests/functional/test_output.py
selftests/functional/test_output_check.py
selftests/functional/test_plugin_jobscripts.py
selftests/functional/test_replay_basic.py
selftests/functional/test_replay_external_runner.py
selftests/functional/test_standalone.py
selftests/functional/test_streams.py
selftests/functional/test_sysinfo.py
selftests/functional/test_thirdparty_bugs.py
selftests/functional/test_unittest_compat.py
selftests/functional/test_utils.py
selftests/functional/test_wrapper.py
selftests/unit/__init__.py
selftests/unit/junit-4.xsd
selftests/unit/test_archive.py
selftests/unit/test_astring.py
selftests/unit/test_datadir.py
selftests/unit/test_distro.py
selftests/unit/test_gdb.py
selftests/unit/test_jsonresult.py
selftests/unit/test_loader.py
selftests/unit/test_multiplexer.py
selftests/unit/test_remote.py
selftests/unit/test_restclient_response.py
selftests/unit/test_safeloader.py
selftests/unit/test_settings.py
selftests/unit/test_sysinfo.py
selftests/unit/test_test.py
selftests/unit/test_tree.py
selftests/unit/test_utils_asset.py
selftests/unit/test_utils_linux_modules.py
selftests/unit/test_utils_output.py
selftests/unit/test_utils_process.py
selftests/unit/test_utils_service.py
selftests/unit/test_vm.py
selftests/unit/test_xunit.py