├── .github └── workflows │ ├── codeql.yml │ ├── lint_cehck.yml │ └── xfstests.yaml ├── .gitignore ├── .travis.yml ├── LICENSE ├── README.rst ├── cpu ├── cpuhotplug.py ├── cpuhotplug.py.data │ └── cpuhotplug.yaml ├── cpuidle-latency.py ├── cpuidle-latency.py.data │ └── cpuidle-latency.yaml ├── cpupower_monitor.py ├── cpupower_monitor.py.data │ └── cpupower.yaml ├── dwh.py ├── dwh.py.data │ ├── Makefile │ ├── dwh.cpp │ ├── dwh.yaml │ └── fofd.patch ├── ebizzy.py ├── ebizzy.py.data │ ├── Fix-build-issues-with-ebizzy.patch │ └── ebizzy.yaml ├── em_cpufreq.py ├── em_cpufreq.py.data │ └── em_cpufreq.yaml ├── em_cpuhotplug.py ├── em_cpuhotplug.py.data │ └── em_cpuhotplug.yaml ├── em_cpuidle.py ├── em_cpupower.py ├── em_quad_level_frequency_transitions.py ├── em_quad_level_frequency_transitions.py.data │ └── em_quad_level_frequency_transitions.yaml ├── em_smt_folding_test.py ├── em_smt_folding_test.py.data │ ├── Fix-build-issues-with-ebizzy.patch │ └── em_smt_folding_test.yaml ├── linsched.py ├── linsched.py.data │ ├── fix.patch │ └── linsched.yaml ├── load_balancer.py ├── load_balancer.py.data │ └── load_balancer.yaml ├── lockstorm_benchmark.py ├── lockstorm_benchmark.py.data │ └── lockstorm.yaml ├── numactl.py ├── numactl.py.data │ ├── README.txt │ ├── numa_fc.yaml │ └── numa_network.yaml ├── numatop.py ├── perf_pipe_benchmark.py ├── perf_pipe_benchmark.py.data │ ├── README.txt │ └── sched_pipe.yaml ├── pmqa.py ├── pmqa.py.data │ └── pmqa.yaml ├── podman_container.py ├── podman_container.py.data │ └── podman.yaml ├── ppc64_cpu_test.py ├── ppc64_cpu_test.py.data │ └── ppc64_cpu_test.yaml ├── producer_consumer.py ├── producer_consumer.py.data │ └── producer_consumer.yaml ├── pvr.py ├── pvr.py.data │ └── pvr.cfg ├── schbench.py ├── schbench.py.data │ └── schbench.yaml ├── sensors.py ├── stressng_cpu.py ├── stressng_cpu.py.data │ ├── README │ └── stressng_cpu.yaml └── xive.py ├── dlpar ├── README.md ├── dlpar_api │ └── api.py ├── dlpar_main.py └── dlpar_main.py.data │ └── dlpar.yaml ├── fs ├── filebench.py ├── filebench.py.data │ ├── README │ └── filebench.yaml ├── flail.py ├── flail.py.data │ ├── flail-0.2.0.tar.gz │ └── flail.yaml ├── fs-fuzz.py ├── fsshrink.py ├── fsshrink.py.data │ └── test-shrink.sh ├── fsx.py ├── fsx.py.data │ └── fsx-mm.yaml ├── pjdfstest.py ├── xfstests.py └── xfstests.py.data │ ├── README │ ├── btrfs │ ├── 4k.yaml │ ├── 4k_adv.yaml │ ├── 4k_adv_upstream.yaml │ ├── 4k_auto.yaml │ ├── 4k_upstream.yaml │ ├── 64k.yaml │ ├── 64k_adv.yaml │ ├── 64k_adv_upstream.yaml │ ├── 64k_auto.yaml │ ├── 64k_upstream.yaml │ └── ci.yaml │ ├── ext2 │ ├── 1k.yaml │ ├── 1k_auto.yaml │ ├── 4k.yaml │ ├── 4k_auto.yaml │ ├── 64k.yaml │ ├── 64k_auto.yaml │ └── ci.yaml │ ├── ext4 │ ├── 1k.yaml │ ├── 1k_adv.yaml │ ├── 1k_adv_auto.yaml │ ├── 1k_adv_upstream.yaml │ ├── 1k_auto.yaml │ ├── 1k_ext3.yaml │ ├── 1k_nodioread_nolock.yaml │ ├── 1k_nojournal.yaml │ ├── 1k_upstream.yaml │ ├── 1k_verity.yaml │ ├── 4k.yaml │ ├── 4k_adv.yaml │ ├── 4k_adv_auto.yaml │ ├── 4k_adv_upstream.yaml │ ├── 4k_auto.yaml │ ├── 4k_bigalloc.yaml │ ├── 4k_ext3.yaml │ ├── 4k_nodelalloc.yaml │ ├── 4k_nodioread_nolock.yaml │ ├── 4k_nojournal.yaml │ ├── 4k_upstream.yaml │ ├── 4k_verity.yaml │ ├── 64k.yaml │ ├── 64k_adv.yaml │ ├── 64k_adv_auto.yaml │ ├── 64k_adv_upstream.yaml │ ├── 64k_auto.yaml │ ├── 64k_bigalloc.yaml │ ├── 64k_ext3.yaml │ ├── 64k_nodelalloc.yaml │ ├── 64k_nodioread_nolock.yaml │ ├── 64k_nojournal.yaml │ ├── 64k_upstream.yaml │ ├── 64k_verity.yaml │ ├── ci.yaml │ ├── dax.yaml │ ├── dax_log.yaml │ └── dax_upstream.yaml │ ├── local.config │ ├── xfs │ ├── 1k.yaml │ ├── 1k_adv.yaml │ ├── 1k_adv_auto.yaml │ ├── 1k_adv_upstream.yaml │ ├── 1k_auto.yaml │ ├── 1k_upstream.yaml │ ├── 4k.yaml │ ├── 4k_adv.yaml │ ├── 4k_adv_auto.yaml │ ├── 4k_adv_upstream.yaml │ ├── 4k_auto.yaml │ ├── 4k_dirblock-8k.yaml │ ├── 4k_upstream.yaml │ ├── 4k_v4.yaml │ ├── 64k.yaml │ ├── 64k_adv.yaml │ ├── 64k_adv_auto.yaml │ ├── 64k_adv_upstream.yaml │ ├── 64k_auto.yaml │ ├── 64k_upstream.yaml │ ├── ci.yaml │ ├── dax.yaml │ ├── dax_log.yaml │ └── dax_upstream.yaml │ └── xfstests_disk.yaml ├── fuzz ├── fsfuzzer.py ├── fsfuzzer.py.data │ ├── README │ ├── fsfuzz_fix.patch │ └── fsfuzzer.yaml ├── trinity.py └── trinity.py.data │ ├── README │ └── trinity.yaml ├── generic ├── connectathon.py ├── connectathon.py.data │ └── connectathon.yaml ├── criu.py ├── criu.py.data │ └── version.yaml ├── cxl.py ├── cxl.py.data │ └── cxl.yaml ├── interbench.py ├── interbench.py.data │ ├── interbench.yaml │ └── makefile_fix.patch ├── ipistorm.py ├── ltp.py ├── ltp.py.data │ ├── ltp-fs.yaml │ ├── ltp-mem.yaml │ ├── ltp-net.yaml │ ├── ltp-sched.yaml │ ├── ltp-security-stress.yaml │ ├── ltp-security.yaml │ ├── ltp-syscalls.yaml │ ├── ltp-tracing.yaml │ ├── ltp.yaml │ └── skipfile ├── nstress.py ├── nstress.py.data │ └── nstress.yaml ├── openblas.py ├── rcutorture.py ├── rcutorture.py.data │ └── README ├── service_check.py ├── service_check.py.data │ └── services.cfg ├── stress-ng.py ├── stress-ng.py.data │ ├── readme.rst │ ├── stress-ng-fs.yaml │ ├── stress-ng-iommu.yaml │ ├── stress-ng-numa.yaml │ ├── stress-ng.yaml │ └── stress_ng_interrupt.yaml ├── stress.py ├── stress.py.data │ └── stress.yaml ├── stressapptest.py ├── stressapptest.py.data │ └── stressapptest.yaml ├── sysbench.py └── sysbench.py.data │ ├── readme.rst │ └── sysbench.yaml ├── gpu ├── README.md ├── gpu.py └── gpu.py.data │ ├── Makefile │ └── xgemm.c ├── io ├── common │ ├── bootlist_test.py │ ├── bootlist_test.py.data │ │ ├── README.txt │ │ ├── bootlist_test_disk.yaml │ │ └── bootlist_test_network.yaml │ ├── distro_tools.py │ ├── distro_tools.py.data │ │ ├── README.txt │ │ ├── distro_tools_common.yaml │ │ ├── distro_tools_pci.yaml │ │ └── distro_tools_virtual.yaml │ ├── virtual_bind_unbind.py │ └── virtual_bind_unbind.py.data │ │ ├── README.txt │ │ └── virtual_bind_unbind.yaml ├── disk │ ├── Avago_storage_adapter │ │ ├── avago3008.py │ │ ├── avago3008.py.data │ │ │ ├── Readme │ │ │ ├── avago3008.yaml │ │ │ ├── avago3008_cleanupraid.yaml │ │ │ └── avago3008_setupraid.yaml │ │ ├── avago9361.py │ │ ├── avago9361.py.data │ │ │ ├── Readme │ │ │ └── avago9361.yaml │ │ ├── avago9361_vd.py │ │ └── avago9361_vd.py.data │ │ │ ├── Readme │ │ │ └── avago9361_vd.yaml │ ├── arcconf │ │ ├── arcconf_cntl_oper.py │ │ ├── arcconf_cntl_oper.py.data │ │ │ ├── Readme │ │ │ └── arcconf_cntl_oper.yaml │ │ ├── arcconf_drive_oper.py │ │ ├── arcconf_drive_oper.py.data │ │ │ ├── Readme │ │ │ └── arcconf_drive_oper.yaml │ │ ├── arcconf_migration.py │ │ ├── arcconf_migration.py.data │ │ │ ├── Readme │ │ │ └── arcconf_migration.yaml │ │ ├── arcconf_raid_oper.py │ │ └── arcconf_raid_oper.py.data │ │ │ ├── Readme │ │ │ └── arcconf_raid_oper.yaml │ ├── blktests.py │ ├── blktests.py.data │ │ ├── README.txt │ │ └── blktests.yaml │ ├── bonnie.py │ ├── bonnie.py.data │ │ ├── Readme.txt │ │ └── bonnie.yaml │ ├── dbench.py │ ├── dbench.py.data │ │ ├── Readme.txt │ │ ├── dbench.yaml │ │ └── dbench_startup.patch │ ├── disk_info.py │ ├── disk_info.py.data │ │ ├── Readme.txt │ │ └── disk_info.yaml │ ├── disktest.py │ ├── disktest.py.data │ │ ├── README.txt │ │ ├── disktest.c │ │ └── disktest.yaml │ ├── dlpar_vscsi.py │ ├── dlpar_vscsi.py.data │ │ ├── Readme.txt │ │ └── dlpar_vscsi.yaml │ ├── fiotest.py │ ├── fiotest.py.data │ │ ├── README │ │ ├── fio-devdax.job │ │ ├── fio-libpmem.job │ │ ├── fio-mixed.job │ │ ├── fio-perf.yaml │ │ ├── fio-pmem.yaml │ │ ├── fio-rand-RW.job │ │ ├── fio-rand-read.job │ │ ├── fio-rand-write.job │ │ ├── fio-seq-RW.job │ │ ├── fio-seq-read.job │ │ ├── fio-seq-write.job │ │ ├── fio-simple.job │ │ └── fio.yaml │ ├── fs_mark.py │ ├── fs_mark.py.data │ │ ├── README.txt │ │ └── fs_mark.yaml │ ├── htx_block_devices.py │ ├── htx_block_devices.py.data │ │ ├── Readme.txt │ │ ├── htx_all_devices.yaml │ │ └── htx_block_devices.yaml │ ├── ioping.py │ ├── ioping.py.data │ │ ├── README │ │ └── ioping.yaml │ ├── iozone.py │ ├── iozone.py.data │ │ ├── README │ │ ├── iozone.yaml │ │ └── makefile.patch │ ├── ltp_fs.py │ ├── ltp_fs.py.data │ │ ├── README.txt │ │ └── ltp_fs.yaml │ ├── ltp_fsstress.py │ ├── ltp_fsstress.py.data │ │ ├── Readme.txt │ │ └── ltp_fsstress.yaml │ ├── lvsetup.py │ ├── lvsetup.py.data │ │ ├── README │ │ └── lvsetup.yaml │ ├── multipath_test.py │ ├── multipath_test.py.data │ │ ├── README.txt │ │ └── multipath_test.yaml │ ├── mvcli_test.py │ ├── mvcli_test.py.data │ │ ├── README.txt │ │ └── mvcli.yaml │ ├── parallel_dd.py │ ├── parallel_dd.py.data │ │ ├── README │ │ └── parallel_dd.yaml │ ├── port_bounce.py │ ├── port_bounce.py.data │ │ ├── README │ │ └── port_bounce.yaml │ ├── rawread.py │ ├── rawread.py.data │ │ ├── README │ │ ├── rawread.tar │ │ └── rawread.yaml │ ├── scsi_add_remove.py │ ├── scsi_add_remove.py.data │ │ ├── README.txt │ │ └── scsi_add_remove.yaml │ ├── smartctl.py │ ├── smartctl.py.data │ │ ├── Readme │ │ └── smartctl.yaml │ ├── softwareraid.py │ ├── softwareraid.py.data │ │ ├── Readme │ │ └── softwareraid.yaml │ ├── ssd │ │ ├── blkdiscard.py │ │ ├── blkdiscard.py.data │ │ │ ├── README │ │ │ └── blkdiscard.yaml │ │ ├── ezfiotest.py │ │ ├── ezfiotest.py.data │ │ │ ├── README.txt │ │ │ └── ezfiotest.yaml │ │ ├── nvme_cli_selftests.py │ │ ├── nvme_cli_selftests.py.data │ │ │ └── nvme_cli_selftests.yaml │ │ ├── nvme_sedtest.py │ │ ├── nvme_sedtest.py.data │ │ │ ├── README.txt │ │ │ └── nvme_sedtest.yaml │ │ ├── nvmetest.py │ │ └── nvmetest.py.data │ │ │ ├── README.txt │ │ │ ├── nvmetest.yaml │ │ │ └── nvmetest_splitter.yaml │ ├── sysfsdisk_att.py │ ├── sysfsdisk_att.py.data │ │ ├── README.txt │ │ └── sysfsdisk_att.yaml │ ├── tiobench.py │ ├── tiobench.py.data │ │ └── tiobench.yaml │ ├── usb_tests.py │ ├── usb_tests.py.data │ │ ├── README │ │ └── usb_tests.yaml │ └── vfc-tests │ │ ├── vfc_dlpar.py │ │ ├── vfc_dlpar.py.data │ │ ├── README.txt │ │ └── vfc_dlpar.yaml │ │ ├── virtual_fc.py │ │ └── virtual_fc.py.data │ │ ├── README │ │ └── virtual_fc.yaml ├── driver │ ├── driver_bind_test.py │ ├── driver_bind_test.py.data │ │ ├── README.txt │ │ └── driver_bind_test.yaml │ ├── driver_parameter.py │ ├── driver_parameter.py.data │ │ ├── README.txt │ │ ├── driver_parameter_bnx2x.yaml │ │ ├── driver_parameter_i40e.yaml │ │ ├── driver_parameter_ibmveth.yaml │ │ ├── driver_parameter_ixgbe.yaml │ │ ├── driver_parameter_mlx4_core.yaml │ │ ├── driver_parameter_mlx4_en.yaml │ │ ├── driver_parameter_mlx4_ib.yaml │ │ ├── driver_parameter_mlx5_core.yaml │ │ ├── driver_parameter_mlx5_core_infiniband.yaml │ │ ├── driver_parameter_mlx5_core_roce.yaml │ │ ├── driver_parameter_mlx5_ib.yaml │ │ ├── driver_parameter_slate.yaml │ │ └── driver_parameter_tg3.yaml │ ├── driver_parameter_block_device.py │ ├── driver_parameter_block_device.py.data │ │ ├── README.txt │ │ ├── driver_parameter_block_device_ibmvfc.yaml │ │ ├── driver_parameter_block_device_ipr.yaml │ │ ├── driver_parameter_block_device_lpfc.yaml │ │ ├── driver_parameter_block_device_mpt3sas.yaml │ │ ├── driver_parameter_block_device_nvme.yaml │ │ └── driver_parameter_block_device_qla2xxx.yaml │ ├── module_unload_load.py │ └── module_unload_load.py.data │ │ ├── README.txt │ │ ├── config │ │ └── module_unload_load.yaml ├── genwqe │ ├── genwqetest.py │ └── genwqetest.py.data │ │ └── genwqetest.yaml ├── iommu │ ├── amd │ │ └── iommu_v2pgmode_test.py │ ├── iommu_tests.py │ └── iommu_tests.py.data │ │ ├── README.txt │ │ └── iommu_tests.yaml ├── net │ ├── Network_config.py │ ├── Network_config.py.data │ │ ├── Network_config.yaml │ │ └── README.txt │ ├── bonding.py │ ├── bonding.py.data │ │ ├── README.txt │ │ ├── bonding.yaml │ │ ├── bonding_advance.yaml │ │ ├── bonding_infiniband.yaml │ │ ├── bonding_mode0.yaml │ │ ├── bonding_mode1.yaml │ │ ├── bonding_mode4.yaml │ │ ├── bonding_single.yaml │ │ └── bonding_virtual.yaml │ ├── bridge.py │ ├── bridge.py.data │ │ ├── README.txt │ │ └── bridge.yaml │ ├── ethtool_test.py │ ├── ethtool_test.py.data │ │ ├── README.txt │ │ ├── ethtool_infiniband.yaml │ │ ├── ethtool_iscsi_test.yaml │ │ ├── ethtool_scenario.yaml │ │ ├── ethtool_sriov_test.yaml │ │ ├── ethtool_test.yaml │ │ ├── ethtool_veth_test.yaml │ │ └── ethtool_vnic_test.yaml │ ├── htx_nic_devices.py │ ├── htx_nic_devices.py.data │ │ ├── README.txt │ │ └── htx_nic_devices.yaml │ ├── infiniband │ │ ├── dapl.py │ │ ├── dapl.py.data │ │ │ ├── README.txt │ │ │ ├── dapl_infiniband.yaml │ │ │ └── dapl_roce.yaml │ │ ├── ib_pingpong.py │ │ ├── ib_pingpong.py.data │ │ │ ├── README.txt │ │ │ ├── ib_pingpong_infiniband.yaml │ │ │ └── ib_pingpong_roce.yaml │ │ ├── mckey.py │ │ ├── mckey.py.data │ │ │ ├── README.txt │ │ │ ├── mckey_infiniband.yaml │ │ │ └── mckey_roce.yaml │ │ ├── mofed_install_test.py │ │ ├── mofed_install_test.py.data │ │ │ ├── README.txt │ │ │ ├── mofed_install_test.yaml │ │ │ └── mofed_install_test_nvmf.yaml │ │ ├── ping6.py │ │ ├── ping6.py.data │ │ │ ├── README.txt │ │ │ ├── ping6_infiniband.yaml │ │ │ └── ping6_roce.yaml │ │ ├── rdma_tests.py │ │ ├── rdma_tests.py.data │ │ │ ├── README.txt │ │ │ ├── ib_atomic_bw_basic_infiniband.yaml │ │ │ ├── ib_atomic_bw_basic_roce.yaml │ │ │ ├── ib_atomic_bw_extended_infiniband.yaml │ │ │ ├── ib_atomic_bw_extended_roce.yaml │ │ │ ├── ib_atomic_lat_basic_infiniband.yaml │ │ │ ├── ib_atomic_lat_basic_roce.yaml │ │ │ ├── ib_atomic_lat_extended_infiniband.yaml │ │ │ ├── ib_atomic_lat_extended_roce.yaml │ │ │ ├── ib_read_bw_basic_infiniband.yaml │ │ │ ├── ib_read_bw_basic_roce.yaml │ │ │ ├── ib_read_bw_extended_infiniband.yaml │ │ │ ├── ib_read_bw_extended_roce.yaml │ │ │ ├── ib_read_lat_basic_infiniband.yaml │ │ │ ├── ib_read_lat_basic_roce.yaml │ │ │ ├── ib_read_lat_extended_infiniband.yaml │ │ │ ├── ib_read_lat_extended_roce.yaml │ │ │ ├── ib_send_bw_basic_infiniband.yaml │ │ │ ├── ib_send_bw_basic_roce.yaml │ │ │ ├── ib_send_bw_extended_infiniband.yaml │ │ │ ├── ib_send_bw_extended_roce.yaml │ │ │ ├── ib_send_lat_basic_infiniband.yaml │ │ │ ├── ib_send_lat_basic_roce.yaml │ │ │ ├── ib_send_lat_extended_infiniband.yaml │ │ │ ├── ib_send_lat_extended_roce.yaml │ │ │ ├── ib_write_bw_basic_infiniband.yaml │ │ │ ├── ib_write_bw_basic_roce.yaml │ │ │ ├── ib_write_bw_extended_infiniband.yaml │ │ │ ├── ib_write_bw_extended_roce.yaml │ │ │ ├── ib_write_lat_basic_infiniband.yaml │ │ │ ├── ib_write_lat_basic_roce.yaml │ │ │ ├── ib_write_lat_extended_infiniband.yaml │ │ │ └── ib_write_lat_extended_roce.yaml │ │ ├── rping.py │ │ ├── rping.py.data │ │ │ ├── README.txt │ │ │ ├── rping_infiniband.yaml │ │ │ └── rping_roce.yaml │ │ ├── ucmatose.py │ │ ├── ucmatose.py.data │ │ │ ├── README.txt │ │ │ ├── ucmatose_infiniband.yaml │ │ │ └── ucmatose_roce.yaml │ │ ├── udaddy.py │ │ └── udaddy.py.data │ │ │ ├── README.txt │ │ │ ├── udaddy_infiniband.yaml │ │ │ └── udaddy_roce.yaml │ ├── iperf_test.py │ ├── iperf_test.py.data │ │ ├── README.txt │ │ ├── iperf_test.yaml │ │ └── iperf_virt_test.yaml │ ├── irqbalance.py │ ├── irqbalance.py.data │ │ ├── README.txt │ │ ├── irqbalance_disk.yaml │ │ └── irqbalance_network.yaml │ ├── multicast.py │ ├── multicast.py.data │ │ ├── README.txt │ │ └── multicast.yaml │ ├── multiport_stress.py │ ├── multiport_stress.py.data │ │ ├── README.txt │ │ ├── multiport_stress.yaml │ │ └── multiport_stress_virt.yaml │ ├── net_tools.py │ ├── net_tools.py.data │ │ └── net_tools.yaml │ ├── netperf_test.py │ ├── netperf_test.py.data │ │ ├── README.txt │ │ ├── netperf_test.yaml │ │ ├── netperf_test_virt.yaml │ │ └── nettest_omni.patch │ ├── network_test.py │ ├── network_test.py.data │ │ ├── network_test.yaml │ │ ├── network_test_infiniband.yaml │ │ ├── network_test_one_variant.yaml │ │ └── network_test_virt_net.yaml │ ├── pktgen.py │ ├── pktgen.py.data │ │ ├── README.txt │ │ └── pktgen.yaml │ ├── sriov_device_test.py │ ├── sriov_device_test.py.data │ │ ├── README.txt │ │ ├── migratable_sriov_generic.yaml │ │ ├── migratable_sriov_veth.yaml │ │ ├── migratable_sriov_vnic.yaml │ │ ├── sriov_device_test.yaml │ │ ├── sriov_max_logical_ports.yaml │ │ └── sriov_roce_device_test.yaml │ ├── switch_test.py │ ├── switch_test.py.data │ │ ├── README.txt │ │ └── switch_test.yaml │ ├── tcpdump.py │ ├── tcpdump.py.data │ │ ├── README.txt │ │ ├── tcpdump-virt.yaml │ │ ├── tcpdump.yaml │ │ ├── tcpdump_extended.yaml │ │ └── tcpdump_extended_virt.yaml │ ├── uperf_test.py │ ├── uperf_test.py.data │ │ ├── README.txt │ │ ├── uperf_test.yaml │ │ └── uperf_test_virt.yaml │ ├── virt-net │ │ ├── lpm.py │ │ ├── lpm.py.data │ │ │ ├── README.txt │ │ │ ├── lpm.yaml │ │ │ ├── lpm_5_iterations.yaml │ │ │ ├── lpm_withsriov.yaml │ │ │ └── lpm_withvnic.yaml │ │ ├── network_virtualization.py │ │ ├── network_virtualization.py.data │ │ │ ├── README │ │ │ ├── eeh_tool_64 │ │ │ ├── multiple_vnic_nobacking.yaml │ │ │ ├── network_virtualization.yaml │ │ │ └── single_vnic_single_backing.yaml │ │ ├── veth_dlpar.py │ │ └── veth_dlpar.py.data │ │ │ ├── README.txt │ │ │ └── veth_dlpar.yaml │ ├── vlan_test.py │ └── vlan_test.py.data │ │ ├── README.txt │ │ └── vlan.yaml ├── nvmf │ ├── nvmftest.py │ └── nvmftest.py.data │ │ ├── README.txt │ │ ├── nvmf_template.cfg │ │ └── nvmftest.yaml └── pci │ ├── EEH.py │ ├── EEH.py.data │ ├── EEH.yaml │ ├── EEH_nvme.yaml │ └── README.txt │ ├── dlpar.py │ ├── dlpar.py.data │ ├── README │ └── dlpar.yaml │ ├── pci_hotplug.py │ └── pci_hotplug.py.data │ ├── README.txt │ └── pci_hotplug.yaml ├── kernel ├── kernbench.py ├── kernbench.py.data │ └── kernbench.yaml ├── kselftest.py ├── kselftest.py.data │ ├── README │ ├── bpf.yaml │ ├── ftrace_powerpc.yaml │ ├── futex.yaml │ ├── kselftest.yaml │ ├── kselftest_comp.yaml │ ├── kselftest_cpufreq.yaml │ ├── kselftest_powerpc.yaml │ ├── kselftest_upstream.yaml │ ├── ksmtest.yaml │ ├── net.yaml │ ├── pmu.yaml │ ├── security.yaml │ └── trace_tests.yaml ├── livepatch.py ├── posixtest.py ├── posixtest.py.data │ └── posixtest.yaml ├── rmaptest.py ├── rmaptest.py.data │ └── rmaptest.yaml ├── tlbflush.py ├── tlbflush.py.data │ ├── tlbflush.c │ ├── tlbflush.patch │ └── tlbflush.yaml ├── will-it-scale.py └── will-it-scale.py.data │ ├── README │ ├── makefile.patch │ └── will-it-scale.yaml ├── kvm ├── README.md ├── kvm_unittest.py └── kvm_unittest.py.data │ ├── guest_mode.yaml │ └── kvm_unittest.yaml ├── memory ├── dma_memtest.py ├── dma_memtest.py.data │ ├── README.md │ └── dma_memtest.yaml ├── eatmemory.py ├── eatmemory.py.data │ ├── README.md │ ├── eatmem_getch.patch │ └── eatmemory.yaml ├── fork_mem.py ├── fork_mem.py.data │ ├── Makefile │ ├── README.md │ ├── fork_mem.yaml │ └── forkoff.c ├── homenode.py ├── homenode.py.data │ ├── Makefile │ ├── README.md │ ├── homenode.c │ └── homenode.yaml ├── hugepage_sanity.py ├── hugepage_sanity.py.data │ ├── Makefile │ ├── README.md │ ├── hugepage_sanity.c │ └── hugepage_sanity.yaml ├── hugepage_sysctl.py ├── hugepage_sysctl.py.data │ └── hugepage_sysctl.yaml ├── integrity.py ├── integrity.py.data │ ├── Makefile │ ├── README │ ├── integrity.yaml │ └── mem_integrity_test.c ├── ksm_poison.py ├── ksm_poison.py.data │ ├── Makefile │ ├── ksm_poison.c │ └── ksm_poison.yaml ├── libhugetlbfs.py ├── libhugetlbfs.py.data │ ├── elflink.patch │ └── libhugetlbfs.yaml ├── memcached.py ├── memcached.py.data │ └── memcached.yaml ├── memhog.py ├── memhog.py.data │ └── memhog.yaml ├── memhotplug.py ├── memhotplug.py.data │ ├── Readme │ └── memhotplug.yaml ├── memory_api.py ├── memory_api.py.data │ ├── Makefile │ ├── memory_api.c │ ├── memory_api.yaml │ └── mremap.c ├── memtester.py ├── memtester.py.data │ └── memtester.yaml ├── migrate_pages.py ├── migrate_pages.py.data │ ├── Makefile │ ├── migrate_pages.yaml │ └── node_move_pages.c ├── mm_subsystem.py ├── mm_subsystem.py.data │ └── mm_subsystem.yaml ├── mprotect.py ├── mprotect.py.data │ ├── Makefile │ ├── mprotect.c │ └── mprotect.yaml ├── ndctl.py ├── ndctl.py.data │ ├── daxio.static │ ├── map_sync.c │ ├── ndctl-fio.job │ ├── ndctl.yaml │ └── sector-fio.job ├── ndctl_selftest.py ├── ndctl_selftest.py.data │ ├── ndctl_selftest.yaml │ └── ppc.patch ├── numa_test.py ├── numa_test.py.data │ ├── Makefile │ ├── bench_movepages.c │ ├── numa_test.c │ ├── numa_test.yaml │ ├── softoffline.c │ └── util.c ├── page_table.py ├── page_table.py.data │ └── page_table.yaml ├── pmem_dm.py ├── pmem_dm.py.data │ ├── ndctl-fio.job │ └── pmem_dm.yaml ├── pmem_dt_check.py ├── soft_dirty.py ├── stressng_mem.py ├── stressng_mem.py.data │ ├── README │ └── stressng_mem.yaml ├── stutter.py ├── stutter.py.data │ └── stutter.yaml ├── sum_check.py ├── sum_check.py.data │ └── sum_check.yaml ├── transparent_hugepages.py ├── transparent_hugepages.py.data │ └── transparent_hugepages.yaml ├── transparent_hugepages_defrag.py ├── transparent_hugepages_swapping.py ├── vatest.py └── vatest.py.data │ ├── Makefile │ ├── va_test.c │ └── vatest.yaml ├── nx_gzip ├── nx_gzip.py └── nx_gzip.py.data │ ├── minigzipsh │ └── nx_gzip.yaml ├── perf ├── blogbench.py ├── blogbench.py.data │ ├── blogbench.yaml │ └── config_guess.patch ├── compilebench.py ├── compilebench.py.data │ ├── compilebench.yaml │ └── fix_compilebench ├── hackbench.py ├── hackbench.py.data │ └── hackbench.yaml ├── libunwind.py ├── libunwind.py.data │ └── libunwind.yaml ├── lmbench.py ├── lmbench.py.data │ ├── 0001-Fix-build-issues-with-lmbench.patch │ ├── 0002-Changing-shebangs-on-lmbench-scripts.patch │ ├── fix_add_os_type.patch │ ├── fix_lseek.patch │ ├── lmbench.yaml │ └── makefile.patch ├── perf_24x7_all_events.py ├── perf_24x7_hardware_counters.py ├── perf_basic.py ├── perf_bench.py ├── perf_bench.py.data │ └── bench_options.yaml ├── perf_c2c.py ├── perf_c2c.py.data │ └── record_report.yaml ├── perf_core_imc_event.py ├── perf_cpu_hotplug.py ├── perf_datatype_profiling.py ├── perf_demangle.py ├── perf_demangle.py.data │ └── benchmark_main.cpp ├── perf_duplicate_probe.py ├── perf_duplicate_probe.py.data │ └── perf_duplicate.yaml ├── perf_events_crash_test.py ├── perf_events_test.py ├── perf_extended_regs.py ├── perf_fuzzer.py ├── perf_genericevents.py ├── perf_genericevents.py.data │ └── raw_code.cfg ├── perf_hv_gpci.py ├── perf_hv_gpci_interface.py ├── perf_hv_gpci_interface.py.data │ └── perf_hv_gpci_interface.yaml ├── perf_json.py ├── perf_json.py.data │ └── perf_json.yaml ├── perf_lock.py ├── perf_lock.py.data │ ├── readme.txt │ └── record_report.yaml ├── perf_mem.py ├── perf_mem.py.data │ └── record_report.yaml ├── perf_metric.py ├── perf_nest_events.py ├── perf_nmem.py ├── perf_pcp.py ├── perf_pmu.py ├── perf_pmu.py.data │ └── sysfs_PMU.cfg ├── perf_rawevents.py ├── perf_rawevents.py.data │ ├── name_events_004b │ ├── name_events_004e │ ├── name_events_0080 │ ├── raw_codes_004b │ ├── raw_codes_004e │ └── raw_codes_0080 ├── perf_sched.py ├── perf_sched.py.data │ └── perf_sched.yaml ├── perf_script_bug.py ├── perf_script_bug.py.data │ ├── Makefile │ ├── perf_test.c │ └── probe.cfg ├── perf_sdt_probe.py ├── perf_stress_ng.py ├── perf_stress_ng.py.data │ ├── README.txt │ └── perf_stress_ng.yaml ├── perf_test.py ├── perf_test.py.data │ └── perf_test.yaml ├── perf_top.py ├── perf_top.py.data │ └── perf_top.yaml ├── perf_trace.py ├── perf_trace.py.data │ └── perf_trace.yaml ├── perfmon.py ├── perftool_test.py ├── pgbench.py ├── pgbench.py.data │ ├── README │ └── pgbench.yaml ├── rt_tests.py ├── rt_tests.py.data │ └── rt_tests.yaml ├── tbench.py ├── tbench.py.data │ └── tbench.yaml ├── unixbench.py └── unixbench.py.data │ ├── README │ ├── make1.patch │ └── unixbench.yaml ├── ras ├── ServiceReport.py ├── ServiceReport.py.data │ └── option.yaml ├── diag_encl.py ├── errinjct.py ├── errinjct.py.data │ └── options.yaml ├── hwinfo.py ├── hwinfo.py.data │ └── options.yaml ├── kdump.py ├── kdump.py.data │ └── config.yaml ├── kdump_nfs.py ├── kdump_nfs.py.data │ └── config.yaml ├── live_patching.py ├── live_patching.py.data │ ├── Makefile │ ├── libc_livepatch1.c │ ├── libc_livepatch1.dsc │ ├── libc_livepatch_2func.c │ ├── libc_livepatch_2func.dsc │ ├── libc_livepatch_nested.c │ ├── libc_livepatch_nested.dsc │ ├── live_patch_nested.tar.gz │ ├── test.c │ ├── test_2func.c │ └── test_long.c ├── lshw.py ├── packages.py ├── packages.py.data │ └── list.yaml ├── pstore.py ├── pstore.py.data │ └── config.yaml ├── ras_lsvpd.py ├── ras_lsvpd.py.data │ └── ras_lsvpd.yaml ├── ras_ppcdiag.py ├── ras_ppcdiag.py.data │ └── options.yaml ├── ras_ppcutils.py ├── ras_ppcutils.py.data │ ├── ras_ppcutils.yaml │ └── rtas ├── rtas_dbg.py ├── rtas_dbg.py.data │ └── options.yaml ├── servicelog.py ├── servicelog.py.data │ ├── notify_script.sh │ └── rtas_events │ │ ├── v3_fan_failure │ │ ├── v6_cpu_guard │ │ ├── v6_dump_notification │ │ ├── v6_eeh_info │ │ ├── v6_fru_replacement │ │ ├── v6_fw_predictive_error │ │ ├── v6_memory_info │ │ ├── v6_platform_error2 │ │ ├── v6_platform_info │ │ ├── v6_power_error │ │ ├── v6_power_error2 │ │ └── v6_surv_error ├── smtstate.py ├── smtstate.py.data │ └── smtsate.yaml ├── sosreport.py ├── sosreport.py.data │ └── options.yaml ├── supportconfig.py ├── supportconfig.py.data │ └── supportconfig.yaml └── vpa_MaxMem_check.py ├── requirements-travis.txt ├── security ├── annobin-tests.py ├── annobin-tests.py.data │ └── annobin.yaml ├── audit-tests.py ├── audit-tests.py.data │ └── audit.yaml ├── cryptsetup-tests.py ├── cryptsetup-tests.py.data │ └── cryptsetup.yaml ├── evmctl-tests.py ├── evmctl-tests.py.data │ └── evmctl.yaml ├── fscrypt-tests.py ├── fscrypt-tests.py.data │ └── README.txt ├── fsverity-tests.py ├── fsverity-tests.py.data │ └── README.txt ├── grub-extend-pcr.py ├── ima-evm-utils-tests.py ├── ima-evm-utils-tests.py.data │ ├── README.txt │ └── imaevmutils.yaml ├── ima-modsig-tests.py ├── kernel-hardening-tests.py ├── kernel-lockdown-tests.py ├── keyutils-tests.py ├── keyutils-tests.py.data │ └── keyutils.yaml ├── krb5-tests.py ├── krb5-tests.py.data │ └── krb5.yaml ├── libgcrypt-tests.py ├── libgcrypt-tests.py.data │ └── libgcrypt.yaml ├── libkcapi-tests.py ├── libkcapi-tests.py.data │ └── test_name.yaml ├── libkmip-tests.py ├── libkmip-tests.py.data │ └── libkmip.yaml ├── nettle-tests.py ├── nettle-tests.py.data │ ├── README.txt │ └── nettle.yaml ├── openssh-tests.py ├── openssh-tests.py.data │ └── openssh.yaml ├── openssl-tests.py ├── openssl-tests.py.data │ └── openssl.yaml ├── pam-tests.py ├── pam-tests.py.data │ └── pam.yaml ├── seccomp-tests.py ├── seccomp-tests.py.data │ └── seccomp.yaml ├── security_flavor.py ├── secvarctl-tests.py ├── secvarctl-tests.py.data │ ├── README.txt │ └── secvarctl.yaml ├── selinux-tests.py ├── selinux-tests.py.data │ └── selinux.yaml ├── trextest.py ├── vTPM-tests.py ├── xmlsec-tests.py └── xmlsec-tests.py.data │ └── xmlsec.yaml ├── toolchain ├── atlas.py ├── atlas.py.data │ └── atlas.yaml ├── bcc.py ├── binutils.py ├── binutils.py.data │ └── binutils.yaml ├── gcc.py ├── gcc.py.data │ └── gcc.yaml ├── gdb.py ├── gdb.py.data │ └── gdb.yaml ├── glibc.py ├── glibc.py.data │ └── glibc.yaml ├── gsl.py ├── gsl.py.data │ └── version.yaml ├── libpfm.py ├── libpfm.py.data │ └── libpfm.yaml ├── libvecpf.py ├── ltrace.py ├── ltrace.py.data │ ├── ltrace.patch │ └── ltrace.yaml ├── oprofile.py ├── papiTest.py ├── papiTest.py.data │ └── papiTest.yaml ├── power_time_base_bug.py ├── power_time_base_bug.py.data │ ├── Makefile │ └── print_power_time_base.c ├── strace.py ├── strace.py.data │ └── strace.yaml ├── systemtap.py ├── systemtap.py.data │ └── systemtap.yaml ├── valgrind.py └── valgrind.py.data │ └── valgrind_source.yaml ├── trace ├── dawr.py ├── dawr.py.data │ ├── Makefile │ ├── boundary_check.c │ ├── dawr_v1.c │ ├── dawr_v2.c │ └── dawr_v3.c ├── kprobe.py ├── kretprobe.py ├── perf_uprobe.py ├── perf_uprobe.py.data │ ├── Makefile │ └── uprobe.c ├── perf_watch_point.py ├── perf_watch_point.py.data │ └── wptest-master.tar.gz ├── trace_UDT_probes.py ├── trace_UDT_probes.py.data │ ├── tick-dtrace.d │ └── tick-main.c └── uprobe.py └── workload ├── cpu_fold.py ├── cpu_fold.py.data ├── cpu.sh └── cpu_fold.yaml ├── ebizzy_workload.py ├── ebizzy_workload.py.data └── perf_top_args.yaml ├── htx_test.py ├── htx_test.py.data ├── htx_cpu.yaml ├── htx_isst.yml ├── htx_mem.yaml ├── htx_pmem.yaml └── htx_test.yaml ├── smt.py └── smt.py.data ├── smt.sh └── smt.yaml /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/lint_cehck.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/.github/workflows/lint_cehck.yml -------------------------------------------------------------------------------- /.github/workflows/xfstests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/.github/workflows/xfstests.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/README.rst -------------------------------------------------------------------------------- /cpu/cpuhotplug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/cpuhotplug.py -------------------------------------------------------------------------------- /cpu/cpuhotplug.py.data/cpuhotplug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/cpuhotplug.py.data/cpuhotplug.yaml -------------------------------------------------------------------------------- /cpu/cpuidle-latency.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/cpuidle-latency.py -------------------------------------------------------------------------------- /cpu/cpupower_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/cpupower_monitor.py -------------------------------------------------------------------------------- /cpu/cpupower_monitor.py.data/cpupower.yaml: -------------------------------------------------------------------------------- 1 | runtime: 15 2 | -------------------------------------------------------------------------------- /cpu/dwh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/dwh.py -------------------------------------------------------------------------------- /cpu/dwh.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/dwh.py.data/Makefile -------------------------------------------------------------------------------- /cpu/dwh.py.data/dwh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/dwh.py.data/dwh.cpp -------------------------------------------------------------------------------- /cpu/dwh.py.data/dwh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/dwh.py.data/dwh.yaml -------------------------------------------------------------------------------- /cpu/dwh.py.data/fofd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/dwh.py.data/fofd.patch -------------------------------------------------------------------------------- /cpu/ebizzy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/ebizzy.py -------------------------------------------------------------------------------- /cpu/ebizzy.py.data/ebizzy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/ebizzy.py.data/ebizzy.yaml -------------------------------------------------------------------------------- /cpu/em_cpufreq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/em_cpufreq.py -------------------------------------------------------------------------------- /cpu/em_cpufreq.py.data/em_cpufreq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/em_cpufreq.py.data/em_cpufreq.yaml -------------------------------------------------------------------------------- /cpu/em_cpuhotplug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/em_cpuhotplug.py -------------------------------------------------------------------------------- /cpu/em_cpuhotplug.py.data/em_cpuhotplug.yaml: -------------------------------------------------------------------------------- 1 | test_loop : 10 2 | -------------------------------------------------------------------------------- /cpu/em_cpuidle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/em_cpuidle.py -------------------------------------------------------------------------------- /cpu/em_cpupower.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/em_cpupower.py -------------------------------------------------------------------------------- /cpu/em_quad_level_frequency_transitions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/em_quad_level_frequency_transitions.py -------------------------------------------------------------------------------- /cpu/em_quad_level_frequency_transitions.py.data/em_quad_level_frequency_transitions.yaml: -------------------------------------------------------------------------------- 1 | threshold: "null" 2 | -------------------------------------------------------------------------------- /cpu/em_smt_folding_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/em_smt_folding_test.py -------------------------------------------------------------------------------- /cpu/linsched.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/linsched.py -------------------------------------------------------------------------------- /cpu/linsched.py.data/fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/linsched.py.data/fix.patch -------------------------------------------------------------------------------- /cpu/linsched.py.data/linsched.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/linsched.py.data/linsched.yaml -------------------------------------------------------------------------------- /cpu/load_balancer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/load_balancer.py -------------------------------------------------------------------------------- /cpu/load_balancer.py.data/load_balancer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/load_balancer.py.data/load_balancer.yaml -------------------------------------------------------------------------------- /cpu/lockstorm_benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/lockstorm_benchmark.py -------------------------------------------------------------------------------- /cpu/lockstorm_benchmark.py.data/lockstorm.yaml: -------------------------------------------------------------------------------- 1 | cpu_list: 2 | test_iter: 3 | -------------------------------------------------------------------------------- /cpu/numactl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/numactl.py -------------------------------------------------------------------------------- /cpu/numactl.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/numactl.py.data/README.txt -------------------------------------------------------------------------------- /cpu/numactl.py.data/numa_fc.yaml: -------------------------------------------------------------------------------- 1 | disk: 2 | seek: 3 | count: 4 | bytes: 5 | input_file: 6 | pci_device: 7 | -------------------------------------------------------------------------------- /cpu/numactl.py.data/numa_network.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/numactl.py.data/numa_network.yaml -------------------------------------------------------------------------------- /cpu/numatop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/numatop.py -------------------------------------------------------------------------------- /cpu/perf_pipe_benchmark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/perf_pipe_benchmark.py -------------------------------------------------------------------------------- /cpu/perf_pipe_benchmark.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/perf_pipe_benchmark.py.data/README.txt -------------------------------------------------------------------------------- /cpu/perf_pipe_benchmark.py.data/sched_pipe.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/perf_pipe_benchmark.py.data/sched_pipe.yaml -------------------------------------------------------------------------------- /cpu/pmqa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/pmqa.py -------------------------------------------------------------------------------- /cpu/pmqa.py.data/pmqa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/pmqa.py.data/pmqa.yaml -------------------------------------------------------------------------------- /cpu/podman_container.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/podman_container.py -------------------------------------------------------------------------------- /cpu/podman_container.py.data/podman.yaml: -------------------------------------------------------------------------------- 1 | cpu_quota: 2 | cpu_period: 3 | run_time: 4 | -------------------------------------------------------------------------------- /cpu/ppc64_cpu_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/ppc64_cpu_test.py -------------------------------------------------------------------------------- /cpu/ppc64_cpu_test.py.data/ppc64_cpu_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/ppc64_cpu_test.py.data/ppc64_cpu_test.yaml -------------------------------------------------------------------------------- /cpu/producer_consumer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/producer_consumer.py -------------------------------------------------------------------------------- /cpu/pvr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/pvr.py -------------------------------------------------------------------------------- /cpu/pvr.py.data/pvr.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/pvr.py.data/pvr.cfg -------------------------------------------------------------------------------- /cpu/schbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/schbench.py -------------------------------------------------------------------------------- /cpu/schbench.py.data/schbench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/schbench.py.data/schbench.yaml -------------------------------------------------------------------------------- /cpu/sensors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/sensors.py -------------------------------------------------------------------------------- /cpu/stressng_cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/stressng_cpu.py -------------------------------------------------------------------------------- /cpu/stressng_cpu.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/stressng_cpu.py.data/README -------------------------------------------------------------------------------- /cpu/stressng_cpu.py.data/stressng_cpu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/stressng_cpu.py.data/stressng_cpu.yaml -------------------------------------------------------------------------------- /cpu/xive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/cpu/xive.py -------------------------------------------------------------------------------- /dlpar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/dlpar/README.md -------------------------------------------------------------------------------- /dlpar/dlpar_api/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/dlpar/dlpar_api/api.py -------------------------------------------------------------------------------- /dlpar/dlpar_main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/dlpar/dlpar_main.py -------------------------------------------------------------------------------- /dlpar/dlpar_main.py.data/dlpar.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/dlpar/dlpar_main.py.data/dlpar.yaml -------------------------------------------------------------------------------- /fs/filebench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/filebench.py -------------------------------------------------------------------------------- /fs/filebench.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/filebench.py.data/README -------------------------------------------------------------------------------- /fs/filebench.py.data/filebench.yaml: -------------------------------------------------------------------------------- 1 | filebenchrun: 2 | testfile : 'webserver.f' 3 | -------------------------------------------------------------------------------- /fs/flail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/flail.py -------------------------------------------------------------------------------- /fs/flail.py.data/flail-0.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/flail.py.data/flail-0.2.0.tar.gz -------------------------------------------------------------------------------- /fs/flail.py.data/flail.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/flail.py.data/flail.yaml -------------------------------------------------------------------------------- /fs/fs-fuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/fs-fuzz.py -------------------------------------------------------------------------------- /fs/fsshrink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/fsshrink.py -------------------------------------------------------------------------------- /fs/fsshrink.py.data/test-shrink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/fsshrink.py.data/test-shrink.sh -------------------------------------------------------------------------------- /fs/fsx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/fsx.py -------------------------------------------------------------------------------- /fs/fsx.py.data/fsx-mm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/fsx.py.data/fsx-mm.yaml -------------------------------------------------------------------------------- /fs/pjdfstest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/pjdfstest.py -------------------------------------------------------------------------------- /fs/xfstests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py -------------------------------------------------------------------------------- /fs/xfstests.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/README -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/4k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/4k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/4k_adv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/4k_adv.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/4k_adv_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/4k_adv_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/4k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/4k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/4k_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/4k_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/64k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/64k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/64k_adv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/64k_adv.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/64k_adv_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/64k_adv_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/64k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/64k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/64k_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/64k_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/btrfs/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/btrfs/ci.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext2/1k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext2/1k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext2/1k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext2/1k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext2/4k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext2/4k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext2/4k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext2/4k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext2/64k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext2/64k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext2/64k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext2/64k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext2/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext2/ci.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k_adv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k_adv.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k_adv_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k_adv_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k_adv_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k_adv_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k_ext3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k_ext3.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k_nojournal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k_nojournal.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/1k_verity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/1k_verity.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_adv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_adv.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_adv_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_adv_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_adv_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_adv_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_bigalloc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_bigalloc.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_ext3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_ext3.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_nodelalloc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_nodelalloc.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_nojournal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_nojournal.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/4k_verity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/4k_verity.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_adv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_adv.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_adv_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_adv_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_adv_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_adv_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_bigalloc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_bigalloc.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_ext3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_ext3.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_nodelalloc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_nodelalloc.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_nojournal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_nojournal.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/64k_verity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/64k_verity.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/ci.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/dax.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/dax.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/dax_log.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/dax_log.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/ext4/dax_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/ext4/dax_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/local.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/local.config -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/1k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/1k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/1k_adv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/1k_adv.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/1k_adv_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/1k_adv_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/1k_adv_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/1k_adv_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/1k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/1k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/1k_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/1k_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/4k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/4k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/4k_adv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/4k_adv.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/4k_adv_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/4k_adv_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/4k_adv_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/4k_adv_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/4k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/4k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/4k_dirblock-8k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/4k_dirblock-8k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/4k_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/4k_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/4k_v4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/4k_v4.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/64k.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/64k.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/64k_adv.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/64k_adv.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/64k_adv_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/64k_adv_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/64k_adv_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/64k_adv_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/64k_auto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/64k_auto.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/64k_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/64k_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/ci.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/ci.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/dax.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/dax.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/dax_log.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/dax_log.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfs/dax_upstream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfs/dax_upstream.yaml -------------------------------------------------------------------------------- /fs/xfstests.py.data/xfstests_disk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fs/xfstests.py.data/xfstests_disk.yaml -------------------------------------------------------------------------------- /fuzz/fsfuzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fuzz/fsfuzzer.py -------------------------------------------------------------------------------- /fuzz/fsfuzzer.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fuzz/fsfuzzer.py.data/README -------------------------------------------------------------------------------- /fuzz/fsfuzzer.py.data/fsfuzz_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fuzz/fsfuzzer.py.data/fsfuzz_fix.patch -------------------------------------------------------------------------------- /fuzz/fsfuzzer.py.data/fsfuzzer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fuzz/fsfuzzer.py.data/fsfuzzer.yaml -------------------------------------------------------------------------------- /fuzz/trinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fuzz/trinity.py -------------------------------------------------------------------------------- /fuzz/trinity.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fuzz/trinity.py.data/README -------------------------------------------------------------------------------- /fuzz/trinity.py.data/trinity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/fuzz/trinity.py.data/trinity.yaml -------------------------------------------------------------------------------- /generic/connectathon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/connectathon.py -------------------------------------------------------------------------------- /generic/connectathon.py.data/connectathon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/connectathon.py.data/connectathon.yaml -------------------------------------------------------------------------------- /generic/criu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/criu.py -------------------------------------------------------------------------------- /generic/criu.py.data/version.yaml: -------------------------------------------------------------------------------- 1 | criu_version: 3.15 2 | -------------------------------------------------------------------------------- /generic/cxl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/cxl.py -------------------------------------------------------------------------------- /generic/cxl.py.data/cxl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/cxl.py.data/cxl.yaml -------------------------------------------------------------------------------- /generic/interbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/interbench.py -------------------------------------------------------------------------------- /generic/interbench.py.data/interbench.yaml: -------------------------------------------------------------------------------- 1 | args: "null" 2 | -------------------------------------------------------------------------------- /generic/interbench.py.data/makefile_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/interbench.py.data/makefile_fix.patch -------------------------------------------------------------------------------- /generic/ipistorm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ipistorm.py -------------------------------------------------------------------------------- /generic/ltp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp-fs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp-fs.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp-mem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp-mem.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp-net.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp-net.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp-sched.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp-sched.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp-security-stress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp-security-stress.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp-security.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp-security.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp-syscalls.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp-syscalls.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp-tracing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp-tracing.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/ltp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/ltp.py.data/ltp.yaml -------------------------------------------------------------------------------- /generic/ltp.py.data/skipfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /generic/nstress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/nstress.py -------------------------------------------------------------------------------- /generic/nstress.py.data/nstress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/nstress.py.data/nstress.yaml -------------------------------------------------------------------------------- /generic/openblas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/openblas.py -------------------------------------------------------------------------------- /generic/rcutorture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/rcutorture.py -------------------------------------------------------------------------------- /generic/rcutorture.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/rcutorture.py.data/README -------------------------------------------------------------------------------- /generic/service_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/service_check.py -------------------------------------------------------------------------------- /generic/service_check.py.data/services.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/service_check.py.data/services.cfg -------------------------------------------------------------------------------- /generic/stress-ng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stress-ng.py -------------------------------------------------------------------------------- /generic/stress-ng.py.data/readme.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stress-ng.py.data/readme.rst -------------------------------------------------------------------------------- /generic/stress-ng.py.data/stress-ng-fs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stress-ng.py.data/stress-ng-fs.yaml -------------------------------------------------------------------------------- /generic/stress-ng.py.data/stress-ng-iommu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stress-ng.py.data/stress-ng-iommu.yaml -------------------------------------------------------------------------------- /generic/stress-ng.py.data/stress-ng-numa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stress-ng.py.data/stress-ng-numa.yaml -------------------------------------------------------------------------------- /generic/stress-ng.py.data/stress-ng.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stress-ng.py.data/stress-ng.yaml -------------------------------------------------------------------------------- /generic/stress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stress.py -------------------------------------------------------------------------------- /generic/stress.py.data/stress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stress.py.data/stress.yaml -------------------------------------------------------------------------------- /generic/stressapptest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/stressapptest.py -------------------------------------------------------------------------------- /generic/sysbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/sysbench.py -------------------------------------------------------------------------------- /generic/sysbench.py.data/readme.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/sysbench.py.data/readme.rst -------------------------------------------------------------------------------- /generic/sysbench.py.data/sysbench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/generic/sysbench.py.data/sysbench.yaml -------------------------------------------------------------------------------- /gpu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/gpu/README.md -------------------------------------------------------------------------------- /gpu/gpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/gpu/gpu.py -------------------------------------------------------------------------------- /gpu/gpu.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/gpu/gpu.py.data/Makefile -------------------------------------------------------------------------------- /gpu/gpu.py.data/xgemm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/gpu/gpu.py.data/xgemm.c -------------------------------------------------------------------------------- /io/common/bootlist_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/common/bootlist_test.py -------------------------------------------------------------------------------- /io/common/bootlist_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/common/bootlist_test.py.data/README.txt -------------------------------------------------------------------------------- /io/common/bootlist_test.py.data/bootlist_test_disk.yaml: -------------------------------------------------------------------------------- 1 | disks: "" 2 | -------------------------------------------------------------------------------- /io/common/bootlist_test.py.data/bootlist_test_network.yaml: -------------------------------------------------------------------------------- 1 | interfaces: "" 2 | -------------------------------------------------------------------------------- /io/common/distro_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/common/distro_tools.py -------------------------------------------------------------------------------- /io/common/distro_tools.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/common/distro_tools.py.data/README.txt -------------------------------------------------------------------------------- /io/common/virtual_bind_unbind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/common/virtual_bind_unbind.py -------------------------------------------------------------------------------- /io/disk/Avago_storage_adapter/avago3008.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/Avago_storage_adapter/avago3008.py -------------------------------------------------------------------------------- /io/disk/Avago_storage_adapter/avago9361.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/Avago_storage_adapter/avago9361.py -------------------------------------------------------------------------------- /io/disk/Avago_storage_adapter/avago9361_vd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/Avago_storage_adapter/avago9361_vd.py -------------------------------------------------------------------------------- /io/disk/arcconf/arcconf_cntl_oper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/arcconf/arcconf_cntl_oper.py -------------------------------------------------------------------------------- /io/disk/arcconf/arcconf_drive_oper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/arcconf/arcconf_drive_oper.py -------------------------------------------------------------------------------- /io/disk/arcconf/arcconf_migration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/arcconf/arcconf_migration.py -------------------------------------------------------------------------------- /io/disk/arcconf/arcconf_raid_oper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/arcconf/arcconf_raid_oper.py -------------------------------------------------------------------------------- /io/disk/blktests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/blktests.py -------------------------------------------------------------------------------- /io/disk/blktests.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/blktests.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/blktests.py.data/blktests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/blktests.py.data/blktests.yaml -------------------------------------------------------------------------------- /io/disk/bonnie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/bonnie.py -------------------------------------------------------------------------------- /io/disk/bonnie.py.data/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/bonnie.py.data/Readme.txt -------------------------------------------------------------------------------- /io/disk/bonnie.py.data/bonnie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/bonnie.py.data/bonnie.yaml -------------------------------------------------------------------------------- /io/disk/dbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/dbench.py -------------------------------------------------------------------------------- /io/disk/dbench.py.data/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/dbench.py.data/Readme.txt -------------------------------------------------------------------------------- /io/disk/dbench.py.data/dbench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/dbench.py.data/dbench.yaml -------------------------------------------------------------------------------- /io/disk/dbench.py.data/dbench_startup.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/dbench.py.data/dbench_startup.patch -------------------------------------------------------------------------------- /io/disk/disk_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/disk_info.py -------------------------------------------------------------------------------- /io/disk/disk_info.py.data/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/disk_info.py.data/Readme.txt -------------------------------------------------------------------------------- /io/disk/disk_info.py.data/disk_info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/disk_info.py.data/disk_info.yaml -------------------------------------------------------------------------------- /io/disk/disktest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/disktest.py -------------------------------------------------------------------------------- /io/disk/disktest.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/disktest.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/disktest.py.data/disktest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/disktest.py.data/disktest.c -------------------------------------------------------------------------------- /io/disk/disktest.py.data/disktest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/disktest.py.data/disktest.yaml -------------------------------------------------------------------------------- /io/disk/dlpar_vscsi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/dlpar_vscsi.py -------------------------------------------------------------------------------- /io/disk/dlpar_vscsi.py.data/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/dlpar_vscsi.py.data/Readme.txt -------------------------------------------------------------------------------- /io/disk/dlpar_vscsi.py.data/dlpar_vscsi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/dlpar_vscsi.py.data/dlpar_vscsi.yaml -------------------------------------------------------------------------------- /io/disk/fiotest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/README -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-devdax.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-devdax.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-libpmem.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-libpmem.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-mixed.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-mixed.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-perf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-perf.yaml -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-pmem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-pmem.yaml -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-rand-RW.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-rand-RW.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-rand-read.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-rand-read.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-rand-write.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-rand-write.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-seq-RW.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-seq-RW.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-seq-read.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-seq-read.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-seq-write.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-seq-write.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio-simple.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio-simple.job -------------------------------------------------------------------------------- /io/disk/fiotest.py.data/fio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fiotest.py.data/fio.yaml -------------------------------------------------------------------------------- /io/disk/fs_mark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fs_mark.py -------------------------------------------------------------------------------- /io/disk/fs_mark.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fs_mark.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/fs_mark.py.data/fs_mark.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/fs_mark.py.data/fs_mark.yaml -------------------------------------------------------------------------------- /io/disk/htx_block_devices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/htx_block_devices.py -------------------------------------------------------------------------------- /io/disk/htx_block_devices.py.data/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/htx_block_devices.py.data/Readme.txt -------------------------------------------------------------------------------- /io/disk/ioping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ioping.py -------------------------------------------------------------------------------- /io/disk/ioping.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ioping.py.data/README -------------------------------------------------------------------------------- /io/disk/ioping.py.data/ioping.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ioping.py.data/ioping.yaml -------------------------------------------------------------------------------- /io/disk/iozone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/iozone.py -------------------------------------------------------------------------------- /io/disk/iozone.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/iozone.py.data/README -------------------------------------------------------------------------------- /io/disk/iozone.py.data/iozone.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/iozone.py.data/iozone.yaml -------------------------------------------------------------------------------- /io/disk/iozone.py.data/makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/iozone.py.data/makefile.patch -------------------------------------------------------------------------------- /io/disk/ltp_fs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ltp_fs.py -------------------------------------------------------------------------------- /io/disk/ltp_fs.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ltp_fs.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/ltp_fs.py.data/ltp_fs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ltp_fs.py.data/ltp_fs.yaml -------------------------------------------------------------------------------- /io/disk/ltp_fsstress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ltp_fsstress.py -------------------------------------------------------------------------------- /io/disk/ltp_fsstress.py.data/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ltp_fsstress.py.data/Readme.txt -------------------------------------------------------------------------------- /io/disk/ltp_fsstress.py.data/ltp_fsstress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ltp_fsstress.py.data/ltp_fsstress.yaml -------------------------------------------------------------------------------- /io/disk/lvsetup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/lvsetup.py -------------------------------------------------------------------------------- /io/disk/lvsetup.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/lvsetup.py.data/README -------------------------------------------------------------------------------- /io/disk/lvsetup.py.data/lvsetup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/lvsetup.py.data/lvsetup.yaml -------------------------------------------------------------------------------- /io/disk/multipath_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/multipath_test.py -------------------------------------------------------------------------------- /io/disk/multipath_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/multipath_test.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/mvcli_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/mvcli_test.py -------------------------------------------------------------------------------- /io/disk/mvcli_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/mvcli_test.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/mvcli_test.py.data/mvcli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/mvcli_test.py.data/mvcli.yaml -------------------------------------------------------------------------------- /io/disk/parallel_dd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/parallel_dd.py -------------------------------------------------------------------------------- /io/disk/parallel_dd.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/parallel_dd.py.data/README -------------------------------------------------------------------------------- /io/disk/parallel_dd.py.data/parallel_dd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/parallel_dd.py.data/parallel_dd.yaml -------------------------------------------------------------------------------- /io/disk/port_bounce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/port_bounce.py -------------------------------------------------------------------------------- /io/disk/port_bounce.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/port_bounce.py.data/README -------------------------------------------------------------------------------- /io/disk/port_bounce.py.data/port_bounce.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/port_bounce.py.data/port_bounce.yaml -------------------------------------------------------------------------------- /io/disk/rawread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/rawread.py -------------------------------------------------------------------------------- /io/disk/rawread.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/rawread.py.data/README -------------------------------------------------------------------------------- /io/disk/rawread.py.data/rawread.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/rawread.py.data/rawread.tar -------------------------------------------------------------------------------- /io/disk/rawread.py.data/rawread.yaml: -------------------------------------------------------------------------------- 1 | disk: 2 | -------------------------------------------------------------------------------- /io/disk/scsi_add_remove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/scsi_add_remove.py -------------------------------------------------------------------------------- /io/disk/scsi_add_remove.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/scsi_add_remove.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/smartctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/smartctl.py -------------------------------------------------------------------------------- /io/disk/smartctl.py.data/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/smartctl.py.data/Readme -------------------------------------------------------------------------------- /io/disk/smartctl.py.data/smartctl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/smartctl.py.data/smartctl.yaml -------------------------------------------------------------------------------- /io/disk/softwareraid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/softwareraid.py -------------------------------------------------------------------------------- /io/disk/softwareraid.py.data/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/softwareraid.py.data/Readme -------------------------------------------------------------------------------- /io/disk/softwareraid.py.data/softwareraid.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/softwareraid.py.data/softwareraid.yaml -------------------------------------------------------------------------------- /io/disk/ssd/blkdiscard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/blkdiscard.py -------------------------------------------------------------------------------- /io/disk/ssd/blkdiscard.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/blkdiscard.py.data/README -------------------------------------------------------------------------------- /io/disk/ssd/blkdiscard.py.data/blkdiscard.yaml: -------------------------------------------------------------------------------- 1 | scenario: !mux 2 | disk: /dev/nvme0n1 3 | -------------------------------------------------------------------------------- /io/disk/ssd/ezfiotest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/ezfiotest.py -------------------------------------------------------------------------------- /io/disk/ssd/ezfiotest.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/ezfiotest.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/ssd/ezfiotest.py.data/ezfiotest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/ezfiotest.py.data/ezfiotest.yaml -------------------------------------------------------------------------------- /io/disk/ssd/nvme_cli_selftests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/nvme_cli_selftests.py -------------------------------------------------------------------------------- /io/disk/ssd/nvme_sedtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/nvme_sedtest.py -------------------------------------------------------------------------------- /io/disk/ssd/nvme_sedtest.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/nvme_sedtest.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/ssd/nvmetest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/nvmetest.py -------------------------------------------------------------------------------- /io/disk/ssd/nvmetest.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/nvmetest.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/ssd/nvmetest.py.data/nvmetest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/ssd/nvmetest.py.data/nvmetest.yaml -------------------------------------------------------------------------------- /io/disk/sysfsdisk_att.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/sysfsdisk_att.py -------------------------------------------------------------------------------- /io/disk/sysfsdisk_att.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/sysfsdisk_att.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/tiobench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/tiobench.py -------------------------------------------------------------------------------- /io/disk/tiobench.py.data/tiobench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/tiobench.py.data/tiobench.yaml -------------------------------------------------------------------------------- /io/disk/usb_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/usb_tests.py -------------------------------------------------------------------------------- /io/disk/usb_tests.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/usb_tests.py.data/README -------------------------------------------------------------------------------- /io/disk/usb_tests.py.data/usb_tests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/usb_tests.py.data/usb_tests.yaml -------------------------------------------------------------------------------- /io/disk/vfc-tests/vfc_dlpar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/vfc-tests/vfc_dlpar.py -------------------------------------------------------------------------------- /io/disk/vfc-tests/vfc_dlpar.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/vfc-tests/vfc_dlpar.py.data/README.txt -------------------------------------------------------------------------------- /io/disk/vfc-tests/virtual_fc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/vfc-tests/virtual_fc.py -------------------------------------------------------------------------------- /io/disk/vfc-tests/virtual_fc.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/disk/vfc-tests/virtual_fc.py.data/README -------------------------------------------------------------------------------- /io/driver/driver_bind_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/driver/driver_bind_test.py -------------------------------------------------------------------------------- /io/driver/driver_bind_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/driver/driver_bind_test.py.data/README.txt -------------------------------------------------------------------------------- /io/driver/driver_bind_test.py.data/driver_bind_test.yaml: -------------------------------------------------------------------------------- 1 | pci_devices: "" 2 | count: 3 3 | -------------------------------------------------------------------------------- /io/driver/driver_parameter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/driver/driver_parameter.py -------------------------------------------------------------------------------- /io/driver/driver_parameter.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/driver/driver_parameter.py.data/README.txt -------------------------------------------------------------------------------- /io/driver/driver_parameter_block_device.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/driver/driver_parameter_block_device.py -------------------------------------------------------------------------------- /io/driver/module_unload_load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/driver/module_unload_load.py -------------------------------------------------------------------------------- /io/driver/module_unload_load.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/driver/module_unload_load.py.data/README.txt -------------------------------------------------------------------------------- /io/driver/module_unload_load.py.data/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/driver/module_unload_load.py.data/config -------------------------------------------------------------------------------- /io/genwqe/genwqetest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/genwqe/genwqetest.py -------------------------------------------------------------------------------- /io/genwqe/genwqetest.py.data/genwqetest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/genwqe/genwqetest.py.data/genwqetest.yaml -------------------------------------------------------------------------------- /io/iommu/amd/iommu_v2pgmode_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/iommu/amd/iommu_v2pgmode_test.py -------------------------------------------------------------------------------- /io/iommu/iommu_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/iommu/iommu_tests.py -------------------------------------------------------------------------------- /io/iommu/iommu_tests.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/iommu/iommu_tests.py.data/README.txt -------------------------------------------------------------------------------- /io/iommu/iommu_tests.py.data/iommu_tests.yaml: -------------------------------------------------------------------------------- 1 | pci_devices: "" 2 | count: 10 3 | dmesg_grep: "IOMMU" 4 | -------------------------------------------------------------------------------- /io/net/Network_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/Network_config.py -------------------------------------------------------------------------------- /io/net/Network_config.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/Network_config.py.data/README.txt -------------------------------------------------------------------------------- /io/net/bonding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py -------------------------------------------------------------------------------- /io/net/bonding.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/README.txt -------------------------------------------------------------------------------- /io/net/bonding.py.data/bonding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/bonding.yaml -------------------------------------------------------------------------------- /io/net/bonding.py.data/bonding_advance.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/bonding_advance.yaml -------------------------------------------------------------------------------- /io/net/bonding.py.data/bonding_infiniband.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/bonding_infiniband.yaml -------------------------------------------------------------------------------- /io/net/bonding.py.data/bonding_mode0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/bonding_mode0.yaml -------------------------------------------------------------------------------- /io/net/bonding.py.data/bonding_mode1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/bonding_mode1.yaml -------------------------------------------------------------------------------- /io/net/bonding.py.data/bonding_mode4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/bonding_mode4.yaml -------------------------------------------------------------------------------- /io/net/bonding.py.data/bonding_single.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/bonding_single.yaml -------------------------------------------------------------------------------- /io/net/bonding.py.data/bonding_virtual.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bonding.py.data/bonding_virtual.yaml -------------------------------------------------------------------------------- /io/net/bridge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bridge.py -------------------------------------------------------------------------------- /io/net/bridge.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bridge.py.data/README.txt -------------------------------------------------------------------------------- /io/net/bridge.py.data/bridge.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/bridge.py.data/bridge.yaml -------------------------------------------------------------------------------- /io/net/ethtool_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/ethtool_test.py -------------------------------------------------------------------------------- /io/net/ethtool_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/ethtool_test.py.data/README.txt -------------------------------------------------------------------------------- /io/net/ethtool_test.py.data/ethtool_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/ethtool_test.py.data/ethtool_test.yaml -------------------------------------------------------------------------------- /io/net/htx_nic_devices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/htx_nic_devices.py -------------------------------------------------------------------------------- /io/net/htx_nic_devices.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/htx_nic_devices.py.data/README.txt -------------------------------------------------------------------------------- /io/net/infiniband/dapl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/dapl.py -------------------------------------------------------------------------------- /io/net/infiniband/dapl.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/dapl.py.data/README.txt -------------------------------------------------------------------------------- /io/net/infiniband/dapl.py.data/dapl_roce.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/dapl.py.data/dapl_roce.yaml -------------------------------------------------------------------------------- /io/net/infiniband/ib_pingpong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/ib_pingpong.py -------------------------------------------------------------------------------- /io/net/infiniband/mckey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/mckey.py -------------------------------------------------------------------------------- /io/net/infiniband/mckey.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/mckey.py.data/README.txt -------------------------------------------------------------------------------- /io/net/infiniband/mckey.py.data/mckey_roce.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/mckey.py.data/mckey_roce.yaml -------------------------------------------------------------------------------- /io/net/infiniband/mofed_install_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/mofed_install_test.py -------------------------------------------------------------------------------- /io/net/infiniband/ping6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/ping6.py -------------------------------------------------------------------------------- /io/net/infiniband/ping6.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/ping6.py.data/README.txt -------------------------------------------------------------------------------- /io/net/infiniband/ping6.py.data/ping6_roce.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/ping6.py.data/ping6_roce.yaml -------------------------------------------------------------------------------- /io/net/infiniband/rdma_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/rdma_tests.py -------------------------------------------------------------------------------- /io/net/infiniband/rdma_tests.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/rdma_tests.py.data/README.txt -------------------------------------------------------------------------------- /io/net/infiniband/rping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/rping.py -------------------------------------------------------------------------------- /io/net/infiniband/rping.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/rping.py.data/README.txt -------------------------------------------------------------------------------- /io/net/infiniband/rping.py.data/rping_roce.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/rping.py.data/rping_roce.yaml -------------------------------------------------------------------------------- /io/net/infiniband/ucmatose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/ucmatose.py -------------------------------------------------------------------------------- /io/net/infiniband/ucmatose.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/ucmatose.py.data/README.txt -------------------------------------------------------------------------------- /io/net/infiniband/udaddy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/udaddy.py -------------------------------------------------------------------------------- /io/net/infiniband/udaddy.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/infiniband/udaddy.py.data/README.txt -------------------------------------------------------------------------------- /io/net/iperf_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/iperf_test.py -------------------------------------------------------------------------------- /io/net/iperf_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/iperf_test.py.data/README.txt -------------------------------------------------------------------------------- /io/net/iperf_test.py.data/iperf_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/iperf_test.py.data/iperf_test.yaml -------------------------------------------------------------------------------- /io/net/iperf_test.py.data/iperf_virt_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/iperf_test.py.data/iperf_virt_test.yaml -------------------------------------------------------------------------------- /io/net/irqbalance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/irqbalance.py -------------------------------------------------------------------------------- /io/net/irqbalance.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/irqbalance.py.data/README.txt -------------------------------------------------------------------------------- /io/net/irqbalance.py.data/irqbalance_disk.yaml: -------------------------------------------------------------------------------- 1 | disk: "" 2 | -------------------------------------------------------------------------------- /io/net/multicast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/multicast.py -------------------------------------------------------------------------------- /io/net/multicast.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/multicast.py.data/README.txt -------------------------------------------------------------------------------- /io/net/multicast.py.data/multicast.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/multicast.py.data/multicast.yaml -------------------------------------------------------------------------------- /io/net/multiport_stress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/multiport_stress.py -------------------------------------------------------------------------------- /io/net/multiport_stress.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/multiport_stress.py.data/README.txt -------------------------------------------------------------------------------- /io/net/net_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/net_tools.py -------------------------------------------------------------------------------- /io/net/net_tools.py.data/net_tools.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/net_tools.py.data/net_tools.yaml -------------------------------------------------------------------------------- /io/net/netperf_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/netperf_test.py -------------------------------------------------------------------------------- /io/net/netperf_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/netperf_test.py.data/README.txt -------------------------------------------------------------------------------- /io/net/netperf_test.py.data/netperf_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/netperf_test.py.data/netperf_test.yaml -------------------------------------------------------------------------------- /io/net/netperf_test.py.data/nettest_omni.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/netperf_test.py.data/nettest_omni.patch -------------------------------------------------------------------------------- /io/net/network_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/network_test.py -------------------------------------------------------------------------------- /io/net/network_test.py.data/network_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/network_test.py.data/network_test.yaml -------------------------------------------------------------------------------- /io/net/pktgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/pktgen.py -------------------------------------------------------------------------------- /io/net/pktgen.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/pktgen.py.data/README.txt -------------------------------------------------------------------------------- /io/net/pktgen.py.data/pktgen.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/pktgen.py.data/pktgen.yaml -------------------------------------------------------------------------------- /io/net/sriov_device_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/sriov_device_test.py -------------------------------------------------------------------------------- /io/net/sriov_device_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/sriov_device_test.py.data/README.txt -------------------------------------------------------------------------------- /io/net/switch_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/switch_test.py -------------------------------------------------------------------------------- /io/net/switch_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/switch_test.py.data/README.txt -------------------------------------------------------------------------------- /io/net/switch_test.py.data/switch_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/switch_test.py.data/switch_test.yaml -------------------------------------------------------------------------------- /io/net/tcpdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/tcpdump.py -------------------------------------------------------------------------------- /io/net/tcpdump.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/tcpdump.py.data/README.txt -------------------------------------------------------------------------------- /io/net/tcpdump.py.data/tcpdump-virt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/tcpdump.py.data/tcpdump-virt.yaml -------------------------------------------------------------------------------- /io/net/tcpdump.py.data/tcpdump.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/tcpdump.py.data/tcpdump.yaml -------------------------------------------------------------------------------- /io/net/tcpdump.py.data/tcpdump_extended.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/tcpdump.py.data/tcpdump_extended.yaml -------------------------------------------------------------------------------- /io/net/uperf_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/uperf_test.py -------------------------------------------------------------------------------- /io/net/uperf_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/uperf_test.py.data/README.txt -------------------------------------------------------------------------------- /io/net/uperf_test.py.data/uperf_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/uperf_test.py.data/uperf_test.yaml -------------------------------------------------------------------------------- /io/net/uperf_test.py.data/uperf_test_virt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/uperf_test.py.data/uperf_test_virt.yaml -------------------------------------------------------------------------------- /io/net/virt-net/lpm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/virt-net/lpm.py -------------------------------------------------------------------------------- /io/net/virt-net/lpm.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/virt-net/lpm.py.data/README.txt -------------------------------------------------------------------------------- /io/net/virt-net/lpm.py.data/lpm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/virt-net/lpm.py.data/lpm.yaml -------------------------------------------------------------------------------- /io/net/virt-net/lpm.py.data/lpm_withsriov.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/virt-net/lpm.py.data/lpm_withsriov.yaml -------------------------------------------------------------------------------- /io/net/virt-net/lpm.py.data/lpm_withvnic.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/virt-net/lpm.py.data/lpm_withvnic.yaml -------------------------------------------------------------------------------- /io/net/virt-net/network_virtualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/virt-net/network_virtualization.py -------------------------------------------------------------------------------- /io/net/virt-net/veth_dlpar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/virt-net/veth_dlpar.py -------------------------------------------------------------------------------- /io/net/virt-net/veth_dlpar.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/virt-net/veth_dlpar.py.data/README.txt -------------------------------------------------------------------------------- /io/net/vlan_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/vlan_test.py -------------------------------------------------------------------------------- /io/net/vlan_test.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/vlan_test.py.data/README.txt -------------------------------------------------------------------------------- /io/net/vlan_test.py.data/vlan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/net/vlan_test.py.data/vlan.yaml -------------------------------------------------------------------------------- /io/nvmf/nvmftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/nvmf/nvmftest.py -------------------------------------------------------------------------------- /io/nvmf/nvmftest.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/nvmf/nvmftest.py.data/README.txt -------------------------------------------------------------------------------- /io/nvmf/nvmftest.py.data/nvmf_template.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/nvmf/nvmftest.py.data/nvmf_template.cfg -------------------------------------------------------------------------------- /io/nvmf/nvmftest.py.data/nvmftest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/nvmf/nvmftest.py.data/nvmftest.yaml -------------------------------------------------------------------------------- /io/pci/EEH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/EEH.py -------------------------------------------------------------------------------- /io/pci/EEH.py.data/EEH.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/EEH.py.data/EEH.yaml -------------------------------------------------------------------------------- /io/pci/EEH.py.data/EEH_nvme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/EEH.py.data/EEH_nvme.yaml -------------------------------------------------------------------------------- /io/pci/EEH.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/EEH.py.data/README.txt -------------------------------------------------------------------------------- /io/pci/dlpar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/dlpar.py -------------------------------------------------------------------------------- /io/pci/dlpar.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/dlpar.py.data/README -------------------------------------------------------------------------------- /io/pci/dlpar.py.data/dlpar.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/dlpar.py.data/dlpar.yaml -------------------------------------------------------------------------------- /io/pci/pci_hotplug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/pci_hotplug.py -------------------------------------------------------------------------------- /io/pci/pci_hotplug.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/pci_hotplug.py.data/README.txt -------------------------------------------------------------------------------- /io/pci/pci_hotplug.py.data/pci_hotplug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/io/pci/pci_hotplug.py.data/pci_hotplug.yaml -------------------------------------------------------------------------------- /kernel/kernbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kernbench.py -------------------------------------------------------------------------------- /kernel/kernbench.py.data/kernbench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kernbench.py.data/kernbench.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py -------------------------------------------------------------------------------- /kernel/kselftest.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/README -------------------------------------------------------------------------------- /kernel/kselftest.py.data/bpf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/bpf.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/ftrace_powerpc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/ftrace_powerpc.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/futex.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/futex.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/kselftest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/kselftest.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/kselftest_comp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/kselftest_comp.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/kselftest_cpufreq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/kselftest_cpufreq.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/kselftest_powerpc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/kselftest_powerpc.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/ksmtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/ksmtest.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/net.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/net.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/pmu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/pmu.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/security.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/security.yaml -------------------------------------------------------------------------------- /kernel/kselftest.py.data/trace_tests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/kselftest.py.data/trace_tests.yaml -------------------------------------------------------------------------------- /kernel/livepatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/livepatch.py -------------------------------------------------------------------------------- /kernel/posixtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/posixtest.py -------------------------------------------------------------------------------- /kernel/posixtest.py.data/posixtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/posixtest.py.data/posixtest.yaml -------------------------------------------------------------------------------- /kernel/rmaptest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/rmaptest.py -------------------------------------------------------------------------------- /kernel/rmaptest.py.data/rmaptest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/rmaptest.py.data/rmaptest.yaml -------------------------------------------------------------------------------- /kernel/tlbflush.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/tlbflush.py -------------------------------------------------------------------------------- /kernel/tlbflush.py.data/tlbflush.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/tlbflush.py.data/tlbflush.c -------------------------------------------------------------------------------- /kernel/tlbflush.py.data/tlbflush.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/tlbflush.py.data/tlbflush.patch -------------------------------------------------------------------------------- /kernel/tlbflush.py.data/tlbflush.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/tlbflush.py.data/tlbflush.yaml -------------------------------------------------------------------------------- /kernel/will-it-scale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/will-it-scale.py -------------------------------------------------------------------------------- /kernel/will-it-scale.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/will-it-scale.py.data/README -------------------------------------------------------------------------------- /kernel/will-it-scale.py.data/makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/will-it-scale.py.data/makefile.patch -------------------------------------------------------------------------------- /kernel/will-it-scale.py.data/will-it-scale.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kernel/will-it-scale.py.data/will-it-scale.yaml -------------------------------------------------------------------------------- /kvm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kvm/README.md -------------------------------------------------------------------------------- /kvm/kvm_unittest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kvm/kvm_unittest.py -------------------------------------------------------------------------------- /kvm/kvm_unittest.py.data/guest_mode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kvm/kvm_unittest.py.data/guest_mode.yaml -------------------------------------------------------------------------------- /kvm/kvm_unittest.py.data/kvm_unittest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/kvm/kvm_unittest.py.data/kvm_unittest.yaml -------------------------------------------------------------------------------- /memory/dma_memtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/dma_memtest.py -------------------------------------------------------------------------------- /memory/dma_memtest.py.data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/dma_memtest.py.data/README.md -------------------------------------------------------------------------------- /memory/dma_memtest.py.data/dma_memtest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/dma_memtest.py.data/dma_memtest.yaml -------------------------------------------------------------------------------- /memory/eatmemory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/eatmemory.py -------------------------------------------------------------------------------- /memory/eatmemory.py.data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/eatmemory.py.data/README.md -------------------------------------------------------------------------------- /memory/eatmemory.py.data/eatmem_getch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/eatmemory.py.data/eatmem_getch.patch -------------------------------------------------------------------------------- /memory/eatmemory.py.data/eatmemory.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/eatmemory.py.data/eatmemory.yaml -------------------------------------------------------------------------------- /memory/fork_mem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/fork_mem.py -------------------------------------------------------------------------------- /memory/fork_mem.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/fork_mem.py.data/Makefile -------------------------------------------------------------------------------- /memory/fork_mem.py.data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/fork_mem.py.data/README.md -------------------------------------------------------------------------------- /memory/fork_mem.py.data/fork_mem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/fork_mem.py.data/fork_mem.yaml -------------------------------------------------------------------------------- /memory/fork_mem.py.data/forkoff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/fork_mem.py.data/forkoff.c -------------------------------------------------------------------------------- /memory/homenode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/homenode.py -------------------------------------------------------------------------------- /memory/homenode.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/homenode.py.data/Makefile -------------------------------------------------------------------------------- /memory/homenode.py.data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/homenode.py.data/README.md -------------------------------------------------------------------------------- /memory/homenode.py.data/homenode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/homenode.py.data/homenode.c -------------------------------------------------------------------------------- /memory/homenode.py.data/homenode.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/homenode.py.data/homenode.yaml -------------------------------------------------------------------------------- /memory/hugepage_sanity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/hugepage_sanity.py -------------------------------------------------------------------------------- /memory/hugepage_sanity.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/hugepage_sanity.py.data/Makefile -------------------------------------------------------------------------------- /memory/hugepage_sanity.py.data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/hugepage_sanity.py.data/README.md -------------------------------------------------------------------------------- /memory/hugepage_sysctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/hugepage_sysctl.py -------------------------------------------------------------------------------- /memory/hugepage_sysctl.py.data/hugepage_sysctl.yaml: -------------------------------------------------------------------------------- 1 | num_pages: 20 2 | -------------------------------------------------------------------------------- /memory/integrity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/integrity.py -------------------------------------------------------------------------------- /memory/integrity.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/integrity.py.data/Makefile -------------------------------------------------------------------------------- /memory/integrity.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/integrity.py.data/README -------------------------------------------------------------------------------- /memory/integrity.py.data/integrity.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/integrity.py.data/integrity.yaml -------------------------------------------------------------------------------- /memory/integrity.py.data/mem_integrity_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/integrity.py.data/mem_integrity_test.c -------------------------------------------------------------------------------- /memory/ksm_poison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ksm_poison.py -------------------------------------------------------------------------------- /memory/ksm_poison.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ksm_poison.py.data/Makefile -------------------------------------------------------------------------------- /memory/ksm_poison.py.data/ksm_poison.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ksm_poison.py.data/ksm_poison.c -------------------------------------------------------------------------------- /memory/ksm_poison.py.data/ksm_poison.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ksm_poison.py.data/ksm_poison.yaml -------------------------------------------------------------------------------- /memory/libhugetlbfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/libhugetlbfs.py -------------------------------------------------------------------------------- /memory/libhugetlbfs.py.data/elflink.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/libhugetlbfs.py.data/elflink.patch -------------------------------------------------------------------------------- /memory/libhugetlbfs.py.data/libhugetlbfs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/libhugetlbfs.py.data/libhugetlbfs.yaml -------------------------------------------------------------------------------- /memory/memcached.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memcached.py -------------------------------------------------------------------------------- /memory/memcached.py.data/memcached.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memcached.py.data/memcached.yaml -------------------------------------------------------------------------------- /memory/memhog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memhog.py -------------------------------------------------------------------------------- /memory/memhog.py.data/memhog.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memhog.py.data/memhog.yaml -------------------------------------------------------------------------------- /memory/memhotplug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memhotplug.py -------------------------------------------------------------------------------- /memory/memhotplug.py.data/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memhotplug.py.data/Readme -------------------------------------------------------------------------------- /memory/memhotplug.py.data/memhotplug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memhotplug.py.data/memhotplug.yaml -------------------------------------------------------------------------------- /memory/memory_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memory_api.py -------------------------------------------------------------------------------- /memory/memory_api.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memory_api.py.data/Makefile -------------------------------------------------------------------------------- /memory/memory_api.py.data/memory_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memory_api.py.data/memory_api.c -------------------------------------------------------------------------------- /memory/memory_api.py.data/memory_api.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memory_api.py.data/memory_api.yaml -------------------------------------------------------------------------------- /memory/memory_api.py.data/mremap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memory_api.py.data/mremap.c -------------------------------------------------------------------------------- /memory/memtester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memtester.py -------------------------------------------------------------------------------- /memory/memtester.py.data/memtester.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/memtester.py.data/memtester.yaml -------------------------------------------------------------------------------- /memory/migrate_pages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/migrate_pages.py -------------------------------------------------------------------------------- /memory/migrate_pages.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/migrate_pages.py.data/Makefile -------------------------------------------------------------------------------- /memory/migrate_pages.py.data/migrate_pages.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/migrate_pages.py.data/migrate_pages.yaml -------------------------------------------------------------------------------- /memory/migrate_pages.py.data/node_move_pages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/migrate_pages.py.data/node_move_pages.c -------------------------------------------------------------------------------- /memory/mm_subsystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/mm_subsystem.py -------------------------------------------------------------------------------- /memory/mm_subsystem.py.data/mm_subsystem.yaml: -------------------------------------------------------------------------------- 1 | skip_softoffline: "null" 2 | -------------------------------------------------------------------------------- /memory/mprotect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/mprotect.py -------------------------------------------------------------------------------- /memory/mprotect.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/mprotect.py.data/Makefile -------------------------------------------------------------------------------- /memory/mprotect.py.data/mprotect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/mprotect.py.data/mprotect.c -------------------------------------------------------------------------------- /memory/mprotect.py.data/mprotect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/mprotect.py.data/mprotect.yaml -------------------------------------------------------------------------------- /memory/ndctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ndctl.py -------------------------------------------------------------------------------- /memory/ndctl.py.data/daxio.static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ndctl.py.data/daxio.static -------------------------------------------------------------------------------- /memory/ndctl.py.data/map_sync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ndctl.py.data/map_sync.c -------------------------------------------------------------------------------- /memory/ndctl.py.data/ndctl-fio.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ndctl.py.data/ndctl-fio.job -------------------------------------------------------------------------------- /memory/ndctl.py.data/ndctl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ndctl.py.data/ndctl.yaml -------------------------------------------------------------------------------- /memory/ndctl.py.data/sector-fio.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ndctl.py.data/sector-fio.job -------------------------------------------------------------------------------- /memory/ndctl_selftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ndctl_selftest.py -------------------------------------------------------------------------------- /memory/ndctl_selftest.py.data/ppc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/ndctl_selftest.py.data/ppc.patch -------------------------------------------------------------------------------- /memory/numa_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/numa_test.py -------------------------------------------------------------------------------- /memory/numa_test.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/numa_test.py.data/Makefile -------------------------------------------------------------------------------- /memory/numa_test.py.data/bench_movepages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/numa_test.py.data/bench_movepages.c -------------------------------------------------------------------------------- /memory/numa_test.py.data/numa_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/numa_test.py.data/numa_test.c -------------------------------------------------------------------------------- /memory/numa_test.py.data/numa_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/numa_test.py.data/numa_test.yaml -------------------------------------------------------------------------------- /memory/numa_test.py.data/softoffline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/numa_test.py.data/softoffline.c -------------------------------------------------------------------------------- /memory/numa_test.py.data/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/numa_test.py.data/util.c -------------------------------------------------------------------------------- /memory/page_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/page_table.py -------------------------------------------------------------------------------- /memory/page_table.py.data/page_table.yaml: -------------------------------------------------------------------------------- 1 | url: 'https://github.com/sanskriti-s/pg-table_tests.git' 2 | -------------------------------------------------------------------------------- /memory/pmem_dm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/pmem_dm.py -------------------------------------------------------------------------------- /memory/pmem_dm.py.data/ndctl-fio.job: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/pmem_dm.py.data/ndctl-fio.job -------------------------------------------------------------------------------- /memory/pmem_dm.py.data/pmem_dm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/pmem_dm.py.data/pmem_dm.yaml -------------------------------------------------------------------------------- /memory/pmem_dt_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/pmem_dt_check.py -------------------------------------------------------------------------------- /memory/soft_dirty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/soft_dirty.py -------------------------------------------------------------------------------- /memory/stressng_mem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/stressng_mem.py -------------------------------------------------------------------------------- /memory/stressng_mem.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/stressng_mem.py.data/README -------------------------------------------------------------------------------- /memory/stressng_mem.py.data/stressng_mem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/stressng_mem.py.data/stressng_mem.yaml -------------------------------------------------------------------------------- /memory/stutter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/stutter.py -------------------------------------------------------------------------------- /memory/stutter.py.data/stutter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/stutter.py.data/stutter.yaml -------------------------------------------------------------------------------- /memory/sum_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/sum_check.py -------------------------------------------------------------------------------- /memory/sum_check.py.data/sum_check.yaml: -------------------------------------------------------------------------------- 1 | mem_size: 100 #MB 2 | iterations: 10 3 | -------------------------------------------------------------------------------- /memory/transparent_hugepages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/transparent_hugepages.py -------------------------------------------------------------------------------- /memory/transparent_hugepages_defrag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/transparent_hugepages_defrag.py -------------------------------------------------------------------------------- /memory/transparent_hugepages_swapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/transparent_hugepages_swapping.py -------------------------------------------------------------------------------- /memory/vatest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/vatest.py -------------------------------------------------------------------------------- /memory/vatest.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/vatest.py.data/Makefile -------------------------------------------------------------------------------- /memory/vatest.py.data/va_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/vatest.py.data/va_test.c -------------------------------------------------------------------------------- /memory/vatest.py.data/vatest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/memory/vatest.py.data/vatest.yaml -------------------------------------------------------------------------------- /nx_gzip/nx_gzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/nx_gzip/nx_gzip.py -------------------------------------------------------------------------------- /nx_gzip/nx_gzip.py.data/minigzipsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/nx_gzip/nx_gzip.py.data/minigzipsh -------------------------------------------------------------------------------- /nx_gzip/nx_gzip.py.data/nx_gzip.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/nx_gzip/nx_gzip.py.data/nx_gzip.yaml -------------------------------------------------------------------------------- /perf/blogbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/blogbench.py -------------------------------------------------------------------------------- /perf/blogbench.py.data/blogbench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/blogbench.py.data/blogbench.yaml -------------------------------------------------------------------------------- /perf/blogbench.py.data/config_guess.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/blogbench.py.data/config_guess.patch -------------------------------------------------------------------------------- /perf/compilebench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/compilebench.py -------------------------------------------------------------------------------- /perf/compilebench.py.data/compilebench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/compilebench.py.data/compilebench.yaml -------------------------------------------------------------------------------- /perf/compilebench.py.data/fix_compilebench: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/compilebench.py.data/fix_compilebench -------------------------------------------------------------------------------- /perf/hackbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/hackbench.py -------------------------------------------------------------------------------- /perf/hackbench.py.data/hackbench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/hackbench.py.data/hackbench.yaml -------------------------------------------------------------------------------- /perf/libunwind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/libunwind.py -------------------------------------------------------------------------------- /perf/libunwind.py.data/libunwind.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/libunwind.py.data/libunwind.yaml -------------------------------------------------------------------------------- /perf/lmbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/lmbench.py -------------------------------------------------------------------------------- /perf/lmbench.py.data/fix_add_os_type.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/lmbench.py.data/fix_add_os_type.patch -------------------------------------------------------------------------------- /perf/lmbench.py.data/fix_lseek.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/lmbench.py.data/fix_lseek.patch -------------------------------------------------------------------------------- /perf/lmbench.py.data/lmbench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/lmbench.py.data/lmbench.yaml -------------------------------------------------------------------------------- /perf/lmbench.py.data/makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/lmbench.py.data/makefile.patch -------------------------------------------------------------------------------- /perf/perf_24x7_all_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_24x7_all_events.py -------------------------------------------------------------------------------- /perf/perf_24x7_hardware_counters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_24x7_hardware_counters.py -------------------------------------------------------------------------------- /perf/perf_basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_basic.py -------------------------------------------------------------------------------- /perf/perf_bench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_bench.py -------------------------------------------------------------------------------- /perf/perf_bench.py.data/bench_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_bench.py.data/bench_options.yaml -------------------------------------------------------------------------------- /perf/perf_c2c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_c2c.py -------------------------------------------------------------------------------- /perf/perf_c2c.py.data/record_report.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_c2c.py.data/record_report.yaml -------------------------------------------------------------------------------- /perf/perf_core_imc_event.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_core_imc_event.py -------------------------------------------------------------------------------- /perf/perf_cpu_hotplug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_cpu_hotplug.py -------------------------------------------------------------------------------- /perf/perf_datatype_profiling.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_datatype_profiling.py -------------------------------------------------------------------------------- /perf/perf_demangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_demangle.py -------------------------------------------------------------------------------- /perf/perf_demangle.py.data/benchmark_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_demangle.py.data/benchmark_main.cpp -------------------------------------------------------------------------------- /perf/perf_duplicate_probe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_duplicate_probe.py -------------------------------------------------------------------------------- /perf/perf_events_crash_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_events_crash_test.py -------------------------------------------------------------------------------- /perf/perf_events_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_events_test.py -------------------------------------------------------------------------------- /perf/perf_extended_regs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_extended_regs.py -------------------------------------------------------------------------------- /perf/perf_fuzzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_fuzzer.py -------------------------------------------------------------------------------- /perf/perf_genericevents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_genericevents.py -------------------------------------------------------------------------------- /perf/perf_genericevents.py.data/raw_code.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_genericevents.py.data/raw_code.cfg -------------------------------------------------------------------------------- /perf/perf_hv_gpci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_hv_gpci.py -------------------------------------------------------------------------------- /perf/perf_hv_gpci_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_hv_gpci_interface.py -------------------------------------------------------------------------------- /perf/perf_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_json.py -------------------------------------------------------------------------------- /perf/perf_json.py.data/perf_json.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_json.py.data/perf_json.yaml -------------------------------------------------------------------------------- /perf/perf_lock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_lock.py -------------------------------------------------------------------------------- /perf/perf_lock.py.data/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_lock.py.data/readme.txt -------------------------------------------------------------------------------- /perf/perf_lock.py.data/record_report.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_lock.py.data/record_report.yaml -------------------------------------------------------------------------------- /perf/perf_mem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_mem.py -------------------------------------------------------------------------------- /perf/perf_mem.py.data/record_report.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_mem.py.data/record_report.yaml -------------------------------------------------------------------------------- /perf/perf_metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_metric.py -------------------------------------------------------------------------------- /perf/perf_nest_events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_nest_events.py -------------------------------------------------------------------------------- /perf/perf_nmem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_nmem.py -------------------------------------------------------------------------------- /perf/perf_pcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_pcp.py -------------------------------------------------------------------------------- /perf/perf_pmu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_pmu.py -------------------------------------------------------------------------------- /perf/perf_pmu.py.data/sysfs_PMU.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_pmu.py.data/sysfs_PMU.cfg -------------------------------------------------------------------------------- /perf/perf_rawevents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_rawevents.py -------------------------------------------------------------------------------- /perf/perf_rawevents.py.data/name_events_004b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_rawevents.py.data/name_events_004b -------------------------------------------------------------------------------- /perf/perf_rawevents.py.data/name_events_004e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_rawevents.py.data/name_events_004e -------------------------------------------------------------------------------- /perf/perf_rawevents.py.data/name_events_0080: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_rawevents.py.data/name_events_0080 -------------------------------------------------------------------------------- /perf/perf_rawevents.py.data/raw_codes_004b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_rawevents.py.data/raw_codes_004b -------------------------------------------------------------------------------- /perf/perf_rawevents.py.data/raw_codes_004e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_rawevents.py.data/raw_codes_004e -------------------------------------------------------------------------------- /perf/perf_rawevents.py.data/raw_codes_0080: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_rawevents.py.data/raw_codes_0080 -------------------------------------------------------------------------------- /perf/perf_sched.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_sched.py -------------------------------------------------------------------------------- /perf/perf_sched.py.data/perf_sched.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_sched.py.data/perf_sched.yaml -------------------------------------------------------------------------------- /perf/perf_script_bug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_script_bug.py -------------------------------------------------------------------------------- /perf/perf_script_bug.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_script_bug.py.data/Makefile -------------------------------------------------------------------------------- /perf/perf_script_bug.py.data/perf_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_script_bug.py.data/perf_test.c -------------------------------------------------------------------------------- /perf/perf_script_bug.py.data/probe.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_script_bug.py.data/probe.cfg -------------------------------------------------------------------------------- /perf/perf_sdt_probe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_sdt_probe.py -------------------------------------------------------------------------------- /perf/perf_stress_ng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_stress_ng.py -------------------------------------------------------------------------------- /perf/perf_stress_ng.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_stress_ng.py.data/README.txt -------------------------------------------------------------------------------- /perf/perf_stress_ng.py.data/perf_stress_ng.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_stress_ng.py.data/perf_stress_ng.yaml -------------------------------------------------------------------------------- /perf/perf_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_test.py -------------------------------------------------------------------------------- /perf/perf_test.py.data/perf_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_test.py.data/perf_test.yaml -------------------------------------------------------------------------------- /perf/perf_top.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_top.py -------------------------------------------------------------------------------- /perf/perf_top.py.data/perf_top.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_top.py.data/perf_top.yaml -------------------------------------------------------------------------------- /perf/perf_trace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_trace.py -------------------------------------------------------------------------------- /perf/perf_trace.py.data/perf_trace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perf_trace.py.data/perf_trace.yaml -------------------------------------------------------------------------------- /perf/perfmon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perfmon.py -------------------------------------------------------------------------------- /perf/perftool_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/perftool_test.py -------------------------------------------------------------------------------- /perf/pgbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/pgbench.py -------------------------------------------------------------------------------- /perf/pgbench.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/pgbench.py.data/README -------------------------------------------------------------------------------- /perf/pgbench.py.data/pgbench.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/pgbench.py.data/pgbench.yaml -------------------------------------------------------------------------------- /perf/rt_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/rt_tests.py -------------------------------------------------------------------------------- /perf/rt_tests.py.data/rt_tests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/rt_tests.py.data/rt_tests.yaml -------------------------------------------------------------------------------- /perf/tbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/tbench.py -------------------------------------------------------------------------------- /perf/tbench.py.data/tbench.yaml: -------------------------------------------------------------------------------- 1 | nprocs: 10 2 | args: "null" 3 | -------------------------------------------------------------------------------- /perf/unixbench.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/unixbench.py -------------------------------------------------------------------------------- /perf/unixbench.py.data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/unixbench.py.data/README -------------------------------------------------------------------------------- /perf/unixbench.py.data/make1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/perf/unixbench.py.data/make1.patch -------------------------------------------------------------------------------- /perf/unixbench.py.data/unixbench.yaml: -------------------------------------------------------------------------------- 1 | args: '-v -c 1' 2 | -------------------------------------------------------------------------------- /ras/ServiceReport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ServiceReport.py -------------------------------------------------------------------------------- /ras/ServiceReport.py.data/option.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ServiceReport.py.data/option.yaml -------------------------------------------------------------------------------- /ras/diag_encl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/diag_encl.py -------------------------------------------------------------------------------- /ras/errinjct.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/errinjct.py -------------------------------------------------------------------------------- /ras/errinjct.py.data/options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/errinjct.py.data/options.yaml -------------------------------------------------------------------------------- /ras/hwinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/hwinfo.py -------------------------------------------------------------------------------- /ras/hwinfo.py.data/options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/hwinfo.py.data/options.yaml -------------------------------------------------------------------------------- /ras/kdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/kdump.py -------------------------------------------------------------------------------- /ras/kdump.py.data/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/kdump.py.data/config.yaml -------------------------------------------------------------------------------- /ras/kdump_nfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/kdump_nfs.py -------------------------------------------------------------------------------- /ras/kdump_nfs.py.data/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/kdump_nfs.py.data/config.yaml -------------------------------------------------------------------------------- /ras/live_patching.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/live_patching.py -------------------------------------------------------------------------------- /ras/live_patching.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/live_patching.py.data/Makefile -------------------------------------------------------------------------------- /ras/live_patching.py.data/libc_livepatch1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/live_patching.py.data/libc_livepatch1.c -------------------------------------------------------------------------------- /ras/live_patching.py.data/libc_livepatch1.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/live_patching.py.data/libc_livepatch1.dsc -------------------------------------------------------------------------------- /ras/live_patching.py.data/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/live_patching.py.data/test.c -------------------------------------------------------------------------------- /ras/live_patching.py.data/test_2func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/live_patching.py.data/test_2func.c -------------------------------------------------------------------------------- /ras/live_patching.py.data/test_long.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/live_patching.py.data/test_long.c -------------------------------------------------------------------------------- /ras/lshw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/lshw.py -------------------------------------------------------------------------------- /ras/packages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/packages.py -------------------------------------------------------------------------------- /ras/packages.py.data/list.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/packages.py.data/list.yaml -------------------------------------------------------------------------------- /ras/pstore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/pstore.py -------------------------------------------------------------------------------- /ras/pstore.py.data/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/pstore.py.data/config.yaml -------------------------------------------------------------------------------- /ras/ras_lsvpd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ras_lsvpd.py -------------------------------------------------------------------------------- /ras/ras_lsvpd.py.data/ras_lsvpd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ras_lsvpd.py.data/ras_lsvpd.yaml -------------------------------------------------------------------------------- /ras/ras_ppcdiag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ras_ppcdiag.py -------------------------------------------------------------------------------- /ras/ras_ppcdiag.py.data/options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ras_ppcdiag.py.data/options.yaml -------------------------------------------------------------------------------- /ras/ras_ppcutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ras_ppcutils.py -------------------------------------------------------------------------------- /ras/ras_ppcutils.py.data/ras_ppcutils.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ras_ppcutils.py.data/ras_ppcutils.yaml -------------------------------------------------------------------------------- /ras/ras_ppcutils.py.data/rtas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/ras_ppcutils.py.data/rtas -------------------------------------------------------------------------------- /ras/rtas_dbg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/rtas_dbg.py -------------------------------------------------------------------------------- /ras/rtas_dbg.py.data/options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/rtas_dbg.py.data/options.yaml -------------------------------------------------------------------------------- /ras/servicelog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/servicelog.py -------------------------------------------------------------------------------- /ras/servicelog.py.data/notify_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/servicelog.py.data/notify_script.sh -------------------------------------------------------------------------------- /ras/servicelog.py.data/rtas_events/v6_cpu_guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/servicelog.py.data/rtas_events/v6_cpu_guard -------------------------------------------------------------------------------- /ras/servicelog.py.data/rtas_events/v6_eeh_info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/servicelog.py.data/rtas_events/v6_eeh_info -------------------------------------------------------------------------------- /ras/smtstate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/smtstate.py -------------------------------------------------------------------------------- /ras/smtstate.py.data/smtsate.yaml: -------------------------------------------------------------------------------- 1 | time_in_seconds: 300 2 | -------------------------------------------------------------------------------- /ras/sosreport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/sosreport.py -------------------------------------------------------------------------------- /ras/sosreport.py.data/options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/sosreport.py.data/options.yaml -------------------------------------------------------------------------------- /ras/supportconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/supportconfig.py -------------------------------------------------------------------------------- /ras/supportconfig.py.data/supportconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/supportconfig.py.data/supportconfig.yaml -------------------------------------------------------------------------------- /ras/vpa_MaxMem_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/ras/vpa_MaxMem_check.py -------------------------------------------------------------------------------- /requirements-travis.txt: -------------------------------------------------------------------------------- 1 | pycodestyle==2.4.0 2 | inspektor==0.5.3 3 | pep8==1.7.1 4 | pylint==3.0.0 5 | -------------------------------------------------------------------------------- /security/annobin-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/annobin-tests.py -------------------------------------------------------------------------------- /security/annobin-tests.py.data/annobin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/annobin-tests.py.data/annobin.yaml -------------------------------------------------------------------------------- /security/audit-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/audit-tests.py -------------------------------------------------------------------------------- /security/audit-tests.py.data/audit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/audit-tests.py.data/audit.yaml -------------------------------------------------------------------------------- /security/cryptsetup-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/cryptsetup-tests.py -------------------------------------------------------------------------------- /security/evmctl-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/evmctl-tests.py -------------------------------------------------------------------------------- /security/evmctl-tests.py.data/evmctl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/evmctl-tests.py.data/evmctl.yaml -------------------------------------------------------------------------------- /security/fscrypt-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/fscrypt-tests.py -------------------------------------------------------------------------------- /security/fscrypt-tests.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/fscrypt-tests.py.data/README.txt -------------------------------------------------------------------------------- /security/fsverity-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/fsverity-tests.py -------------------------------------------------------------------------------- /security/fsverity-tests.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/fsverity-tests.py.data/README.txt -------------------------------------------------------------------------------- /security/grub-extend-pcr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/grub-extend-pcr.py -------------------------------------------------------------------------------- /security/ima-evm-utils-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/ima-evm-utils-tests.py -------------------------------------------------------------------------------- /security/ima-evm-utils-tests.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/ima-evm-utils-tests.py.data/README.txt -------------------------------------------------------------------------------- /security/ima-modsig-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/ima-modsig-tests.py -------------------------------------------------------------------------------- /security/kernel-hardening-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/kernel-hardening-tests.py -------------------------------------------------------------------------------- /security/kernel-lockdown-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/kernel-lockdown-tests.py -------------------------------------------------------------------------------- /security/keyutils-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/keyutils-tests.py -------------------------------------------------------------------------------- /security/keyutils-tests.py.data/keyutils.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/keyutils-tests.py.data/keyutils.yaml -------------------------------------------------------------------------------- /security/krb5-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/krb5-tests.py -------------------------------------------------------------------------------- /security/krb5-tests.py.data/krb5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/krb5-tests.py.data/krb5.yaml -------------------------------------------------------------------------------- /security/libgcrypt-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/libgcrypt-tests.py -------------------------------------------------------------------------------- /security/libkcapi-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/libkcapi-tests.py -------------------------------------------------------------------------------- /security/libkmip-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/libkmip-tests.py -------------------------------------------------------------------------------- /security/libkmip-tests.py.data/libkmip.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/libkmip-tests.py.data/libkmip.yaml -------------------------------------------------------------------------------- /security/nettle-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/nettle-tests.py -------------------------------------------------------------------------------- /security/nettle-tests.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/nettle-tests.py.data/README.txt -------------------------------------------------------------------------------- /security/nettle-tests.py.data/nettle.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/nettle-tests.py.data/nettle.yaml -------------------------------------------------------------------------------- /security/openssh-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/openssh-tests.py -------------------------------------------------------------------------------- /security/openssh-tests.py.data/openssh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/openssh-tests.py.data/openssh.yaml -------------------------------------------------------------------------------- /security/openssl-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/openssl-tests.py -------------------------------------------------------------------------------- /security/openssl-tests.py.data/openssl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/openssl-tests.py.data/openssl.yaml -------------------------------------------------------------------------------- /security/pam-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/pam-tests.py -------------------------------------------------------------------------------- /security/pam-tests.py.data/pam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/pam-tests.py.data/pam.yaml -------------------------------------------------------------------------------- /security/seccomp-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/seccomp-tests.py -------------------------------------------------------------------------------- /security/seccomp-tests.py.data/seccomp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/seccomp-tests.py.data/seccomp.yaml -------------------------------------------------------------------------------- /security/security_flavor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/security_flavor.py -------------------------------------------------------------------------------- /security/secvarctl-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/secvarctl-tests.py -------------------------------------------------------------------------------- /security/secvarctl-tests.py.data/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/secvarctl-tests.py.data/README.txt -------------------------------------------------------------------------------- /security/selinux-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/selinux-tests.py -------------------------------------------------------------------------------- /security/selinux-tests.py.data/selinux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/selinux-tests.py.data/selinux.yaml -------------------------------------------------------------------------------- /security/trextest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/trextest.py -------------------------------------------------------------------------------- /security/vTPM-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/vTPM-tests.py -------------------------------------------------------------------------------- /security/xmlsec-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/xmlsec-tests.py -------------------------------------------------------------------------------- /security/xmlsec-tests.py.data/xmlsec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/security/xmlsec-tests.py.data/xmlsec.yaml -------------------------------------------------------------------------------- /toolchain/atlas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/atlas.py -------------------------------------------------------------------------------- /toolchain/atlas.py.data/atlas.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/atlas.py.data/atlas.yaml -------------------------------------------------------------------------------- /toolchain/bcc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/bcc.py -------------------------------------------------------------------------------- /toolchain/binutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/binutils.py -------------------------------------------------------------------------------- /toolchain/binutils.py.data/binutils.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/binutils.py.data/binutils.yaml -------------------------------------------------------------------------------- /toolchain/gcc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/gcc.py -------------------------------------------------------------------------------- /toolchain/gcc.py.data/gcc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/gcc.py.data/gcc.yaml -------------------------------------------------------------------------------- /toolchain/gdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/gdb.py -------------------------------------------------------------------------------- /toolchain/gdb.py.data/gdb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/gdb.py.data/gdb.yaml -------------------------------------------------------------------------------- /toolchain/glibc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/glibc.py -------------------------------------------------------------------------------- /toolchain/glibc.py.data/glibc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/glibc.py.data/glibc.yaml -------------------------------------------------------------------------------- /toolchain/gsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/gsl.py -------------------------------------------------------------------------------- /toolchain/gsl.py.data/version.yaml: -------------------------------------------------------------------------------- 1 | gsl_version: "2.2" 2 | -------------------------------------------------------------------------------- /toolchain/libpfm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/libpfm.py -------------------------------------------------------------------------------- /toolchain/libpfm.py.data/libpfm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/libpfm.py.data/libpfm.yaml -------------------------------------------------------------------------------- /toolchain/libvecpf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/libvecpf.py -------------------------------------------------------------------------------- /toolchain/ltrace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/ltrace.py -------------------------------------------------------------------------------- /toolchain/ltrace.py.data/ltrace.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/ltrace.py.data/ltrace.patch -------------------------------------------------------------------------------- /toolchain/ltrace.py.data/ltrace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/ltrace.py.data/ltrace.yaml -------------------------------------------------------------------------------- /toolchain/oprofile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/oprofile.py -------------------------------------------------------------------------------- /toolchain/papiTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/papiTest.py -------------------------------------------------------------------------------- /toolchain/papiTest.py.data/papiTest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/papiTest.py.data/papiTest.yaml -------------------------------------------------------------------------------- /toolchain/power_time_base_bug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/power_time_base_bug.py -------------------------------------------------------------------------------- /toolchain/strace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/strace.py -------------------------------------------------------------------------------- /toolchain/strace.py.data/strace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/strace.py.data/strace.yaml -------------------------------------------------------------------------------- /toolchain/systemtap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/systemtap.py -------------------------------------------------------------------------------- /toolchain/systemtap.py.data/systemtap.yaml: -------------------------------------------------------------------------------- 1 | make_option: 'installcheck RUNTESTFLAGS="--directory systemtap.apps"' 2 | -------------------------------------------------------------------------------- /toolchain/valgrind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/toolchain/valgrind.py -------------------------------------------------------------------------------- /trace/dawr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/dawr.py -------------------------------------------------------------------------------- /trace/dawr.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/dawr.py.data/Makefile -------------------------------------------------------------------------------- /trace/dawr.py.data/boundary_check.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/dawr.py.data/boundary_check.c -------------------------------------------------------------------------------- /trace/dawr.py.data/dawr_v1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/dawr.py.data/dawr_v1.c -------------------------------------------------------------------------------- /trace/dawr.py.data/dawr_v2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/dawr.py.data/dawr_v2.c -------------------------------------------------------------------------------- /trace/dawr.py.data/dawr_v3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/dawr.py.data/dawr_v3.c -------------------------------------------------------------------------------- /trace/kprobe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/kprobe.py -------------------------------------------------------------------------------- /trace/kretprobe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/kretprobe.py -------------------------------------------------------------------------------- /trace/perf_uprobe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/perf_uprobe.py -------------------------------------------------------------------------------- /trace/perf_uprobe.py.data/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/perf_uprobe.py.data/Makefile -------------------------------------------------------------------------------- /trace/perf_uprobe.py.data/uprobe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/perf_uprobe.py.data/uprobe.c -------------------------------------------------------------------------------- /trace/perf_watch_point.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/perf_watch_point.py -------------------------------------------------------------------------------- /trace/trace_UDT_probes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/trace_UDT_probes.py -------------------------------------------------------------------------------- /trace/trace_UDT_probes.py.data/tick-dtrace.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/trace_UDT_probes.py.data/tick-dtrace.d -------------------------------------------------------------------------------- /trace/trace_UDT_probes.py.data/tick-main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/trace_UDT_probes.py.data/tick-main.c -------------------------------------------------------------------------------- /trace/uprobe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/trace/uprobe.py -------------------------------------------------------------------------------- /workload/cpu_fold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/cpu_fold.py -------------------------------------------------------------------------------- /workload/cpu_fold.py.data/cpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/cpu_fold.py.data/cpu.sh -------------------------------------------------------------------------------- /workload/cpu_fold.py.data/cpu_fold.yaml: -------------------------------------------------------------------------------- 1 | runtime: 60 # min 2 | -------------------------------------------------------------------------------- /workload/ebizzy_workload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/ebizzy_workload.py -------------------------------------------------------------------------------- /workload/htx_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/htx_test.py -------------------------------------------------------------------------------- /workload/htx_test.py.data/htx_cpu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/htx_test.py.data/htx_cpu.yaml -------------------------------------------------------------------------------- /workload/htx_test.py.data/htx_isst.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/htx_test.py.data/htx_isst.yml -------------------------------------------------------------------------------- /workload/htx_test.py.data/htx_mem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/htx_test.py.data/htx_mem.yaml -------------------------------------------------------------------------------- /workload/htx_test.py.data/htx_pmem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/htx_test.py.data/htx_pmem.yaml -------------------------------------------------------------------------------- /workload/htx_test.py.data/htx_test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/htx_test.py.data/htx_test.yaml -------------------------------------------------------------------------------- /workload/smt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/smt.py -------------------------------------------------------------------------------- /workload/smt.py.data/smt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avocado-framework-tests/avocado-misc-tests/HEAD/workload/smt.py.data/smt.sh -------------------------------------------------------------------------------- /workload/smt.py.data/smt.yaml: -------------------------------------------------------------------------------- 1 | runtime: 60 # min 2 | --------------------------------------------------------------------------------