-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win_guest_debugging_tool: Support new feature cases #4232
Open
6-dehan
wants to merge
1
commit into
autotest:master
Choose a base branch
from
6-dehan:KVMAUTOMA-2792-windows-debug-tool
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+911
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
- win_guest_debugging_tool: install setup image_copy unattended_install.cdrom | ||
only Windows | ||
type = win_guest_debugging_tool | ||
tmp_dir = %TEMP% | ||
runtimeout = 360 | ||
shutdown_command = "shutdown -s -t 0" | ||
reboot_command = "shutdown -r -t 0" | ||
cmd_unrestrict_policy = 'powershell.exe Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process -Force' | ||
test_tmp_dir = "%TEMP%\testtmpdir" | ||
cmd_create_dir = "mkdir %s >nul 2>&1" | ||
cmd_remove_dir = "rmdir /S /Q %s" | ||
cdroms += " virtio" | ||
cdrom_virtio = isos/windows/virtio-win.iso | ||
cmd_findstr_in_file = type %s | findstr "%s" | ||
include_sensitive_data = False | ||
target_files = "msinfo32.txt,system.evtx,security.evtx,application.evtx,drv_list.csv,virtio_disk.txt,WindowsUpdate.log,Services.csv,WindowsUptime.txt,RunningProcesses.csv,InstalledApplications.csv,InstalledKBs.csv,NetworkInterfaces.txt,IPConfiguration.txt,setupapi.dev.log,setupapi.setup.log,setupapi.offline.log,ErrorWindowsUpdate.log,OutputWindowsUpdate.log,LocaleMetaData" | ||
target_dump_files = "MEMORY.DMP,Minidump" | ||
script_name = "CollectSystemInfo.ps1" | ||
cmd_search_file_global = powershell.exe -Command "Get-PSDrive -PSProvider FileSystem | ForEach-Object { Get-ChildItem -Path $_.Root -Recurse -Filter '%s' -ErrorAction SilentlyContinue } | ForEach-Object { Join-Path -Path $_.Directory.FullName -ChildPath $_.Name }" | ||
variants: | ||
- check_script_execution: | ||
windegtool_check_type = script_execution | ||
- check_zip_package: | ||
windegtool_check_type = zip_package | ||
cmd_extract_zip = 'powershell.exe Expand-Archive -Path "%s" -DestinationPath %s -Force' | ||
cmd_check_folder_size = powershell -c "$folderPath='%s'; $folderSize=(Get-ChildItem -Path $folderPath -Recurse | Measure-Object -Property Length -Sum).Sum; Write-Output $folderSize" | ||
- check_run_tools_multi_times: | ||
windegtool_check_type = run_tools_multi_times | ||
- check_user_friendliness: | ||
windegtool_check_type = user_friendliness | ||
cmd_kill_powershell_process = taskkill /IM powershell.exe /F | ||
cmd_kill_powershell_process1 = powershell.exe -Command "Stop-Process -Name msinfo32 -Force" | ||
invalid_params = "-invalidparam,IncludeSensitiveData,0000,hell,-H,-IncludeSensitiveData -h" | ||
expect_output_prompt = "Usage: .\CollectSystemInfo.ps1 [-IncludeSensitiveData] [-Help]" | ||
script_interrupt_signal_file = 'Collecting_Status.txt' | ||
cmd_dir_del = powershell.exe -Command "Remove-Item -Path '%s' -Recurse -Force -ErrorAction SilentlyContinue" | ||
cmd_query_path = powershell.exe "$lastDir = dir | Select-String 'System*' | Select-Object -Last 1; write-output $lastDir" | ||
- check_disk_registry_collection: | ||
windegtool_check_type = disk_registry_collection | ||
virtio_disk_filepath = "%s\virtio_disk.txt" | ||
new_reg_item = "HKLM:\SYSTEM\CurrentControlSet\Services\viostor\Parameters" | ||
exist_reg_item = "HKLM:\SYSTEM\CurrentControlSet\Services\Disk" | ||
cmd_reg_query = powershell.exe -Command "(Get-ItemProperty -Path %s).%s" | ||
cmd_reg_add_item = powershell.exe "if (-not (Test-Path -Path '%s')) {New-Item -Path %s | Out-Null}" | ||
cmd_reg_add_item_key = powershell.exe "if (-not (Test-Path -Path '%s')) {New-Item -Path %s -Name %s -ItemType Key | Out-Null}" | ||
cmd_reg_set_value = powershell.exe -Command "Set-ItemProperty -Path '%s' -Name '%s' -Value %d" | ||
cmd_reg_del = powershell.exe -Command "Remove-Item -Path '%s' -Recurse -Force -ErrorAction SilentlyContinue" | ||
reg_subkey1 = IoTimeoutValue | ||
reg_subkey2 = TimeoutValue | ||
key_value1 = 100 | ||
key_value2 = 150 | ||
- check_includeSensitiveData_collection: | ||
windegtool_check_type = includeSensitiveData_collection | ||
include_sensitive_data = True | ||
timeout = 360 | ||
reboot_method = system_reset | ||
memory_dmp_file = "%SystemRoot%\Memory.dmp" | ||
mini_dmp_folder = "%SystemRoot%\Minidump" | ||
crash_method = nmi | ||
cmd_check_files = powershell.exe ls %s | ||
- check_trigger_driver_msinfo_collection: | ||
windegtool_check_type = trigger_driver_msinfo_collection | ||
image_snapshot = yes | ||
transfer_timeout = 720 | ||
msinfo_file_path = "%s\msinfo32.txt" | ||
drv_list_file_path = "%s\drv_list.csv" | ||
setupapi_dev_file_path = "%s\setupapi.dev.log" | ||
target_driver = pvpanic | ||
cmd_query_oem_inf = powershell.exe -Command "pnputil.exe /enum-drivers | Select-String -Pattern '%s.inf' -Context 1,1 | ForEach-Object { if ($_ -match 'Published Name:\s+(oem\d+\.inf)') { $matches[1] } }" | ||
cmd_install_driver = pnputil.exe /add-driver %s /install | ||
cmd_uninstall_driver = pnputil.exe /delete-driver %s /uninstall /force | ||
cmd_scan_device = pnputil.exe /scan-devices | ||
cmd_backup_driver = Export-WindowsDriver -Online -Destination "C:\DriverBackup" | ||
cmd_check_driver_ver = powershell.exe -Command "Get-WmiObject Win32_PnPSignedDriver | Where-Object DeviceName -eq '%s'" | ||
new_system_name = "NewsystemName" | ||
cmd_change_systemname = powershell.exe -Command "Rename-Computer -NewName %s" | ||
cmd_query_from_file = powershell.exe -Command "Get-Content %s | Select-String -Pattern '%s'" | ||
cmd_check_systemname = echo %computername% | ||
cmd_query_ver_vm = powershell.exe -Command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption" | ||
cmd_search_2k16_inf_file_global = powershell.exe -Command "Get-PSDrive -PSProvider FileSystem | ForEach-Object { Get-ChildItem -Path $_.Root -Recurse -Filter '%s' -ErrorAction SilentlyContinue } | ForEach-Object { Join-Path -Path $_.Directory.FullName -ChildPath $_.Name } | Where-Object { $_ -match '2k16' }" | ||
- check_networkadapter_collection: | ||
windegtool_check_type = networkadapter_collection | ||
check_adapter_name = powershell.exe -Command "Get-NetAdapter | Select-Object -ExpandProperty Name" | ||
check_adapter_jp_info = powershell.exe -Command "Get-NetAdapterAdvancedProperty -Name '%s' | Where-Object { $_.DisplayName -eq 'Jumbo Packet' } | Select-Object -ExpandProperty DisplayValue" | ||
cmd_set_adapter_jp_info = powershell.exe -Command "Set-NetAdapterAdvancedProperty -Name '%s' -DisplayName 'Jumbo Packet' -DisplayValue %d" | ||
cmd_disable_adapter = powershell.exe -Command "Disable-NetAdapter -Name '%s' -Confirm:$false" | ||
cmd_enable_adapter = powershell.exe -Command "Enable-NetAdapter -Name '%s' -Confirm:$false" | ||
networkfile_path = "%s\NetworkInterfaces.txt" | ||
ipconfigfile_path = "%s\IPConfiguration.txt" | ||
static_dns = 8.8.8.8 | ||
cmd_get_dns = powershell.exe -Command (Get-DnsClientServerAddress -AddressFamily IPv4).ServerAddresses | ||
cmd_set_dns = netsh interface ipv4 set dns name="%s" static %s | ||
cmd_set_dns_dhcp = netsh interface ipv4 set dns name="%s" dhcp | ||
- check_documentation: | ||
windegtool_check_type = documentation | ||
standard_docs = "README.md", "LICENSE", "CollectSystemInfo.ps1" | ||
target_doc = "README.md" | ||
query_cmd_from_file = powershell.exe -Command "Get-Content %s | Select-String '```powershell' -Context 0,1" | ||
cmd_cp_file = powershell.exe -Command "cp %s %s" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.