da7c12bb61
Don't use dummy test objects when no disks avail
2019-12-05 14:20:17 -07:00
fb4b44fefb
Fixed temps pane under macOS
2019-12-03 18:16:33 -07:00
65c08ad972
Updated disk_self_test()
...
* Parallel self-tests!
2019-12-03 17:36:52 -07:00
b71bca4577
Updated disk_attribute_check()
2019-12-03 16:31:26 -07:00
445523e5f1
Fix aborting Prime95 test
2019-12-03 15:18:10 -07:00
6da34c1f2b
Only register tmux atexit when running HW Diags
...
* Prevents unintended killing of tmux panes when importing wk or wk.hw
2019-12-03 15:03:02 -07:00
c0b6606758
Stop Prime95 with INT signal instead of TERM
2019-12-03 14:47:57 -07:00
d1005ad0a9
Updated sensor name formatting
2019-12-02 22:47:09 -07:00
e041125c20
Added hw-sensors
2019-12-02 21:02:12 -07:00
4dc41aec27
Bugfix: mprime typos
2019-12-02 20:31:33 -07:00
4990537082
Handle critical temps correctly in mprime sections
...
* Moved ThermalLimitReachedError catches to wk.hw.sensors
* Before they would never be caught and would never stop the script
* Added cpu_reached_critical_temp() to wk.hw.sensors
* This allows us to check if it happened without exceptions
* Added thermal_action to wk.hw.sensors
* This is run when ThermalLimitReachedError(s) are caught
* Stop print_countdown if mprime is terminated
* This is required since it may be killed in the background
2019-12-02 20:11:02 -07:00
c520b5a865
Update for Python 3.8 pylint alerts
2019-12-02 17:55:05 -07:00
7796189d14
Clear screen before all diag functions
2019-12-02 17:54:48 -07:00
aa3b69f6fa
Added progress pane logic
2019-11-30 22:43:10 -07:00
4cadb913e8
Dropped bufsize=1 due to Python 3.8 warning
2019-11-30 21:29:24 -07:00
79371a3fa5
Added results screen to hw-diags
2019-11-14 20:43:44 -07:00
402c4359a1
Split Prime95 and cooling Test() objects
2019-11-14 20:16:15 -07:00
fec2473b93
Fixed Prime95 test length
2019-11-14 19:16:10 -07:00
45086c90bb
Prime95 test fully functional
2019-11-14 19:13:21 -07:00
1a91f72d8c
Running and stopping Prime95 working
2019-11-13 19:45:53 -07:00
46a6dda0ff
Prime95 workflow mostly done
2019-11-13 17:47:52 -07:00
0eadb784bb
Updated get_ram_list_linux()
2019-11-13 11:14:55 -07:00
aa5b5cd9b7
Selecting and running (dummy) tests now working
2019-11-12 21:10:11 -07:00
d4ca575426
Fix get_disks_macos()
2019-11-12 20:06:18 -07:00
1054794af3
Added get_disks()
...
* This calls either get_disks_linux() or get_disks_macos()
2019-11-12 19:56:39 -07:00
4e6b2cd4da
Started work on per-pass log handling in hw-diags
2019-11-12 17:32:55 -07:00
9b5d9e1186
Added watch-mac and reverted previous commit
...
* This allows the degree symbol to be displayed correctly
* (At least in iTerm2)
2019-11-12 10:36:34 -07:00
4bd4536cfd
Avoid using the unicode degree symbol under macOS
...
* The (home)brew watch command butchers the unicode?
2019-11-11 23:57:48 -07:00
e3d0902c45
Updated wk.hw.sensors
...
* Added monitor_to_file()
* Added save_average_temps()
2019-11-11 23:22:47 -07:00
4ecdc80e4c
Added sensor update sections
2019-11-11 22:18:09 -07:00
b15c01ac37
Fixed sensor sections under macOS
2019-11-11 21:47:55 -07:00
dc030ab076
Added initial version of wk.hw.sensors
...
* Supports Linux and macOS
* Only initial temp, no updates yet
2019-11-11 21:29:21 -07:00
72905f9ccc
Added CLI options to hw-diags
2019-11-10 21:05:41 -07:00
21dfeac20b
Expanded logging in wk.hw.diags
2019-11-10 20:22:48 -07:00
196e2adc82
Added tmux layout maintenance sections
...
* Support both threading and signal based calls
* Should provide a smoother UIX under Linux & macOS
2019-11-10 19:10:35 -07:00
0cbc858cf4
Intentionally crash if not running inside tmux
2019-11-10 18:05:06 -07:00
0b6cd1cb6c
Added secret menu options in hw-diags
2019-11-10 17:42:04 -07:00
964885d63c
Ensure tmux panes are closed atexit for hw-diags
2019-11-10 17:38:03 -07:00
76a501af85
Added State() and tmux sections to wk/hw/diags
2019-11-10 17:04:45 -07:00
2520126905
Use broader imports for wk/hw/diags.py
2019-11-10 16:22:04 -07:00
fe228a5edc
Added keyboard_test()
2019-11-10 15:17:00 -07:00
100757ba69
Added network_test()
2019-11-10 14:47:56 -07:00
8f663072f6
Added HW-Diags audio test, menu, and launcher
2019-11-09 19:25:30 -07:00
205c5ed0fc
Support model-specifc attribute thresholds
...
* Addresses issue #142
2019-11-08 16:00:27 -07:00
a053931c17
Added Test() object
2019-11-07 20:46:21 -07:00
b162c99d6e
Added BaseObj() class
2019-11-07 20:40:50 -07:00
12de0e5b84
Inlcude RAM vendor ID for unknown IDs
2019-11-07 18:58:20 -07:00
0e9b1af56b
Added safety check to Disk().get_details()
2019-11-07 18:57:31 -07:00
d933ff9742
Reordered functions
2019-11-01 18:52:26 -06:00
e634d1691f
Added SMART self-test sections
2019-11-01 18:51:02 -06:00