LICENSE
MANIFEST.in
Makefile
README
README.rst
setup.py
avocado/__init__.py
avocado/__main__.py
avocado/core/__init__.py
avocado/core/app.py
avocado/core/data_dir.py
avocado/core/decorators.py
avocado/core/defaults.py
avocado/core/dispatcher.py
avocado/core/exceptions.py
avocado/core/exit_codes.py
avocado/core/job.py
avocado/core/job_id.py
avocado/core/jobdata.py
avocado/core/loader.py
avocado/core/output.py
avocado/core/parameters.py
avocado/core/parser.py
avocado/core/plugin_interfaces.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/varianter.py
avocado/core/version.py
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/etc/avocado/avocado.conf
avocado/etc/avocado/conf.d/README
avocado/etc/avocado/conf.d/gdb.conf
avocado/etc/avocado/conf.d/jobscripts.conf
avocado/etc/avocado/conf.d/result_upload.conf
avocado/etc/avocado/conf.d/resultsdb.conf
avocado/etc/avocado/scripts/job/post.d/README
avocado/etc/avocado/scripts/job/pre.d/README
avocado/etc/avocado/sysinfo/commands
avocado/etc/avocado/sysinfo/files
avocado/etc/avocado/sysinfo/profilers
avocado/libexec/avocado-bash-utils
avocado/libexec/avocado_debug
avocado/libexec/avocado_error
avocado/libexec/avocado_info
avocado/libexec/avocado_warn
avocado/plugins/__init__.py
avocado/plugins/archive.py
avocado/plugins/config.py
avocado/plugins/diff.py
avocado/plugins/distro.py
avocado/plugins/envkeep.py
avocado/plugins/exec_path.py
avocado/plugins/gdb.py
avocado/plugins/human.py
avocado/plugins/jobscripts.py
avocado/plugins/journal.py
avocado/plugins/json_variants.py
avocado/plugins/jsonresult.py
avocado/plugins/list.py
avocado/plugins/multiplex.py
avocado/plugins/plugins.py
avocado/plugins/replay.py
avocado/plugins/run.py
avocado/plugins/sysinfo.py
avocado/plugins/tap.py
avocado/plugins/teststmpdir.py
avocado/plugins/variants.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/cloudinit.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/filelock.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/lv_utils.py
avocado/utils/memory.py
avocado/utils/multipath.py
avocado/utils/network.py
avocado/utils/output.py
avocado/utils/partition.py
avocado/utils/path.py
avocado/utils/pci.py
avocado/utils/process.py
avocado/utils/runtime.py
avocado/utils/script.py
avocado/utils/service.py
avocado/utils/software_manager.py
avocado/utils/ssh.py
avocado/utils/stacktrace.py
avocado/utils/vmimage.py
avocado/utils/wait.py
avocado/utils/external/__init__.py
avocado/utils/external/gdbmi_parser.py
avocado/utils/external/spark.py
avocado_framework.egg-info/PKG-INFO
avocado_framework.egg-info/SOURCES.txt
avocado_framework.egg-info/dependency_links.txt
avocado_framework.egg-info/entry_points.txt
avocado_framework.egg-info/not-zip-safe
avocado_framework.egg-info/requires.txt
avocado_framework.egg-info/top_level.txt
examples/gdb-prerun-scripts/README
examples/gdb-prerun-scripts/pass-sigusr1
examples/plugins/README.rst
examples/plugins/job-pre-post/mail/avocado_job_mail.py
examples/plugins/job-pre-post/mail/setup.py
examples/plugins/job-pre-post/sleep/avocado_job_sleep.py
examples/plugins/job-pre-post/sleep/setup.py
examples/testplans/release.json
examples/tests/abort.py
examples/tests/assert.py
examples/tests/assets.py
examples/tests/cabort.py
examples/tests/cancelonsetup.py
examples/tests/canceltest.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/sleeptenmin.py
examples/tests/sleeptest.py
examples/tests/synctest.py
examples/tests/test_env.py
examples/tests/timeouttest.py
examples/tests/uncaught_exception.py
examples/tests/vm-cleanup.py
examples/tests/warntest.py
examples/tests/whiteboard.py
examples/tests/assets.py.data/gnu_hello_signer.gpg
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/linuxbuild.py.data/linuxbuild.yaml
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/vm-cleanup.py.data/vm-cleanup.yaml
examples/varianter_cit/params.ini
examples/varianter_pict/params.pict
examples/wrappers/bind_cpu0.sh
examples/wrappers/dummy.sh
examples/wrappers/ltrace.sh
examples/wrappers/perf.sh
examples/wrappers/rr.sh
examples/wrappers/strace.sh
examples/wrappers/time.sh
examples/wrappers/valgrind.sh
examples/yaml_to_mux/complex.yaml
examples/yaml_to_mux/simple.yaml
examples/yaml_to_mux/simple_vars.yaml
examples/yaml_to_mux/types.yaml
examples/yaml_to_mux/hw/hw.yaml
examples/yaml_to_mux/os/linux.yaml
examples/yaml_to_mux/os/windows.yaml
examples/yaml_to_mux_loader/advanced.yaml
examples/yaml_to_mux_loader/basic.yaml
examples/yaml_to_mux_loader/loaders.yaml
scripts/avocado
scripts/avocado-rest-client
selftests/__init__.py
selftests/check_tmp_dirs
selftests/checkall
selftests/list
selftests/modules_boundaries
selftests/run
selftests/run_coverage
selftests/.data/avocado.gz
selftests/.data/empty.tar.bz2
selftests/.data/get_data.py
selftests/.data/jenkins-junit.xsd
selftests/.data/sample.iso
selftests/.data/test_archive__symlinks.zip
selftests/.data/test_statuses.py
selftests/.data/unittests.py
selftests/.data/whiteboard.py
selftests/.data/get_data.py.data/file_data
selftests/.data/get_data.py.data/get_data.yaml
selftests/.data/get_data.py.data/GetData.test_a/test_data
selftests/.data/get_data.py.data/GetData.test_a/long-cbbd/variant_data
selftests/.data/get_data.py.data/GetData.test_a/medium-1a7a/variant_data
selftests/.data/get_data.py.data/GetData.test_a/short-475e/variant_data
selftests/.data/get_data.py.data/GetData.test_b/test_data
selftests/.data/loader_instrumented/__init__.py
selftests/.data/loader_instrumented/dont_crash.py
selftests/.data/loader_instrumented/dont_detect_non_avocado.py
selftests/.data/loader_instrumented/double_import.py
selftests/.data/loader_instrumented/imports.py
selftests/.data/loader_instrumented/infinite_recurse.py
selftests/.data/loader_instrumented/parent1.py
selftests/.data/loader_instrumented/parent4.py
selftests/.data/loader_instrumented/parent7.py
selftests/.data/loader_instrumented/parent9.py
selftests/.data/loader_instrumented/path/__init__.py
selftests/.data/loader_instrumented/path/parent10.py
selftests/.data/loader_instrumented/path/parent2.py
selftests/.data/loader_instrumented/path/parent3.py
selftests/.data/loader_instrumented/path/parent5.py
selftests/.data/loader_instrumented/path/parent6.py
selftests/.data/loader_instrumented/path/parent8.py
selftests/.data/results-52.0/id
selftests/.data/results-52.0/jobdata/args.json
selftests/.data/results-52.0/jobdata/cmdline
selftests/.data/results-52.0/jobdata/config
selftests/.data/results-52.0/jobdata/pwd
selftests/.data/results-52.0/jobdata/test_references
selftests/.data/results-52.0/jobdata/variants.json
selftests/deployment/README
selftests/deployment/ansible.cfg
selftests/deployment/inventory
selftests/deployment/pip-git.yml
selftests/deployment/rpm-copr.yml
selftests/deployment/vars.yml
selftests/deployment/tasks/avocado_copr_repo.yml
selftests/deployment/tasks/avocado_vt_copr_repo.yml
selftests/deployment/tasks/avocado_vt_rpm_pkgs.yml
selftests/deployment/tasks/epel.yml
selftests/deployment/tasks/python_rpm_pkgs.yml
selftests/deployment/tasks/virtualenv_script.yml
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_getdata.py
selftests/functional/test_interrupt.py
selftests/functional/test_job_timeout.py
selftests/functional/test_journal.py
selftests/functional/test_json_variants.py
selftests/functional/test_loader.py
selftests/functional/test_lv_utils.py
selftests/functional/test_output.py
selftests/functional/test_output_check.py
selftests/functional/test_plugin_diff.py
selftests/functional/test_plugin_jobscripts.py
selftests/functional/test_replay_basic.py
selftests/functional/test_replay_external_runner.py
selftests/functional/test_replay_failfast.py
selftests/functional/test_skiptests.py
selftests/functional/test_standalone.py
selftests/functional/test_statuses.py
selftests/functional/test_streams.py
selftests/functional/test_sysinfo.py
selftests/functional/test_teststmpdir.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/test_archive.py
selftests/unit/test_astring.py
selftests/unit/test_data_structures.py
selftests/unit/test_datadir.py
selftests/unit/test_dispatcher.py
selftests/unit/test_distro.py
selftests/unit/test_gdb.py
selftests/unit/test_job.py
selftests/unit/test_jobdata.py
selftests/unit/test_jsonresult.py
selftests/unit/test_loader.py
selftests/unit/test_output.py
selftests/unit/test_parameters.py
selftests/unit/test_parser.py
selftests/unit/test_replay.py
selftests/unit/test_restclient_response.py
selftests/unit/test_result.py
selftests/unit/test_runner_queue.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_astring.py
selftests/unit/test_utils_cloudinit.py
selftests/unit/test_utils_cpu.py
selftests/unit/test_utils_disk.py
selftests/unit/test_utils_filelock.py
selftests/unit/test_utils_genio.py
selftests/unit/test_utils_iso9660.py
selftests/unit/test_utils_kernel.py
selftests/unit/test_utils_linux_modules.py
selftests/unit/test_utils_memory.py
selftests/unit/test_utils_network.py
selftests/unit/test_utils_output.py
selftests/unit/test_utils_partition.py
selftests/unit/test_utils_path.py
selftests/unit/test_utils_pci.py
selftests/unit/test_utils_process.py
selftests/unit/test_utils_script.py
selftests/unit/test_utils_service.py
selftests/unit/test_utils_software_manager.py
selftests/unit/test_utils_stacktrace.py
selftests/unit/test_utils_vmimage.py
selftests/unit/test_xunit.py