()
| 180 | |
| 181 | @staticmethod |
| 182 | def ibm_pa_features(): |
| 183 | ibm_features = glob.glob('/proc/device-tree/cpus/*/ibm,pa-features') |
| 184 | if ibm_features: |
| 185 | return run_and_get_stdout(['lsprop', ibm_features[0]]) |
| 186 | |
| 187 | @staticmethod |
| 188 | def winreg_processor_brand(): |
no test coverage detected