You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skiboot parses configuration options in NVRAM at boot time which affect
runtime behaviour, and several of these can be potentially dangerous or
detrimental. When possible check NVRAM for any Skiboot configuration
options and warn about them and the end of the test run.
Fixes#492
Example:
2019-05-10 13:42:57,768:op-test.common.OpTestUtil:dump_nvram_opts:WARNING:
2 NVRAM debugging options set
These may adversely affect test results; verify these are appropriate if a failure occurs:
----------------------------------------------------------
bootargs=modprobe.blacklist=amdgpu
test-cfg=test-value
----------------------------------------------------------
Signed-off-by: Samuel Mendoza-Jonas <[email protected]>
0 commit comments