├── .env ├── .gitattributes ├── .github ├── CODEOWNERS ├── copilot-instructions.md └── workflows │ ├── continuous-integration-workflow.yml │ └── docker-image.yml ├── .gitignore ├── Dockerfile.linux ├── Dockerfile.windows ├── LICENSE ├── MANIFEST.in ├── README.rst ├── SECURITY.md ├── docs ├── LSG_Logo.png ├── Makefile ├── _templates │ └── layout.html ├── conf.py ├── contributing.rst ├── docker_linux.rst ├── docker_windows.rst ├── extras.rst ├── img │ ├── deploy.svg │ ├── environment_logs.png │ ├── log_dir_structure.png │ ├── log_file_segments.png │ ├── remote_command_output.png │ ├── req_cap.png │ ├── sample.png │ ├── serial_console_logs.png │ ├── smoke_test_result copy.png │ ├── smoke_test_result.png │ ├── test_case_logs.png │ ├── test_results.png │ └── test_results_summary.png ├── index.rst ├── install.rst ├── installation_linux.rst ├── installation_windows.rst ├── make.cmd ├── quick_start.rst ├── run_test │ ├── azure_auth.rst │ ├── command_line.rst │ ├── microsoft_tests.rst │ ├── platform.rst │ ├── quick_run.rst │ ├── run.rst │ ├── run_locally.rst │ ├── runbook.rst │ ├── transformers.rst │ └── troubleshoot_failures.rst ├── tools │ ├── __init__.py │ ├── doc_generator.py │ ├── finetune_gen.py │ ├── test_paths.yaml │ ├── test_spec_gen.py │ └── test_summary_gen.py ├── troubleshooting.rst ├── update.rst └── write_test │ ├── azure_template.rst │ ├── concepts.rst │ ├── dev_setup.rst │ ├── extension.rst │ ├── guidelines.rst │ ├── write.rst │ └── write_case.rst ├── lisa ├── __init__.py ├── __main__.py ├── action.py ├── advanced_tools │ └── ado_artifact_download.py ├── ai │ ├── .env.template │ ├── .gitignore │ ├── README.md │ ├── __init__.py │ ├── common.py │ ├── data │ │ └── small_v20250603 │ │ │ ├── 20250603-153958-212-smoke_test │ │ │ ├── 20250603-153958-212-smoke_test.log │ │ │ ├── 20250603-154840-220 │ │ │ │ └── serial_console.log │ │ │ └── serial_console_lisa-Azure-fleet-smoke-20250603-151009-151-e168-n0 │ │ │ │ └── 20250603-154918-024 │ │ │ │ └── serial_console.log │ │ │ ├── 20250603-160024-053-smoke_test │ │ │ ├── 20250603-160024-053-smoke_test.log │ │ │ ├── 20250603-160854-864 │ │ │ │ └── serial_console.log │ │ │ └── serial_console_lisa-Azure-fleet-smoke-20250603-151009-151-e221-n0 │ │ │ │ └── 20250603-160946-879 │ │ │ │ └── serial_console.log │ │ │ ├── 20250603-163353-041-verify_nvme_basic │ │ │ └── 20250603-163353-041-verify_nvme_basic.log │ │ │ ├── 20250603-164811-072-perf_tcp_ntttcp_sriov │ │ │ └── 20250603-164811-072-perf_tcp_ntttcp_sriov.log │ │ │ ├── 20250603-165422-848-stress_synthetic_with_max_nics_reboot_from_platform │ │ │ └── 20250603-165422-848-stress_synthetic_with_max_nics_reboot_from_platform.log │ │ │ ├── 20250603-172021-168-smoke_test │ │ │ ├── 20250603-172003-013-generated_82 │ │ │ │ ├── 20250603-172557-227_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png │ │ │ │ ├── 20250603-173103-386_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png │ │ │ │ ├── 20250603-173621-576_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png │ │ │ │ ├── 20250603-174126-485_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png │ │ │ │ ├── 20250603-174204-634_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png │ │ │ │ ├── arm_template.json │ │ │ │ └── arm_template_parameters.json │ │ │ └── 20250603-172021-168-smoke_test.log │ │ │ ├── 20250603-172025-596-smoke_test │ │ │ ├── 20250603-172008-404-generated_83 │ │ │ │ ├── 20250603-172608-328_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png │ │ │ │ ├── 20250603-173117-452_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png │ │ │ │ ├── 20250603-173625-050_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png │ │ │ │ ├── 20250603-174140-169_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png │ │ │ │ ├── 20250603-174216-550_serial_log │ │ │ │ │ ├── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log │ │ │ │ │ └── lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png │ │ │ │ ├── arm_template.json │ │ │ │ └── arm_template_parameters.json │ │ │ └── 20250603-172025-596-smoke_test.log │ │ │ ├── 20250603-173332-292-verify_dpdk_build_gb_hugepages_netvsc │ │ │ ├── 20250603-173332-292-verify_dpdk_build_gb_hugepages_netvsc.log │ │ │ └── serial_console_lisa-Unattended-Updates-20250603-153315-507-e88-n0 │ │ │ │ └── 20250603-173843-130 │ │ │ │ └── serial_console.log │ │ │ ├── 20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp │ │ │ ├── 20250603-173539-436-generated_38 │ │ │ │ ├── 20250603-174102-523_serial_log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log │ │ │ │ │ └── lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png │ │ │ │ ├── 20250603-174609-617_serial_log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log │ │ │ │ │ └── lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png │ │ │ │ ├── 20250603-175111-716_serial_log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log │ │ │ │ │ └── lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png │ │ │ │ ├── 20250603-175614-004_serial_log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log │ │ │ │ │ └── lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png │ │ │ │ ├── 20250603-175707-087_serial_log │ │ │ │ │ ├── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log │ │ │ │ │ └── lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png │ │ │ │ ├── arm_template.json │ │ │ │ └── arm_template_parameters.json │ │ │ └── 20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp.log │ │ │ ├── 20250603-174404-147-stress_sriov_with_max_nics_stop_start_from_platform │ │ │ └── 20250603-174404-147-stress_sriov_with_max_nics_stop_start_from_platform.log │ │ │ ├── 20250603-175005-839-verify_private_script_without_sas_run_failed │ │ │ └── 20250603-175005-839-verify_private_script_without_sas_run_failed.log │ │ │ ├── 20250603-180021-126-verify_sriov_single_vf_connection │ │ │ └── 20250603-180021-126-verify_sriov_single_vf_connection.log │ │ │ └── inputs.json │ ├── default_flow.py │ ├── log_agent.py │ └── prompts │ │ └── default │ │ ├── code_search.txt │ │ ├── final_answer.txt │ │ ├── log_search.txt │ │ └── user.txt ├── base_tools │ ├── __init__.py │ ├── apt_add_repository.py │ ├── cat.py │ ├── mv.py │ ├── rpm.py │ ├── sed.py │ ├── service.py │ ├── uname.py │ ├── wget.py │ └── yum_config_manager.py ├── combinator.py ├── combinators │ ├── __init__.py │ ├── batch_combinator.py │ ├── csv_combinator.py │ ├── git_bisect_combinator.py │ └── grid_combinator.py ├── commands.py ├── development.py ├── environment.py ├── examples │ ├── __init__.py │ ├── runbook │ │ ├── hello_world.yml │ │ ├── hello_world_azure.yml │ │ └── hello_world_remote.yml │ ├── runner │ │ └── mock_runner.py │ └── testsuites │ │ ├── __init__.py │ │ ├── helloworld.py │ │ ├── multinodes.py │ │ ├── scripts │ │ └── echo.sh │ │ └── withscript.py ├── executable.py ├── feature.py ├── features │ ├── __init__.py │ ├── acc.py │ ├── availability.py │ ├── cvm_nested_virtualization.py │ ├── disks.py │ ├── gpu.py │ ├── hibernation.py │ ├── infiniband.py │ ├── isolated_resource.py │ ├── nested_virtualization.py │ ├── network_interface.py │ ├── nfs.py │ ├── nvme.py │ ├── password_extension.py │ ├── resize.py │ ├── security_profile.py │ ├── serial_console.py │ ├── startstop.py │ └── virtualization.py ├── main.py ├── messages.py ├── microsoft │ ├── runbook │ │ ├── aws.yml │ │ ├── azure.yml │ │ ├── debug.yml │ │ ├── examples │ │ │ └── git_bisect.yml │ │ ├── local.yml │ │ ├── qemu │ │ │ ├── CBL-Mariner.yml │ │ │ ├── CBL-Mariner │ │ │ │ └── user-data │ │ │ ├── flatcar.yml │ │ │ └── qemu.yml │ │ ├── ready.yml │ │ └── tiers │ │ │ ├── t0.yml │ │ │ ├── t1.yml │ │ │ ├── t2.yml │ │ │ ├── t3.yml │ │ │ ├── t4.yml │ │ │ ├── tdebug.yml │ │ │ └── tier.yml │ ├── testsuites │ │ ├── acc │ │ │ ├── bvt.py │ │ │ └── cvm.py │ │ ├── azure │ │ │ └── net │ │ │ │ └── component.py │ │ ├── bpf │ │ │ └── bpf_support.py │ │ ├── cdrom │ │ │ ├── cdrom.py │ │ │ └── cdstat.c │ │ ├── cloud_hypervisor │ │ │ ├── ch_tests.py │ │ │ └── ch_tests_tool.py │ │ ├── core │ │ │ ├── azure_image_standard.py │ │ │ ├── boot.py │ │ │ ├── cpu.py │ │ │ ├── debug.py │ │ │ ├── dhcp.py │ │ │ ├── dns.py │ │ │ ├── floppy.py │ │ │ ├── gdb.py │ │ │ ├── hv_module.py │ │ │ ├── kvp.py │ │ │ ├── lsvmbus.py │ │ │ ├── msr.py │ │ │ ├── provisioning.py │ │ │ ├── serial_console.py │ │ │ ├── storage.py │ │ │ ├── test_data │ │ │ │ └── hello.c │ │ │ ├── timesync.py │ │ │ ├── vdso.py │ │ │ └── vm_resize.py │ │ ├── cpu │ │ │ ├── common.py │ │ │ ├── cpusuite.py │ │ │ └── stress.py │ │ ├── cvm │ │ │ ├── cvm_attestation.py │ │ │ ├── cvm_attestation_tool.py │ │ │ ├── cvm_azure_host.py │ │ │ └── cvm_boot.py │ │ ├── display │ │ │ ├── drm.py │ │ │ └── modetest.py │ │ ├── docker │ │ │ ├── TestScripts │ │ │ │ ├── Main.java │ │ │ │ ├── deny_chmod_seccomp.json │ │ │ │ ├── docker-compose.yml │ │ │ │ ├── dotnet31.Dockerfile │ │ │ │ ├── dotnet50.Dockerfile │ │ │ │ ├── helloworld.py │ │ │ │ ├── java.Dockerfile │ │ │ │ └── python.Dockerfile │ │ │ └── dockersuite.py │ │ ├── dpdk │ │ │ ├── common.py │ │ │ ├── devname │ │ │ │ ├── Makefile │ │ │ │ ├── README.md │ │ │ │ ├── main.c │ │ │ │ └── meson.build │ │ │ ├── dpdknffgo.py │ │ │ ├── dpdkovs.py │ │ │ ├── dpdkperf.py │ │ │ ├── dpdksuite.py │ │ │ ├── dpdktestpmd.py │ │ │ ├── dpdkutil.py │ │ │ ├── dpdkvpp.py │ │ │ ├── rdmacore.py │ │ │ └── symmetric_mp │ │ │ │ ├── README.md │ │ │ │ └── symmetric-mp-patched-main.c │ │ ├── firewalld │ │ │ └── firewalldsuite.py │ │ ├── gpu │ │ │ └── gpusuite.py │ │ ├── hpc │ │ │ └── infinibandsuite.py │ │ ├── kdump │ │ │ └── kdumpcrash.py │ │ ├── kselftest │ │ │ ├── kselftest-suite.py │ │ │ └── kselftest.py │ │ ├── kvm │ │ │ ├── kvm_unit_tests.py │ │ │ └── kvm_unit_tests_tool.py │ │ ├── libvirt │ │ │ ├── libvirt_tck.py │ │ │ └── libvirt_tck_tool.py │ │ ├── lis │ │ │ └── lissuite.py │ │ ├── ltp │ │ │ ├── ltp.py │ │ │ └── ltpsuite.py │ │ ├── mdatp │ │ │ ├── check-mdatp.sh │ │ │ └── mdatp.py │ │ ├── mshv │ │ │ ├── cloud_hypervisor_tool.py │ │ │ ├── mshv_install.py │ │ │ ├── mshv_root_stress_tests.py │ │ │ ├── mshv_root_tests.py │ │ │ └── mshv_secure_boot.py │ │ ├── nested │ │ │ ├── common.py │ │ │ └── nested.py │ │ ├── network │ │ │ ├── common.py │ │ │ ├── netinterface.py │ │ │ ├── networksettings.py │ │ │ ├── sriov.py │ │ │ ├── stress.py │ │ │ └── synthetic.py │ │ ├── nvme │ │ │ └── nvme.py │ │ ├── osu │ │ │ └── osusuite.py │ │ ├── performance │ │ │ ├── common.py │ │ │ ├── nestedperf.py │ │ │ ├── networkperf.py │ │ │ ├── nvmeperf.py │ │ │ ├── perftoolsuite.py │ │ │ └── storageperf.py │ │ ├── power │ │ │ ├── common.py │ │ │ ├── power.py │ │ │ └── stress.py │ │ ├── rust_vmm_mshv │ │ │ └── rust_vmm_mshv_test.py │ │ ├── security │ │ │ ├── fips.py │ │ │ └── openssl.py │ │ ├── storage │ │ │ ├── dmcache.py │ │ │ └── storagesuite.py │ │ ├── stress │ │ │ ├── stress_ng_suite.py │ │ │ ├── tlb_flush_stress.c │ │ │ ├── tlb_stress.py │ │ │ └── tlb_stress_suite.py │ │ ├── tvm │ │ │ └── tvmsuite.py │ │ ├── utility │ │ │ └── tool_install.py │ │ ├── virtualclient │ │ │ └── virtualclient.py │ │ ├── vm_extensions │ │ │ ├── AzureMonitorAgentLinux.py │ │ │ ├── applicationhealthextension.py │ │ │ ├── azsecpack.py │ │ │ ├── azure_disk_encryption.py │ │ │ ├── azure_keyvault_vm_extension.py │ │ │ ├── azureperformancediagnostics.py │ │ │ ├── cvt.py │ │ │ ├── linux_patch_extension.py │ │ │ ├── mdm.py │ │ │ ├── networkwatcherextension.py │ │ │ ├── runtime_extensions │ │ │ │ ├── common.py │ │ │ │ ├── custom_script.py │ │ │ │ ├── run_commandv1.py │ │ │ │ ├── run_commandv2.py │ │ │ │ └── vmaccess.py │ │ │ ├── scripts │ │ │ │ ├── cvt.sh │ │ │ │ └── handle.txt │ │ │ ├── vmsnapshot_extension.py │ │ │ └── waagent.py │ │ ├── xdp │ │ │ ├── common.py │ │ │ ├── functional.py │ │ │ ├── performance.py │ │ │ ├── pktgen.py │ │ │ ├── xdpdump.py │ │ │ └── xdptools.py │ │ └── xfstests │ │ │ ├── xfstesting.py │ │ │ └── xfstests.py │ └── utils │ │ ├── CreateServicePrincipal_linux.sh │ │ ├── aitl │ │ ├── aitl.py │ │ ├── template.json │ │ ├── tier0-sig.json │ │ ├── tier0-vhd.json │ │ ├── tier0.json │ │ ├── tier1.json │ │ └── tier2.json │ │ └── setup_aitl.py ├── mixin_modules.py ├── nic.py ├── node.py ├── notifier.py ├── notifiers │ ├── __init__.py │ ├── common.py │ ├── console.py │ ├── env_stats.py │ ├── file.py │ ├── html.py │ ├── html_template.html │ ├── junit.py │ ├── log_agent.py │ ├── perfdump.py │ └── text_result.py ├── operating_system.py ├── parameter_parser │ ├── __init__.py │ ├── argparser.py │ └── runbook.py ├── platform_.py ├── py.typed ├── runner.py ├── runners │ ├── __init__.py │ └── lisa_runner.py ├── schema.py ├── search_space.py ├── secret.py ├── sut_orchestrator │ ├── __init__.py │ ├── aws │ │ ├── __init__.py │ │ ├── common.py │ │ ├── features.py │ │ └── platform_.py │ ├── azure │ │ ├── Enable-SSH.ps1 │ │ ├── __init__.py │ │ ├── arm_template.bicep │ │ ├── autogen_arm_template.json │ │ ├── bicepconfig.json │ │ ├── common.py │ │ ├── credential.py │ │ ├── features.py │ │ ├── hooks.py │ │ ├── nested_nodes_nics.bicep │ │ ├── notifiers.py │ │ ├── platform_.py │ │ ├── tools.py │ │ └── transformers.py │ ├── baremetal │ │ ├── __init__.py │ │ ├── bootconfig.py │ │ ├── build.py │ │ ├── cluster │ │ │ ├── __init__.py │ │ │ ├── cluster.py │ │ │ ├── idrac.py │ │ │ ├── pxe.py │ │ │ └── rackmanager.py │ │ ├── context.py │ │ ├── features.py │ │ ├── ip_getter.py │ │ ├── key_loader.py │ │ ├── platform_.py │ │ ├── readychecker.py │ │ ├── schema.py │ │ └── source.py │ ├── hyperv │ │ ├── context.py │ │ ├── get_assignable_devices.py │ │ ├── hyperv_device_pool.py │ │ ├── platform_.py │ │ ├── schema.py │ │ ├── serial_console.py │ │ ├── serial_console_logger.ps1 │ │ └── source.py │ ├── libvirt │ │ ├── __init__.py │ │ ├── ch_platform.py │ │ ├── console_logger.py │ │ ├── context.py │ │ ├── features.py │ │ ├── libvirt_device_pool.py │ │ ├── libvirt_events_thread.py │ │ ├── platform.py │ │ ├── platform_interface.py │ │ ├── qemu_platform.py │ │ ├── schema.py │ │ ├── serial_console.py │ │ ├── start_stop.py │ │ └── transformers.py │ ├── platform_utils.py │ ├── ready.py │ └── util │ │ ├── __init__.py │ │ ├── device_pool.py │ │ └── schema.py ├── testselector.py ├── testsuite.py ├── tools │ ├── __init__.py │ ├── aria.py │ ├── b4.py │ ├── blkid.py │ ├── bootctl.py │ ├── bzip2.py │ ├── cargo.py │ ├── chmod.py │ ├── chown.py │ ├── chrony.py │ ├── conntrack.py │ ├── cp.py │ ├── createrepo.py │ ├── curl.py │ ├── date.py │ ├── df.py │ ├── dhclient.py │ ├── diff.py │ ├── dmesg.py │ ├── dmsetup.py │ ├── dnsmasq.py │ ├── docker.py │ ├── docker_compose.py │ ├── echo.py │ ├── ethtool.py │ ├── fallocate.py │ ├── fdisk.py │ ├── find.py │ ├── fio.py │ ├── fips.py │ ├── firewall.py │ ├── free.py │ ├── gcc.py │ ├── gdb.py │ ├── git.py │ ├── gpu_drivers.py │ ├── gpu_smi.py │ ├── grep.py │ ├── grub_config.py │ ├── hibernation_setup.py │ ├── hostname.py │ ├── hugepages.py │ ├── hwclock.py │ ├── hyperv.py │ ├── interrupt_inspector.py │ ├── ip.py │ ├── iperf3.py │ ├── ipset.py │ ├── journalctl.py │ ├── kdump.py │ ├── kernel_config.py │ ├── kill.py │ ├── lagscope.py │ ├── lisdriver.py │ ├── ln.py │ ├── losetup.py │ ├── ls.py │ ├── lsblk.py │ ├── lscpu.py │ ├── lsinitrd.py │ ├── lsmod.py │ ├── lsof.py │ ├── lspci.py │ ├── lsvmbus.py │ ├── lvconvert.py │ ├── lvcreate.py │ ├── lvremove.py │ ├── lvs.py │ ├── make.py │ ├── mdadm.py │ ├── meson.py │ ├── mixins.py │ ├── mkdir.py │ ├── mkfs.py │ ├── modinfo.py │ ├── modprobe.py │ ├── mono.py │ ├── mount.py │ ├── netperf.py │ ├── nfs_client.py │ ├── nfs_server.py │ ├── ninja.py │ ├── nm.py │ ├── nproc.py │ ├── ntp.py │ ├── ntpstat.py │ ├── ntttcp.py │ ├── nvmecli.py │ ├── openssl.py │ ├── parted.py │ ├── perf.py │ ├── pgrep.py │ ├── pidof.py │ ├── ping.py │ ├── pkgconfig.py │ ├── powershell.py │ ├── pvcreate.py │ ├── pvremove.py │ ├── python.py │ ├── qemu.py │ ├── qemu_img.py │ ├── reboot.py │ ├── remote_copy.py │ ├── resize_partition.py │ ├── rm.py │ ├── sar.py │ ├── scripts │ │ └── modprobe_reloader.sh │ ├── sockperf.py │ ├── ssh.py │ ├── sshpass.py │ ├── start_configuration.py │ ├── stat.py │ ├── strace.py │ ├── stress_ng.py │ ├── swap.py │ ├── sysctl.py │ ├── systemd_analyze.py │ ├── tar.py │ ├── taskset.py │ ├── tcpdump.py │ ├── tee.py │ ├── texinfo.py │ ├── timedatectl.py │ ├── timeout.py │ ├── tpm2.py │ ├── unzip.py │ ├── uptime.py │ ├── usermod.py │ ├── vdsotest.py │ ├── vgcreate.py │ ├── vgremove.py │ ├── vgs.py │ ├── virtualclient.py │ ├── who.py │ ├── whoami.py │ ├── windows_feature.py │ └── wsl.py ├── transformer.py ├── transformers │ ├── __init__.py │ ├── deployment_transformer.py │ ├── disable_cloud_components.py │ ├── dom0_kernel_installer.py │ ├── dump_variables.py │ ├── file_uploader.py │ ├── hyperv_preparation.py │ ├── kernel_installer.py │ ├── kernel_source_installer.py │ ├── package_installer.py │ ├── repo_package_installer.py │ ├── rpm_kernel_installer.py │ ├── script_file_transformer.py │ ├── script_transformer.py │ ├── to_list.py │ └── upgrade_packages.py ├── util │ ├── __init__.py │ ├── constants.py │ ├── logger.py │ ├── package.py │ ├── parallel.py │ ├── perf_timer.py │ ├── process.py │ ├── shell.py │ └── subclasses.py └── variable.py ├── noxfile.py ├── pylintrc ├── pyproject.toml ├── readthedocs.yaml ├── selftests ├── __init__.py ├── azure │ ├── __init__.py │ ├── azure_locations_australiaeast.json │ ├── azure_locations_brazilsouth.json │ ├── azure_locations_eastus.json │ ├── azure_locations_northeurope.json │ ├── azure_locations_notreal.json │ ├── azure_locations_southcentralus.json │ ├── azure_locations_southeastasia.json │ ├── azure_locations_uksouth.json │ ├── azure_locations_westeurope.json │ ├── azure_locations_westus3.json │ ├── test_disk_feature.py │ └── test_prepare.py ├── combinators │ ├── __init__.py │ ├── test_batch_combinator.py │ └── test_grid_combinator.py ├── runners │ ├── __init__.py │ └── test_lisa_runner.py ├── test_env_requirement.py ├── test_environment.py ├── test_notifier.py ├── test_parallel.py ├── test_platform.py ├── test_process.py ├── test_search_space.py ├── test_secret.py ├── test_testselector.py ├── test_testsuite.py ├── test_transformer.py ├── test_utils.py ├── test_variable.py ├── variable_normal.yml └── variable_secret.yml └── typings ├── assertpy ├── __init__.pyi ├── assertpy.pyi ├── base.pyi ├── collection.pyi ├── contains.pyi ├── date.pyi ├── dict.pyi ├── dynamic.pyi ├── exception.pyi ├── extracting.pyi ├── file.pyi ├── helpers.pyi ├── numeric.pyi ├── snapshot.pyi └── string.pyi ├── pluggy ├── __init__.pyi ├── hooks.pyi └── manager.pyi └── semver └── __init__.pyi /.env: -------------------------------------------------------------------------------- 1 | MYPYPATH=./typings 2 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/workflows/continuous-integration-workflow.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/.github/workflows/continuous-integration-workflow.yml -------------------------------------------------------------------------------- /.github/workflows/docker-image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/.github/workflows/docker-image.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/Dockerfile.linux -------------------------------------------------------------------------------- /Dockerfile.windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/Dockerfile.windows -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/README.rst -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/SECURITY.md -------------------------------------------------------------------------------- /docs/LSG_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/LSG_Logo.png -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/Makefile -------------------------------------------------------------------------------- /docs/_templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/_templates/layout.html -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/contributing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/contributing.rst -------------------------------------------------------------------------------- /docs/docker_linux.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/docker_linux.rst -------------------------------------------------------------------------------- /docs/docker_windows.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/docker_windows.rst -------------------------------------------------------------------------------- /docs/extras.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/extras.rst -------------------------------------------------------------------------------- /docs/img/deploy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/deploy.svg -------------------------------------------------------------------------------- /docs/img/environment_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/environment_logs.png -------------------------------------------------------------------------------- /docs/img/log_dir_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/log_dir_structure.png -------------------------------------------------------------------------------- /docs/img/log_file_segments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/log_file_segments.png -------------------------------------------------------------------------------- /docs/img/remote_command_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/remote_command_output.png -------------------------------------------------------------------------------- /docs/img/req_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/req_cap.png -------------------------------------------------------------------------------- /docs/img/sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/sample.png -------------------------------------------------------------------------------- /docs/img/serial_console_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/serial_console_logs.png -------------------------------------------------------------------------------- /docs/img/smoke_test_result copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/smoke_test_result copy.png -------------------------------------------------------------------------------- /docs/img/smoke_test_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/smoke_test_result.png -------------------------------------------------------------------------------- /docs/img/test_case_logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/test_case_logs.png -------------------------------------------------------------------------------- /docs/img/test_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/test_results.png -------------------------------------------------------------------------------- /docs/img/test_results_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/img/test_results_summary.png -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/install.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/install.rst -------------------------------------------------------------------------------- /docs/installation_linux.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/installation_linux.rst -------------------------------------------------------------------------------- /docs/installation_windows.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/installation_windows.rst -------------------------------------------------------------------------------- /docs/make.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/make.cmd -------------------------------------------------------------------------------- /docs/quick_start.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/quick_start.rst -------------------------------------------------------------------------------- /docs/run_test/azure_auth.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/azure_auth.rst -------------------------------------------------------------------------------- /docs/run_test/command_line.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/command_line.rst -------------------------------------------------------------------------------- /docs/run_test/microsoft_tests.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/microsoft_tests.rst -------------------------------------------------------------------------------- /docs/run_test/platform.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/platform.rst -------------------------------------------------------------------------------- /docs/run_test/quick_run.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/quick_run.rst -------------------------------------------------------------------------------- /docs/run_test/run.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/run.rst -------------------------------------------------------------------------------- /docs/run_test/run_locally.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/run_locally.rst -------------------------------------------------------------------------------- /docs/run_test/runbook.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/runbook.rst -------------------------------------------------------------------------------- /docs/run_test/transformers.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/transformers.rst -------------------------------------------------------------------------------- /docs/run_test/troubleshoot_failures.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/run_test/troubleshoot_failures.rst -------------------------------------------------------------------------------- /docs/tools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/tools/__init__.py -------------------------------------------------------------------------------- /docs/tools/doc_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/tools/doc_generator.py -------------------------------------------------------------------------------- /docs/tools/finetune_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/tools/finetune_gen.py -------------------------------------------------------------------------------- /docs/tools/test_paths.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/tools/test_paths.yaml -------------------------------------------------------------------------------- /docs/tools/test_spec_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/tools/test_spec_gen.py -------------------------------------------------------------------------------- /docs/tools/test_summary_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/tools/test_summary_gen.py -------------------------------------------------------------------------------- /docs/troubleshooting.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/troubleshooting.rst -------------------------------------------------------------------------------- /docs/update.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/update.rst -------------------------------------------------------------------------------- /docs/write_test/azure_template.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/write_test/azure_template.rst -------------------------------------------------------------------------------- /docs/write_test/concepts.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/write_test/concepts.rst -------------------------------------------------------------------------------- /docs/write_test/dev_setup.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/write_test/dev_setup.rst -------------------------------------------------------------------------------- /docs/write_test/extension.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/write_test/extension.rst -------------------------------------------------------------------------------- /docs/write_test/guidelines.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/write_test/guidelines.rst -------------------------------------------------------------------------------- /docs/write_test/write.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/write_test/write.rst -------------------------------------------------------------------------------- /docs/write_test/write_case.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/docs/write_test/write_case.rst -------------------------------------------------------------------------------- /lisa/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/__init__.py -------------------------------------------------------------------------------- /lisa/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/__main__.py -------------------------------------------------------------------------------- /lisa/action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/action.py -------------------------------------------------------------------------------- /lisa/advanced_tools/ado_artifact_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/advanced_tools/ado_artifact_download.py -------------------------------------------------------------------------------- /lisa/ai/.env.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/.env.template -------------------------------------------------------------------------------- /lisa/ai/.gitignore: -------------------------------------------------------------------------------- 1 | logs 2 | 3 | .env -------------------------------------------------------------------------------- /lisa/ai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/README.md -------------------------------------------------------------------------------- /lisa/ai/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/__init__.py -------------------------------------------------------------------------------- /lisa/ai/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/common.py -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-153958-212-smoke_test/20250603-153958-212-smoke_test.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-153958-212-smoke_test/20250603-153958-212-smoke_test.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-153958-212-smoke_test/20250603-154840-220/serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-153958-212-smoke_test/20250603-154840-220/serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-153958-212-smoke_test/serial_console_lisa-Azure-fleet-smoke-20250603-151009-151-e168-n0/20250603-154918-024/serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-153958-212-smoke_test/serial_console_lisa-Azure-fleet-smoke-20250603-151009-151-e168-n0/20250603-154918-024/serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-160024-053-smoke_test/20250603-160024-053-smoke_test.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-160024-053-smoke_test/20250603-160024-053-smoke_test.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-160024-053-smoke_test/20250603-160854-864/serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-160024-053-smoke_test/20250603-160854-864/serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-160024-053-smoke_test/serial_console_lisa-Azure-fleet-smoke-20250603-151009-151-e221-n0/20250603-160946-879/serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-160024-053-smoke_test/serial_console_lisa-Azure-fleet-smoke-20250603-151009-151-e221-n0/20250603-160946-879/serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-163353-041-verify_nvme_basic/20250603-163353-041-verify_nvme_basic.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-163353-041-verify_nvme_basic/20250603-163353-041-verify_nvme_basic.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-164811-072-perf_tcp_ntttcp_sriov/20250603-164811-072-perf_tcp_ntttcp_sriov.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-164811-072-perf_tcp_ntttcp_sriov/20250603-164811-072-perf_tcp_ntttcp_sriov.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-165422-848-stress_synthetic_with_max_nics_reboot_from_platform/20250603-165422-848-stress_synthetic_with_max_nics_reboot_from_platform.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-165422-848-stress_synthetic_with_max_nics_reboot_from_platform/20250603-165422-848-stress_synthetic_with_max_nics_reboot_from_platform.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-172557-227_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-172557-227_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-172557-227_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-172557-227_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-173103-386_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-173103-386_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-173103-386_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-173103-386_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-173621-576_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-173621-576_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-173621-576_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-173621-576_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-174126-485_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-174126-485_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-174126-485_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-174126-485_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-174204-634_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-174204-634_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-174204-634_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/20250603-174204-634_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e82-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/arm_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/arm_template.json -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/arm_template_parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172003-013-generated_82/arm_template_parameters.json -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172021-168-smoke_test.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172021-168-smoke_test/20250603-172021-168-smoke_test.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-172608-328_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-172608-328_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-172608-328_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-172608-328_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-173117-452_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-173117-452_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-173117-452_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-173117-452_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-173625-050_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-173625-050_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-173625-050_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-173625-050_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-174140-169_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-174140-169_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-174140-169_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-174140-169_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-174216-550_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-174216-550_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-174216-550_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/20250603-174216-550_serial_log/lisa-Azure-fleet-smoke-20250603-171025-337-e83-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/arm_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/arm_template.json -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/arm_template_parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172008-404-generated_83/arm_template_parameters.json -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172025-596-smoke_test.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-172025-596-smoke_test/20250603-172025-596-smoke_test.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173332-292-verify_dpdk_build_gb_hugepages_netvsc/20250603-173332-292-verify_dpdk_build_gb_hugepages_netvsc.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173332-292-verify_dpdk_build_gb_hugepages_netvsc/20250603-173332-292-verify_dpdk_build_gb_hugepages_netvsc.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173332-292-verify_dpdk_build_gb_hugepages_netvsc/serial_console_lisa-Unattended-Updates-20250603-153315-507-e88-n0/20250603-173843-130/serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173332-292-verify_dpdk_build_gb_hugepages_netvsc/serial_console_lisa-Unattended-Updates-20250603-153315-507-e88-n0/20250603-173843-130/serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174102-523_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-174609-617_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175111-716_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n1_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175614-004_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n2_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175707-087_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175707-087_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175707-087_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/20250603-175707-087_serial_log/lisa-baseline-golden-20250603-171526-766-e38-n0_serial_console.png -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/arm_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/arm_template.json -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/arm_template_parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173539-436-generated_38/arm_template_parameters.json -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp/20250603-173555-726-perf_dpdk_l3fwd_ntttcp_tcp.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-174404-147-stress_sriov_with_max_nics_stop_start_from_platform/20250603-174404-147-stress_sriov_with_max_nics_stop_start_from_platform.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-174404-147-stress_sriov_with_max_nics_stop_start_from_platform/20250603-174404-147-stress_sriov_with_max_nics_stop_start_from_platform.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-175005-839-verify_private_script_without_sas_run_failed/20250603-175005-839-verify_private_script_without_sas_run_failed.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-175005-839-verify_private_script_without_sas_run_failed/20250603-175005-839-verify_private_script_without_sas_run_failed.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/20250603-180021-126-verify_sriov_single_vf_connection/20250603-180021-126-verify_sriov_single_vf_connection.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/20250603-180021-126-verify_sriov_single_vf_connection/20250603-180021-126-verify_sriov_single_vf_connection.log -------------------------------------------------------------------------------- /lisa/ai/data/small_v20250603/inputs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/data/small_v20250603/inputs.json -------------------------------------------------------------------------------- /lisa/ai/default_flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/default_flow.py -------------------------------------------------------------------------------- /lisa/ai/log_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/log_agent.py -------------------------------------------------------------------------------- /lisa/ai/prompts/default/code_search.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/prompts/default/code_search.txt -------------------------------------------------------------------------------- /lisa/ai/prompts/default/final_answer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/prompts/default/final_answer.txt -------------------------------------------------------------------------------- /lisa/ai/prompts/default/log_search.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/prompts/default/log_search.txt -------------------------------------------------------------------------------- /lisa/ai/prompts/default/user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/ai/prompts/default/user.txt -------------------------------------------------------------------------------- /lisa/base_tools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/__init__.py -------------------------------------------------------------------------------- /lisa/base_tools/apt_add_repository.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/apt_add_repository.py -------------------------------------------------------------------------------- /lisa/base_tools/cat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/cat.py -------------------------------------------------------------------------------- /lisa/base_tools/mv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/mv.py -------------------------------------------------------------------------------- /lisa/base_tools/rpm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/rpm.py -------------------------------------------------------------------------------- /lisa/base_tools/sed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/sed.py -------------------------------------------------------------------------------- /lisa/base_tools/service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/service.py -------------------------------------------------------------------------------- /lisa/base_tools/uname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/uname.py -------------------------------------------------------------------------------- /lisa/base_tools/wget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/wget.py -------------------------------------------------------------------------------- /lisa/base_tools/yum_config_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/base_tools/yum_config_manager.py -------------------------------------------------------------------------------- /lisa/combinator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/combinator.py -------------------------------------------------------------------------------- /lisa/combinators/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/combinators/batch_combinator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/combinators/batch_combinator.py -------------------------------------------------------------------------------- /lisa/combinators/csv_combinator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/combinators/csv_combinator.py -------------------------------------------------------------------------------- /lisa/combinators/git_bisect_combinator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/combinators/git_bisect_combinator.py -------------------------------------------------------------------------------- /lisa/combinators/grid_combinator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/combinators/grid_combinator.py -------------------------------------------------------------------------------- /lisa/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/commands.py -------------------------------------------------------------------------------- /lisa/development.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/development.py -------------------------------------------------------------------------------- /lisa/environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/environment.py -------------------------------------------------------------------------------- /lisa/examples/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/examples/runbook/hello_world.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/examples/runbook/hello_world.yml -------------------------------------------------------------------------------- /lisa/examples/runbook/hello_world_azure.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/examples/runbook/hello_world_azure.yml -------------------------------------------------------------------------------- /lisa/examples/runbook/hello_world_remote.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/examples/runbook/hello_world_remote.yml -------------------------------------------------------------------------------- /lisa/examples/runner/mock_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/examples/runner/mock_runner.py -------------------------------------------------------------------------------- /lisa/examples/testsuites/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/examples/testsuites/helloworld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/examples/testsuites/helloworld.py -------------------------------------------------------------------------------- /lisa/examples/testsuites/multinodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/examples/testsuites/multinodes.py -------------------------------------------------------------------------------- /lisa/examples/testsuites/scripts/echo.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | hostname 4 | -------------------------------------------------------------------------------- /lisa/examples/testsuites/withscript.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/examples/testsuites/withscript.py -------------------------------------------------------------------------------- /lisa/executable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/executable.py -------------------------------------------------------------------------------- /lisa/feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/feature.py -------------------------------------------------------------------------------- /lisa/features/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/__init__.py -------------------------------------------------------------------------------- /lisa/features/acc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/acc.py -------------------------------------------------------------------------------- /lisa/features/availability.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/availability.py -------------------------------------------------------------------------------- /lisa/features/cvm_nested_virtualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/cvm_nested_virtualization.py -------------------------------------------------------------------------------- /lisa/features/disks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/disks.py -------------------------------------------------------------------------------- /lisa/features/gpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/gpu.py -------------------------------------------------------------------------------- /lisa/features/hibernation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/hibernation.py -------------------------------------------------------------------------------- /lisa/features/infiniband.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/infiniband.py -------------------------------------------------------------------------------- /lisa/features/isolated_resource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/isolated_resource.py -------------------------------------------------------------------------------- /lisa/features/nested_virtualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/nested_virtualization.py -------------------------------------------------------------------------------- /lisa/features/network_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/network_interface.py -------------------------------------------------------------------------------- /lisa/features/nfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/nfs.py -------------------------------------------------------------------------------- /lisa/features/nvme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/nvme.py -------------------------------------------------------------------------------- /lisa/features/password_extension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/password_extension.py -------------------------------------------------------------------------------- /lisa/features/resize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/resize.py -------------------------------------------------------------------------------- /lisa/features/security_profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/security_profile.py -------------------------------------------------------------------------------- /lisa/features/serial_console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/serial_console.py -------------------------------------------------------------------------------- /lisa/features/startstop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/startstop.py -------------------------------------------------------------------------------- /lisa/features/virtualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/features/virtualization.py -------------------------------------------------------------------------------- /lisa/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/main.py -------------------------------------------------------------------------------- /lisa/messages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/messages.py -------------------------------------------------------------------------------- /lisa/microsoft/runbook/aws.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/aws.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/azure.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/azure.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/debug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/debug.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/examples/git_bisect.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/examples/git_bisect.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/local.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/local.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/qemu/CBL-Mariner.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/qemu/CBL-Mariner.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/qemu/CBL-Mariner/user-data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/qemu/CBL-Mariner/user-data -------------------------------------------------------------------------------- /lisa/microsoft/runbook/qemu/flatcar.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/qemu/flatcar.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/qemu/qemu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/qemu/qemu.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/ready.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/ready.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/tiers/t0.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/tiers/t0.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/tiers/t1.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/tiers/t1.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/tiers/t2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/tiers/t2.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/tiers/t3.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/tiers/t3.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/tiers/t4.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/tiers/t4.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/tiers/tdebug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/tiers/tdebug.yml -------------------------------------------------------------------------------- /lisa/microsoft/runbook/tiers/tier.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/runbook/tiers/tier.yml -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/acc/bvt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/acc/bvt.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/acc/cvm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/acc/cvm.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/azure/net/component.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/azure/net/component.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/bpf/bpf_support.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/bpf/bpf_support.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cdrom/cdrom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cdrom/cdrom.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cdrom/cdstat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cdrom/cdstat.c -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cloud_hypervisor/ch_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cloud_hypervisor/ch_tests.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cloud_hypervisor/ch_tests_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cloud_hypervisor/ch_tests_tool.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/azure_image_standard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/azure_image_standard.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/boot.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/cpu.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/debug.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/dhcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/dhcp.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/dns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/dns.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/floppy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/floppy.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/gdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/gdb.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/hv_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/hv_module.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/kvp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/kvp.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/lsvmbus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/lsvmbus.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/msr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/msr.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/provisioning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/provisioning.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/serial_console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/serial_console.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/storage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/storage.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/test_data/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/test_data/hello.c -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/timesync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/timesync.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/vdso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/vdso.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/core/vm_resize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/core/vm_resize.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cpu/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cpu/common.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cpu/cpusuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cpu/cpusuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cpu/stress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cpu/stress.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cvm/cvm_attestation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cvm/cvm_attestation.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cvm/cvm_attestation_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cvm/cvm_attestation_tool.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cvm/cvm_azure_host.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cvm/cvm_azure_host.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/cvm/cvm_boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/cvm/cvm_boot.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/display/drm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/display/drm.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/display/modetest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/display/modetest.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/TestScripts/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/docker/TestScripts/Main.java -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/TestScripts/deny_chmod_seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/docker/TestScripts/deny_chmod_seccomp.json -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/TestScripts/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/docker/TestScripts/docker-compose.yml -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/TestScripts/dotnet31.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/docker/TestScripts/dotnet31.Dockerfile -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/TestScripts/dotnet50.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/docker/TestScripts/dotnet50.Dockerfile -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/TestScripts/helloworld.py: -------------------------------------------------------------------------------- 1 | print("Hello world from python") 2 | -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/TestScripts/java.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/docker/TestScripts/java.Dockerfile -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/TestScripts/python.Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/docker/TestScripts/python.Dockerfile -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/docker/dockersuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/docker/dockersuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/common.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/devname/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/devname/Makefile -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/devname/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/devname/README.md -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/devname/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/devname/main.c -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/devname/meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/devname/meson.build -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/dpdknffgo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/dpdknffgo.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/dpdkovs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/dpdkovs.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/dpdkperf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/dpdkperf.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/dpdksuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/dpdksuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/dpdktestpmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/dpdktestpmd.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/dpdkutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/dpdkutil.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/dpdkvpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/dpdkvpp.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/rdmacore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/rdmacore.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/symmetric_mp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/symmetric_mp/README.md -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/dpdk/symmetric_mp/symmetric-mp-patched-main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/dpdk/symmetric_mp/symmetric-mp-patched-main.c -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/firewalld/firewalldsuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/firewalld/firewalldsuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/gpu/gpusuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/gpu/gpusuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/hpc/infinibandsuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/hpc/infinibandsuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/kdump/kdumpcrash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/kdump/kdumpcrash.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/kselftest/kselftest-suite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/kselftest/kselftest-suite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/kselftest/kselftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/kselftest/kselftest.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/kvm/kvm_unit_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/kvm/kvm_unit_tests.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/kvm/kvm_unit_tests_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/kvm/kvm_unit_tests_tool.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/libvirt/libvirt_tck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/libvirt/libvirt_tck.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/libvirt/libvirt_tck_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/libvirt/libvirt_tck_tool.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/lis/lissuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/lis/lissuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/ltp/ltp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/ltp/ltp.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/ltp/ltpsuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/ltp/ltpsuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/mdatp/check-mdatp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/mdatp/check-mdatp.sh -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/mdatp/mdatp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/mdatp/mdatp.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/mshv/cloud_hypervisor_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/mshv/cloud_hypervisor_tool.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/mshv/mshv_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/mshv/mshv_install.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/mshv/mshv_root_stress_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/mshv/mshv_root_stress_tests.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/mshv/mshv_root_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/mshv/mshv_root_tests.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/mshv/mshv_secure_boot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/mshv/mshv_secure_boot.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/nested/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/nested/common.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/nested/nested.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/nested/nested.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/network/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/network/common.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/network/netinterface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/network/netinterface.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/network/networksettings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/network/networksettings.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/network/sriov.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/network/sriov.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/network/stress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/network/stress.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/network/synthetic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/network/synthetic.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/nvme/nvme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/nvme/nvme.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/osu/osusuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/osu/osusuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/performance/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/performance/common.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/performance/nestedperf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/performance/nestedperf.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/performance/networkperf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/performance/networkperf.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/performance/nvmeperf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/performance/nvmeperf.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/performance/perftoolsuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/performance/perftoolsuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/performance/storageperf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/performance/storageperf.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/power/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/power/common.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/power/power.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/power/power.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/power/stress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/power/stress.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/rust_vmm_mshv/rust_vmm_mshv_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/rust_vmm_mshv/rust_vmm_mshv_test.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/security/fips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/security/fips.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/security/openssl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/security/openssl.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/storage/dmcache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/storage/dmcache.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/storage/storagesuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/storage/storagesuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/stress/stress_ng_suite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/stress/stress_ng_suite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/stress/tlb_flush_stress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/stress/tlb_flush_stress.c -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/stress/tlb_stress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/stress/tlb_stress.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/stress/tlb_stress_suite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/stress/tlb_stress_suite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/tvm/tvmsuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/tvm/tvmsuite.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/utility/tool_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/utility/tool_install.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/virtualclient/virtualclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/virtualclient/virtualclient.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/AzureMonitorAgentLinux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/AzureMonitorAgentLinux.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/applicationhealthextension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/applicationhealthextension.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/azsecpack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/azsecpack.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/azure_disk_encryption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/azure_disk_encryption.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/azure_keyvault_vm_extension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/azure_keyvault_vm_extension.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/azureperformancediagnostics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/azureperformancediagnostics.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/cvt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/cvt.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/linux_patch_extension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/linux_patch_extension.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/mdm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/mdm.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/networkwatcherextension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/networkwatcherextension.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/runtime_extensions/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/runtime_extensions/common.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/runtime_extensions/custom_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/runtime_extensions/custom_script.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/runtime_extensions/run_commandv1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/runtime_extensions/run_commandv1.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/runtime_extensions/run_commandv2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/runtime_extensions/run_commandv2.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/runtime_extensions/vmaccess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/runtime_extensions/vmaccess.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/scripts/cvt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/scripts/cvt.sh -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/scripts/handle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/scripts/handle.txt -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/vmsnapshot_extension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/vmsnapshot_extension.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/vm_extensions/waagent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/vm_extensions/waagent.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/xdp/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/xdp/common.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/xdp/functional.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/xdp/functional.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/xdp/performance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/xdp/performance.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/xdp/pktgen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/xdp/pktgen.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/xdp/xdpdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/xdp/xdpdump.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/xdp/xdptools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/xdp/xdptools.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/xfstests/xfstesting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/xfstests/xfstesting.py -------------------------------------------------------------------------------- /lisa/microsoft/testsuites/xfstests/xfstests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/testsuites/xfstests/xfstests.py -------------------------------------------------------------------------------- /lisa/microsoft/utils/CreateServicePrincipal_linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/CreateServicePrincipal_linux.sh -------------------------------------------------------------------------------- /lisa/microsoft/utils/aitl/aitl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/aitl/aitl.py -------------------------------------------------------------------------------- /lisa/microsoft/utils/aitl/template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/aitl/template.json -------------------------------------------------------------------------------- /lisa/microsoft/utils/aitl/tier0-sig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/aitl/tier0-sig.json -------------------------------------------------------------------------------- /lisa/microsoft/utils/aitl/tier0-vhd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/aitl/tier0-vhd.json -------------------------------------------------------------------------------- /lisa/microsoft/utils/aitl/tier0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/aitl/tier0.json -------------------------------------------------------------------------------- /lisa/microsoft/utils/aitl/tier1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/aitl/tier1.json -------------------------------------------------------------------------------- /lisa/microsoft/utils/aitl/tier2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/aitl/tier2.json -------------------------------------------------------------------------------- /lisa/microsoft/utils/setup_aitl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/microsoft/utils/setup_aitl.py -------------------------------------------------------------------------------- /lisa/mixin_modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/mixin_modules.py -------------------------------------------------------------------------------- /lisa/nic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/nic.py -------------------------------------------------------------------------------- /lisa/node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/node.py -------------------------------------------------------------------------------- /lisa/notifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifier.py -------------------------------------------------------------------------------- /lisa/notifiers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/notifiers/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/common.py -------------------------------------------------------------------------------- /lisa/notifiers/console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/console.py -------------------------------------------------------------------------------- /lisa/notifiers/env_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/env_stats.py -------------------------------------------------------------------------------- /lisa/notifiers/file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/file.py -------------------------------------------------------------------------------- /lisa/notifiers/html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/html.py -------------------------------------------------------------------------------- /lisa/notifiers/html_template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/html_template.html -------------------------------------------------------------------------------- /lisa/notifiers/junit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/junit.py -------------------------------------------------------------------------------- /lisa/notifiers/log_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/log_agent.py -------------------------------------------------------------------------------- /lisa/notifiers/perfdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/perfdump.py -------------------------------------------------------------------------------- /lisa/notifiers/text_result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/notifiers/text_result.py -------------------------------------------------------------------------------- /lisa/operating_system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/operating_system.py -------------------------------------------------------------------------------- /lisa/parameter_parser/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/parameter_parser/argparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/parameter_parser/argparser.py -------------------------------------------------------------------------------- /lisa/parameter_parser/runbook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/parameter_parser/runbook.py -------------------------------------------------------------------------------- /lisa/platform_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/platform_.py -------------------------------------------------------------------------------- /lisa/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/runner.py -------------------------------------------------------------------------------- /lisa/runners/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/runners/lisa_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/runners/lisa_runner.py -------------------------------------------------------------------------------- /lisa/schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/schema.py -------------------------------------------------------------------------------- /lisa/search_space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/search_space.py -------------------------------------------------------------------------------- /lisa/secret.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/secret.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/__init__.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/aws/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/sut_orchestrator/aws/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/aws/common.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/aws/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/aws/features.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/aws/platform_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/aws/platform_.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/Enable-SSH.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/Enable-SSH.ps1 -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/arm_template.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/arm_template.bicep -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/autogen_arm_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/autogen_arm_template.json -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/bicepconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/bicepconfig.json -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/common.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/credential.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/credential.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/features.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/hooks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/hooks.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/nested_nodes_nics.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/nested_nodes_nics.bicep -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/notifiers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/notifiers.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/platform_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/platform_.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/tools.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/azure/transformers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/azure/transformers.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/bootconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/bootconfig.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/build.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/cluster/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/cluster/cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/cluster/cluster.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/cluster/idrac.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/cluster/idrac.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/cluster/pxe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/cluster/pxe.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/cluster/rackmanager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/cluster/rackmanager.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/context.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/features.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/ip_getter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/ip_getter.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/key_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/key_loader.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/platform_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/platform_.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/readychecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/readychecker.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/schema.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/baremetal/source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/baremetal/source.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/hyperv/context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/hyperv/context.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/hyperv/get_assignable_devices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/hyperv/get_assignable_devices.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/hyperv/hyperv_device_pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/hyperv/hyperv_device_pool.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/hyperv/platform_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/hyperv/platform_.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/hyperv/schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/hyperv/schema.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/hyperv/serial_console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/hyperv/serial_console.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/hyperv/serial_console_logger.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/hyperv/serial_console_logger.ps1 -------------------------------------------------------------------------------- /lisa/sut_orchestrator/hyperv/source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/hyperv/source.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/ch_platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/ch_platform.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/console_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/console_logger.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/context.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/features.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/libvirt_device_pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/libvirt_device_pool.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/libvirt_events_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/libvirt_events_thread.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/platform.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/platform_interface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/platform_interface.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/qemu_platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/qemu_platform.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/schema.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/serial_console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/serial_console.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/start_stop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/start_stop.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/libvirt/transformers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/libvirt/transformers.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/platform_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/platform_utils.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/ready.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/ready.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/util/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/sut_orchestrator/util/device_pool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/util/device_pool.py -------------------------------------------------------------------------------- /lisa/sut_orchestrator/util/schema.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/sut_orchestrator/util/schema.py -------------------------------------------------------------------------------- /lisa/testselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/testselector.py -------------------------------------------------------------------------------- /lisa/testsuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/testsuite.py -------------------------------------------------------------------------------- /lisa/tools/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/__init__.py -------------------------------------------------------------------------------- /lisa/tools/aria.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/aria.py -------------------------------------------------------------------------------- /lisa/tools/b4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/b4.py -------------------------------------------------------------------------------- /lisa/tools/blkid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/blkid.py -------------------------------------------------------------------------------- /lisa/tools/bootctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/bootctl.py -------------------------------------------------------------------------------- /lisa/tools/bzip2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/bzip2.py -------------------------------------------------------------------------------- /lisa/tools/cargo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/cargo.py -------------------------------------------------------------------------------- /lisa/tools/chmod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/chmod.py -------------------------------------------------------------------------------- /lisa/tools/chown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/chown.py -------------------------------------------------------------------------------- /lisa/tools/chrony.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/chrony.py -------------------------------------------------------------------------------- /lisa/tools/conntrack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/conntrack.py -------------------------------------------------------------------------------- /lisa/tools/cp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/cp.py -------------------------------------------------------------------------------- /lisa/tools/createrepo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/createrepo.py -------------------------------------------------------------------------------- /lisa/tools/curl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/curl.py -------------------------------------------------------------------------------- /lisa/tools/date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/date.py -------------------------------------------------------------------------------- /lisa/tools/df.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/df.py -------------------------------------------------------------------------------- /lisa/tools/dhclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/dhclient.py -------------------------------------------------------------------------------- /lisa/tools/diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/diff.py -------------------------------------------------------------------------------- /lisa/tools/dmesg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/dmesg.py -------------------------------------------------------------------------------- /lisa/tools/dmsetup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/dmsetup.py -------------------------------------------------------------------------------- /lisa/tools/dnsmasq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/dnsmasq.py -------------------------------------------------------------------------------- /lisa/tools/docker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/docker.py -------------------------------------------------------------------------------- /lisa/tools/docker_compose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/docker_compose.py -------------------------------------------------------------------------------- /lisa/tools/echo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/echo.py -------------------------------------------------------------------------------- /lisa/tools/ethtool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ethtool.py -------------------------------------------------------------------------------- /lisa/tools/fallocate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/fallocate.py -------------------------------------------------------------------------------- /lisa/tools/fdisk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/fdisk.py -------------------------------------------------------------------------------- /lisa/tools/find.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/find.py -------------------------------------------------------------------------------- /lisa/tools/fio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/fio.py -------------------------------------------------------------------------------- /lisa/tools/fips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/fips.py -------------------------------------------------------------------------------- /lisa/tools/firewall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/firewall.py -------------------------------------------------------------------------------- /lisa/tools/free.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/free.py -------------------------------------------------------------------------------- /lisa/tools/gcc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/gcc.py -------------------------------------------------------------------------------- /lisa/tools/gdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/gdb.py -------------------------------------------------------------------------------- /lisa/tools/git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/git.py -------------------------------------------------------------------------------- /lisa/tools/gpu_drivers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/gpu_drivers.py -------------------------------------------------------------------------------- /lisa/tools/gpu_smi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/gpu_smi.py -------------------------------------------------------------------------------- /lisa/tools/grep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/grep.py -------------------------------------------------------------------------------- /lisa/tools/grub_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/grub_config.py -------------------------------------------------------------------------------- /lisa/tools/hibernation_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/hibernation_setup.py -------------------------------------------------------------------------------- /lisa/tools/hostname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/hostname.py -------------------------------------------------------------------------------- /lisa/tools/hugepages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/hugepages.py -------------------------------------------------------------------------------- /lisa/tools/hwclock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/hwclock.py -------------------------------------------------------------------------------- /lisa/tools/hyperv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/hyperv.py -------------------------------------------------------------------------------- /lisa/tools/interrupt_inspector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/interrupt_inspector.py -------------------------------------------------------------------------------- /lisa/tools/ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ip.py -------------------------------------------------------------------------------- /lisa/tools/iperf3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/iperf3.py -------------------------------------------------------------------------------- /lisa/tools/ipset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ipset.py -------------------------------------------------------------------------------- /lisa/tools/journalctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/journalctl.py -------------------------------------------------------------------------------- /lisa/tools/kdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/kdump.py -------------------------------------------------------------------------------- /lisa/tools/kernel_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/kernel_config.py -------------------------------------------------------------------------------- /lisa/tools/kill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/kill.py -------------------------------------------------------------------------------- /lisa/tools/lagscope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lagscope.py -------------------------------------------------------------------------------- /lisa/tools/lisdriver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lisdriver.py -------------------------------------------------------------------------------- /lisa/tools/ln.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ln.py -------------------------------------------------------------------------------- /lisa/tools/losetup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/losetup.py -------------------------------------------------------------------------------- /lisa/tools/ls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ls.py -------------------------------------------------------------------------------- /lisa/tools/lsblk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lsblk.py -------------------------------------------------------------------------------- /lisa/tools/lscpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lscpu.py -------------------------------------------------------------------------------- /lisa/tools/lsinitrd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lsinitrd.py -------------------------------------------------------------------------------- /lisa/tools/lsmod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lsmod.py -------------------------------------------------------------------------------- /lisa/tools/lsof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lsof.py -------------------------------------------------------------------------------- /lisa/tools/lspci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lspci.py -------------------------------------------------------------------------------- /lisa/tools/lsvmbus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lsvmbus.py -------------------------------------------------------------------------------- /lisa/tools/lvconvert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lvconvert.py -------------------------------------------------------------------------------- /lisa/tools/lvcreate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lvcreate.py -------------------------------------------------------------------------------- /lisa/tools/lvremove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lvremove.py -------------------------------------------------------------------------------- /lisa/tools/lvs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/lvs.py -------------------------------------------------------------------------------- /lisa/tools/make.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/make.py -------------------------------------------------------------------------------- /lisa/tools/mdadm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/mdadm.py -------------------------------------------------------------------------------- /lisa/tools/meson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/meson.py -------------------------------------------------------------------------------- /lisa/tools/mixins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/mixins.py -------------------------------------------------------------------------------- /lisa/tools/mkdir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/mkdir.py -------------------------------------------------------------------------------- /lisa/tools/mkfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/mkfs.py -------------------------------------------------------------------------------- /lisa/tools/modinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/modinfo.py -------------------------------------------------------------------------------- /lisa/tools/modprobe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/modprobe.py -------------------------------------------------------------------------------- /lisa/tools/mono.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/mono.py -------------------------------------------------------------------------------- /lisa/tools/mount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/mount.py -------------------------------------------------------------------------------- /lisa/tools/netperf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/netperf.py -------------------------------------------------------------------------------- /lisa/tools/nfs_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/nfs_client.py -------------------------------------------------------------------------------- /lisa/tools/nfs_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/nfs_server.py -------------------------------------------------------------------------------- /lisa/tools/ninja.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ninja.py -------------------------------------------------------------------------------- /lisa/tools/nm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/nm.py -------------------------------------------------------------------------------- /lisa/tools/nproc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/nproc.py -------------------------------------------------------------------------------- /lisa/tools/ntp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ntp.py -------------------------------------------------------------------------------- /lisa/tools/ntpstat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ntpstat.py -------------------------------------------------------------------------------- /lisa/tools/ntttcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ntttcp.py -------------------------------------------------------------------------------- /lisa/tools/nvmecli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/nvmecli.py -------------------------------------------------------------------------------- /lisa/tools/openssl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/openssl.py -------------------------------------------------------------------------------- /lisa/tools/parted.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/parted.py -------------------------------------------------------------------------------- /lisa/tools/perf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/perf.py -------------------------------------------------------------------------------- /lisa/tools/pgrep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/pgrep.py -------------------------------------------------------------------------------- /lisa/tools/pidof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/pidof.py -------------------------------------------------------------------------------- /lisa/tools/ping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ping.py -------------------------------------------------------------------------------- /lisa/tools/pkgconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/pkgconfig.py -------------------------------------------------------------------------------- /lisa/tools/powershell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/powershell.py -------------------------------------------------------------------------------- /lisa/tools/pvcreate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/pvcreate.py -------------------------------------------------------------------------------- /lisa/tools/pvremove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/pvremove.py -------------------------------------------------------------------------------- /lisa/tools/python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/python.py -------------------------------------------------------------------------------- /lisa/tools/qemu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/qemu.py -------------------------------------------------------------------------------- /lisa/tools/qemu_img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/qemu_img.py -------------------------------------------------------------------------------- /lisa/tools/reboot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/reboot.py -------------------------------------------------------------------------------- /lisa/tools/remote_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/remote_copy.py -------------------------------------------------------------------------------- /lisa/tools/resize_partition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/resize_partition.py -------------------------------------------------------------------------------- /lisa/tools/rm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/rm.py -------------------------------------------------------------------------------- /lisa/tools/sar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/sar.py -------------------------------------------------------------------------------- /lisa/tools/scripts/modprobe_reloader.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/scripts/modprobe_reloader.sh -------------------------------------------------------------------------------- /lisa/tools/sockperf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/sockperf.py -------------------------------------------------------------------------------- /lisa/tools/ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/ssh.py -------------------------------------------------------------------------------- /lisa/tools/sshpass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/sshpass.py -------------------------------------------------------------------------------- /lisa/tools/start_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/start_configuration.py -------------------------------------------------------------------------------- /lisa/tools/stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/stat.py -------------------------------------------------------------------------------- /lisa/tools/strace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/strace.py -------------------------------------------------------------------------------- /lisa/tools/stress_ng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/stress_ng.py -------------------------------------------------------------------------------- /lisa/tools/swap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/swap.py -------------------------------------------------------------------------------- /lisa/tools/sysctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/sysctl.py -------------------------------------------------------------------------------- /lisa/tools/systemd_analyze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/systemd_analyze.py -------------------------------------------------------------------------------- /lisa/tools/tar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/tar.py -------------------------------------------------------------------------------- /lisa/tools/taskset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/taskset.py -------------------------------------------------------------------------------- /lisa/tools/tcpdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/tcpdump.py -------------------------------------------------------------------------------- /lisa/tools/tee.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/tee.py -------------------------------------------------------------------------------- /lisa/tools/texinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/texinfo.py -------------------------------------------------------------------------------- /lisa/tools/timedatectl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/timedatectl.py -------------------------------------------------------------------------------- /lisa/tools/timeout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/timeout.py -------------------------------------------------------------------------------- /lisa/tools/tpm2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/tpm2.py -------------------------------------------------------------------------------- /lisa/tools/unzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/unzip.py -------------------------------------------------------------------------------- /lisa/tools/uptime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/uptime.py -------------------------------------------------------------------------------- /lisa/tools/usermod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/usermod.py -------------------------------------------------------------------------------- /lisa/tools/vdsotest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/vdsotest.py -------------------------------------------------------------------------------- /lisa/tools/vgcreate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/vgcreate.py -------------------------------------------------------------------------------- /lisa/tools/vgremove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/vgremove.py -------------------------------------------------------------------------------- /lisa/tools/vgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/vgs.py -------------------------------------------------------------------------------- /lisa/tools/virtualclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/virtualclient.py -------------------------------------------------------------------------------- /lisa/tools/who.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/who.py -------------------------------------------------------------------------------- /lisa/tools/whoami.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/whoami.py -------------------------------------------------------------------------------- /lisa/tools/windows_feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/windows_feature.py -------------------------------------------------------------------------------- /lisa/tools/wsl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/tools/wsl.py -------------------------------------------------------------------------------- /lisa/transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformer.py -------------------------------------------------------------------------------- /lisa/transformers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lisa/transformers/deployment_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/deployment_transformer.py -------------------------------------------------------------------------------- /lisa/transformers/disable_cloud_components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/disable_cloud_components.py -------------------------------------------------------------------------------- /lisa/transformers/dom0_kernel_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/dom0_kernel_installer.py -------------------------------------------------------------------------------- /lisa/transformers/dump_variables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/dump_variables.py -------------------------------------------------------------------------------- /lisa/transformers/file_uploader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/file_uploader.py -------------------------------------------------------------------------------- /lisa/transformers/hyperv_preparation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/hyperv_preparation.py -------------------------------------------------------------------------------- /lisa/transformers/kernel_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/kernel_installer.py -------------------------------------------------------------------------------- /lisa/transformers/kernel_source_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/kernel_source_installer.py -------------------------------------------------------------------------------- /lisa/transformers/package_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/package_installer.py -------------------------------------------------------------------------------- /lisa/transformers/repo_package_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/repo_package_installer.py -------------------------------------------------------------------------------- /lisa/transformers/rpm_kernel_installer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/rpm_kernel_installer.py -------------------------------------------------------------------------------- /lisa/transformers/script_file_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/script_file_transformer.py -------------------------------------------------------------------------------- /lisa/transformers/script_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/script_transformer.py -------------------------------------------------------------------------------- /lisa/transformers/to_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/to_list.py -------------------------------------------------------------------------------- /lisa/transformers/upgrade_packages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/transformers/upgrade_packages.py -------------------------------------------------------------------------------- /lisa/util/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/__init__.py -------------------------------------------------------------------------------- /lisa/util/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/constants.py -------------------------------------------------------------------------------- /lisa/util/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/logger.py -------------------------------------------------------------------------------- /lisa/util/package.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/package.py -------------------------------------------------------------------------------- /lisa/util/parallel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/parallel.py -------------------------------------------------------------------------------- /lisa/util/perf_timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/perf_timer.py -------------------------------------------------------------------------------- /lisa/util/process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/process.py -------------------------------------------------------------------------------- /lisa/util/shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/shell.py -------------------------------------------------------------------------------- /lisa/util/subclasses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/util/subclasses.py -------------------------------------------------------------------------------- /lisa/variable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/lisa/variable.py -------------------------------------------------------------------------------- /noxfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/noxfile.py -------------------------------------------------------------------------------- /pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/pylintrc -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/pyproject.toml -------------------------------------------------------------------------------- /readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/readthedocs.yaml -------------------------------------------------------------------------------- /selftests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /selftests/azure/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /selftests/azure/azure_locations_australiaeast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_australiaeast.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_brazilsouth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_brazilsouth.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_eastus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_eastus.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_northeurope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_northeurope.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_notreal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_notreal.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_southcentralus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_southcentralus.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_southeastasia.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_southeastasia.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_uksouth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_uksouth.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_westeurope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_westeurope.json -------------------------------------------------------------------------------- /selftests/azure/azure_locations_westus3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/azure_locations_westus3.json -------------------------------------------------------------------------------- /selftests/azure/test_disk_feature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/test_disk_feature.py -------------------------------------------------------------------------------- /selftests/azure/test_prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/azure/test_prepare.py -------------------------------------------------------------------------------- /selftests/combinators/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /selftests/combinators/test_batch_combinator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/combinators/test_batch_combinator.py -------------------------------------------------------------------------------- /selftests/combinators/test_grid_combinator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/combinators/test_grid_combinator.py -------------------------------------------------------------------------------- /selftests/runners/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /selftests/runners/test_lisa_runner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/runners/test_lisa_runner.py -------------------------------------------------------------------------------- /selftests/test_env_requirement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_env_requirement.py -------------------------------------------------------------------------------- /selftests/test_environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_environment.py -------------------------------------------------------------------------------- /selftests/test_notifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_notifier.py -------------------------------------------------------------------------------- /selftests/test_parallel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_parallel.py -------------------------------------------------------------------------------- /selftests/test_platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_platform.py -------------------------------------------------------------------------------- /selftests/test_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_process.py -------------------------------------------------------------------------------- /selftests/test_search_space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_search_space.py -------------------------------------------------------------------------------- /selftests/test_secret.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_secret.py -------------------------------------------------------------------------------- /selftests/test_testselector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_testselector.py -------------------------------------------------------------------------------- /selftests/test_testsuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_testsuite.py -------------------------------------------------------------------------------- /selftests/test_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_transformer.py -------------------------------------------------------------------------------- /selftests/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_utils.py -------------------------------------------------------------------------------- /selftests/test_variable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/test_variable.py -------------------------------------------------------------------------------- /selftests/variable_normal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/variable_normal.yml -------------------------------------------------------------------------------- /selftests/variable_secret.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/selftests/variable_secret.yml -------------------------------------------------------------------------------- /typings/assertpy/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/__init__.pyi -------------------------------------------------------------------------------- /typings/assertpy/assertpy.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/assertpy.pyi -------------------------------------------------------------------------------- /typings/assertpy/base.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/base.pyi -------------------------------------------------------------------------------- /typings/assertpy/collection.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/collection.pyi -------------------------------------------------------------------------------- /typings/assertpy/contains.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/contains.pyi -------------------------------------------------------------------------------- /typings/assertpy/date.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/date.pyi -------------------------------------------------------------------------------- /typings/assertpy/dict.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/dict.pyi -------------------------------------------------------------------------------- /typings/assertpy/dynamic.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/dynamic.pyi -------------------------------------------------------------------------------- /typings/assertpy/exception.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/exception.pyi -------------------------------------------------------------------------------- /typings/assertpy/extracting.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/extracting.pyi -------------------------------------------------------------------------------- /typings/assertpy/file.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/file.pyi -------------------------------------------------------------------------------- /typings/assertpy/helpers.pyi: -------------------------------------------------------------------------------- 1 | class HelpersMixin: ... 2 | -------------------------------------------------------------------------------- /typings/assertpy/numeric.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/numeric.pyi -------------------------------------------------------------------------------- /typings/assertpy/snapshot.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/snapshot.pyi -------------------------------------------------------------------------------- /typings/assertpy/string.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/assertpy/string.pyi -------------------------------------------------------------------------------- /typings/pluggy/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/pluggy/__init__.pyi -------------------------------------------------------------------------------- /typings/pluggy/hooks.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/pluggy/hooks.pyi -------------------------------------------------------------------------------- /typings/pluggy/manager.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/pluggy/manager.pyi -------------------------------------------------------------------------------- /typings/semver/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/lisa/HEAD/typings/semver/__init__.pyi --------------------------------------------------------------------------------