Abdul Haleem

Results 15 issues of Abdul Haleem

https://github.com/open-power/op-test/blob/master/testcases/BootTorture.py Add phyp lpar support

``` Traceback (most recent call last): File "/home/jenkins/jenkins_home/workspace/test/testcases/InstallUpstreamKernel.py", line 66, in setUp self.console_thread = OpSOLMonitorThread(1, "console") File "/home/jenkins/jenkins_home/workspace/test/common/OpTestSOL.py", line 63, in __init__ self.c = self.system.console.get_console(logger=self.logger) File "/home/jenkins/jenkins_home/workspace/test/common/OpTestSSH.py", line 205, in...

We are seeing this https://github.com/open-power/op-test/issues/587 again and the lpar was not in panic state before the run. ``` kexec -l --initrd /boot/initramfs-5.12.0-rc2-next-20210309-autotest.img --command-line="BOOT_IMAGE=/boot/vmlinuz-4.18.0-147.el8.ppc64le root=UUID=664cd220-b5e4-4fa4-85fe-4f6b71456669 ro crashkernel=2048M biosdevname=0" /boot/vmlinuz-5.12.0-rc2-next-20210309-autotest Modified cmdline:BOOT_IMAGE=/boot/vmlinuz-4.18.0-147.el8.ppc64le...

With latest grub2 installer, one should set the kernel to be booted explicitly after update or install of latest kernel

This code is modifed and develped on top of the previous code (2f103 : OpTestKernelTest: Git bisect automation..) With version 2.0 these are the new changes added: 1. Added support...