Documentation ¶
Overview ¶
Package health tests the system daemon cros_healthd to ensure that telemetry and diagnostics calls can be completed successfully.
Package health tests the system daemon cros_healthd to ensure that telemetry and diagnostics calls can be completed successfully.
Package health tests the system daemon cros_healthd to ensure that telemetry and diagnostics calls can be completed successfully.
Index ¶
- func DiagnosticsCancel(ctx context.Context, s *testing.State)
- func DiagnosticsList(ctx context.Context, s *testing.State)
- func DiagnosticsRun(ctx context.Context, s *testing.State)
- func MonitorThunderboltEvent(ctx context.Context, s *testing.State)
- func MonitorUsbEvent(ctx context.Context, s *testing.State)
- func ProbeAudioInfo(ctx context.Context, s *testing.State)
- func ProbeBacklightInfo(ctx context.Context, s *testing.State)
- func ProbeBatteryMetrics(ctx context.Context, s *testing.State)
- func ProbeBlockDevices(ctx context.Context, s *testing.State)
- func ProbeBluetoothInfo(ctx context.Context, s *testing.State)
- func ProbeBootPerformanceInfo(ctx context.Context, s *testing.State)
- func ProbeBusInfo(ctx context.Context, s *testing.State)
- func ProbeCPUInfo(ctx context.Context, s *testing.State)
- func ProbeDisplayInfo(ctx context.Context, s *testing.State)
- func ProbeFanInfo(ctx context.Context, s *testing.State)
- func ProbeGraphicsInfo(ctx context.Context, s *testing.State)
- func ProbeMemoryInfo(ctx context.Context, s *testing.State)
- func ProbeNetworkInfo(ctx context.Context, s *testing.State)
- func ProbeStatefulPartitionInfo(ctx context.Context, s *testing.State)
- func ProbeSystemInfo(ctx context.Context, s *testing.State)
- func ProbeSystemInfoV2(ctx context.Context, s *testing.State)
- func ProbeTimezoneInfo(ctx context.Context, s *testing.State)
- func ProbeWifiInfo(ctx context.Context, s *testing.State)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiagnosticsCancel ¶
DiagnosticsCancel is a paramaterized test that test canceling supported diagnostic routines.
func DiagnosticsList ¶
DiagnosticsList queries cros_healthd for a list of supported diagnostic routines.
func DiagnosticsRun ¶
DiagnosticsRun is a paramaterized test that runs supported diagnostic routines through cros_healthd. The purpose of this test is to ensure that the routines can be run without errors, and not to check if the routines pass or fail.
Types ¶
This section is empty.
Source Files ¶
- diagnostics_cancel.go
- diagnostics_list.go
- diagnostics_run.go
- monitor_thunderbolt_event.go
- monitor_usb_event.go
- probe_audio_info.go
- probe_backlight_info.go
- probe_battery_metrics.go
- probe_block_devices.go
- probe_bluetooth_info.go
- probe_boot_performance_info.go
- probe_bus_info.go
- probe_cpu_info.go
- probe_display_info.go
- probe_fan_info.go
- probe_graphics_info.go
- probe_memory_info.go
- probe_network_info.go
- probe_stateful_partition_info.go
- probe_system_info.go
- probe_system_info_v2.go
- probe_timezone_info.go
- probe_wifi_info.go
Directories ¶
Path | Synopsis |
---|---|
Package pci provides PCI util functions for health tast.
|
Package pci provides PCI util functions for health tast. |
Package usb provides USB util functions for health tast.
|
Package usb provides USB util functions for health tast. |
Package utils provides util functions for health tast.
|
Package utils provides util functions for health tast. |