Created
October 20, 2015 20:03
-
-
Save apahim/dbfadc4a9d26efa54032 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[asegundo@x240 avocado]$ avocado run /bin/false /bin/true /bin/false | |
JOB ID : 7cc133a60a4268dc4f7449be84ba6960c08874cd | |
JOB LOG : /home/asegundo/avocado/job-results/job-2015-10-20T18.02-7cc133a/job.log | |
TESTS : 3 | |
(1/3) /bin/false: FAIL (0.01 s) | |
(2/3) /bin/true: PASS (0.01 s) | |
(3/3) /bin/false: FAIL (0.01 s) | |
RESULTS : PASS 1 | ERROR 0 | FAIL 2 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 0.03 s | |
[asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ cat jobs/7cc133a60a4268dc4f7449be84ba6960c08874cd/ | |
command config urls | |
[asegundo@x240 avocado]$ cat jobs/7cc133a60a4268dc4f7449be84ba6960c08874cd/command | |
['/usr/bin/avocado', 'run', '/bin/false', '/bin/true', '/bin/false'][asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ cat jobs/7cc133a60a4268dc4f7449be84ba6960c08874cd/config | |
{'virt.guest.image_path': '', 'vt.qemu.vhost': 'off', 'plugins.loaders': "['file', '@DEFAULT']", 'vt.common.nettype': '', 'datadir.paths.logs_dir': '~/avocado/job-results', 'runner.behavior.keep_tmp_files': 'False', 'restclient.connection.port': '9405', 'datadir.paths.data_dir': '/usr/share/avocado/data', 'virt.videos.enable': 'False', 'vt.qemu.qemu_dst_bin': '', 'virt.restore.disable_for_job': 'False', 'virt.screendumps.enable': 'False', 'virt.qemu.paths.qemu_img_bin': '', 'vt.libvirt.connect_uri': 'qemu:///session', 'sysinfo.collectibles.profilers': '/etc/avocado/sysinfo/profilers', 'vt.qemu.qemu_bin': '', 'virt.screendumps.interval': '0.5', 'restclient.connection.password': '', 'vt.setup.backup_image_before_test': 'True', 'runner.output.utf8': '', 'vt.setup.restore_image_after_test': 'True', 'vt.setup.keep_guest_running': 'False', 'vt.common.mem': '1024', 'datadir.paths.base_dir': '/usr/share/avocado', 'sysinfo.collectibles.files': '/etc/avocado/sysinfo/files', 'gdb.paths.gdb': '/usr/bin/gdb', 'virt.videos.jpeg_conversion_quality': '95', 'vt.qemu.malloc_perturb': 'yes', 'vt.qemu.smp': '2', 'virt.restore.disable_for_test': 'False', 'sysinfo.collect.profiler': 'False', 'vt.qemu.image_type': 'qcow2', 'job.output.loglevel': 'debug', 'datadir.paths.job_dir': '~/avocado/jobs', 'virt.guest.password': '123456', 'vt.common.netdst': 'virbr0', 'vt.qemu.nic_model': 'virtio_net', 'restclient.connection.username': '', 'virt.qemu.paths.qemu_io_bin': '', 'vt.common.data_dir': '', 'vt.common.machine_type': '', 'restclient.connection.hostname': 'localhost', 'sysinfo.collectibles.commands': '/etc/avocado/sysinfo/commands', 'virt.qemu.paths.qemu_bin': '', 'vt.qemu.disk_bus': 'virtio_blk', 'virt.guest.user': 'root', 'vt.debug.no_cleanup': 'False', 'vt.common.type_specific_only': 'False', 'vt.common.arch': '', 'sysinfo.collect.enabled': 'True', 'runner.output.colored': 'True', 'vt.qemu.monitor': 'human', 'plugins.skip_broken_plugin_notification': '[]', 'sysinfo.collect.installed_packages': 'False', 'datadir.paths.test_dir': '/usr/share/avocado/tests', 'gdb.paths.gdbserver': '/usr/bin/gdbserver', 'virt.qemu.migrate.timeout': '60.0', 'vt.qemu.accel': 'kvm', 'vt.qemu.defconfig': 'yes', 'vt.qemu.sandbox': 'on', 'virt.qemu.paths.qemu_dst_bin': ''}[asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ cat jobs/7cc133a60a4268dc4f7449be84ba6960c08874cd/urls | |
['/bin/false', '/bin/true', '/bin/false'][asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ avocado run --replay 7cc | |
JOB ID : 1d06f17317e2deb251029c6c983a1be48581efa3 | |
JOB LOG : /home/asegundo/avocado/job-results/job-2015-10-20T18.02-1d06f17/job.log | |
TESTS : 3 | |
(1/3) /bin/false: FAIL (0.01 s) | |
(2/3) /bin/true: PASS (0.01 s) | |
(3/3) /bin/false: FAIL (0.01 s) | |
RESULTS : PASS 1 | ERROR 0 | FAIL 2 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 0.03 s | |
[asegundo@x240 avocado]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment