15f1a5bada
Removed old mount-backup-shares wrapper
2019-12-09 20:56:17 -07:00
d0eee81129
Added unmount-backup-shares wrapper
2019-12-09 20:54:53 -07:00
07cb287eb0
Updated wk.net.connected_to_private_network()
...
* Can either return True/False or return None/raise Exception
* Added network check to mount_backup_shares()
2019-12-09 20:53:42 -07:00
3262888024
Added unmount network share sections
2019-12-09 20:50:17 -07:00
77190137f6
Added mount-backup-shares wrapper
2019-12-09 20:10:57 -07:00
82827b7a0d
Avoid crash under macOS
2019-12-09 19:57:47 -07:00
0472166c09
Added share mount check logic
2019-12-09 19:42:02 -07:00
9c7914fc3d
Added mount_backup_shares & mount_network_share
2019-12-09 19:23:44 -07:00
2770f85e01
Moved server definitions to wk/cfg/net.py
2019-12-09 17:50:36 -07:00
442ed991bb
Remove shebang and exec mod from hw-diags.py
2019-12-09 17:12:42 -07:00
ca001ed831
Restrict hw-drive-info and hw-info to Linux
2019-12-09 17:11:54 -07:00
e623185d96
Removed old HW script wrappers
2019-12-09 17:09:56 -07:00
8e5bfa12f4
Added NVMe SMART status checks
...
* Addresses issue #130
2019-12-09 16:48:35 -07:00
23c99084b5
Drop SIGWINCH sections
2019-12-09 16:48:15 -07:00
cc85e3e8ed
Improve abort handling
2019-12-09 16:32:35 -07:00
081658550b
Added debug report sections
...
* HW-Diags debug reports are saved after showing results or atexit
2019-12-09 15:55:30 -07:00
6bc4ce3c0b
Add Maximum value for power on hours
2019-12-09 14:29:28 -07:00
82341dbbb3
Moved disk safety checks to after the test
...
* This way failures during the last test should be caught
2019-12-08 17:02:10 -07:00
6071470b6a
Add note to disk report for critical HW error(s)
2019-12-08 16:52:20 -07:00
376a9e92ba
Supress a couple pylint warnings
2019-12-08 16:42:34 -07:00
9dc8329dec
Updated self-test sections
...
* Improved abort handling
* Always include report if state.tests['Disk Self-Test'] is enabled
* Send abort command via smartctl if aborting self-test(s)
2019-12-08 16:37:37 -07:00
c09cd0c9c2
Added disk safety check before each test
...
* Includes possible workaround for SMART self-test TimedOut errors
2019-12-08 15:29:18 -07:00
7d66b723ca
Update test report on ERROR
2019-12-06 19:34:53 -07:00
126aaae8ba
Fix IO_RATE_REGEX under macOS
2019-12-06 19:31:32 -07:00
8f909182d3
Bugfix: typo and batch catch
2019-12-06 19:21:24 -07:00
1f74b0b989
Use "RAW" disks under macOS
2019-12-06 19:18:40 -07:00
a0b07cbfde
Added I/O Benchmark sections
2019-12-06 19:10:36 -07:00
c7585d17f0
Added graph functions
2019-12-06 15:02:06 -07:00
2c732885c6
Revert "Adjusted wk.std.input_text()"
...
This reverts commit 564745f03b .
2019-12-06 13:21:36 -07:00
2a4b68c222
Fixed tail usage under macOS
2019-12-06 13:19:47 -07:00
a76d7775fd
Updated badblocks sections
...
* Increaded pane height to 5
* Updated pass/fail/unknown logic
* Reduced lines included in reports
2019-12-06 13:02:57 -07:00
b45dc74e5a
Start logging after updating log path
2019-12-06 13:01:31 -07:00
564745f03b
Adjusted wk.std.input_text()
...
* Should hopefully reduce the duplicate prompts
2019-12-06 13:00:34 -07:00
56a99a8a4e
Avoid crash if tmux pane closes while getting size
2019-12-06 12:25:48 -07:00
e1ef9db6b6
Color disk labels in badblocks panes
2019-12-05 23:02:08 -07:00
d173d317e3
Updated badblocks section
...
* Start tests in reverse order (so they appear in order on screen)
* Fixed report parsing
2019-12-05 22:57:13 -07:00
76772be422
Added badblocks sections
...
* Supports running in parallel
* Dropped NonBlockingStreamReader usage
2019-12-05 22:20:26 -07:00
6167d0d78d
Get disk serial numbers under macOS
2019-12-05 14:24:57 -07:00
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