Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch fix issue on parsing while fetching memory mode
without patch : 16:10:07 [console-expect]#tail /proc/cpuinfo | grep MMU 16:10:07 MMU : Radix 16:10:07 [console-expect]#echo $? 16:10:07 echo $? 16:10:07 0 16:10:07 [console-expect]#ERROR 16:10:09 16:10:09 ====================================================================== 16:10:09 ERROR: runTest (testcases.MachineConfig.MachineConfig) 16:10:09 ---------------------------------------------------------------------- 16:10:09 Traceback (most recent call last): 16:10:09 File "/var/lib/jenkins/workspace/ProfileSetup2/op-test/testcases/MachineConfig.py", line 117, in runTest 16:10:09 self.callConfig(key, lpar) 16:10:09 File "/var/lib/jenkins/workspace/ProfileSetup2/op-test/testcases/MachineConfig.py", line 189, in callConfig 16:10:09 status = OsConfig(self.cv_HMC, self.system_name, 16:10:09 File "/var/lib/jenkins/workspace/ProfileSetup2/op-test/testcases/MachineConfig.py", line 558, in __init__ 16:10:09 self.mmu = str(self.mmulist[0]).split(':')[1].strip() 16:10:09 IndexError: list index out of range Signed-off-by: Praveen K Pandey <[email protected]>
- Loading branch information