-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
False
-
-
False
-
None
-
rhel-sst-se-kernel
-
-
https://beaker.engineering.redhat.com/recipes/19088586#task197716702
We fail to remove slub_debug= :
:: [ 06:27:18 ] :: [ PASS ] :: Command 'podman pull registry.access.redhat.com/rhel7-minimal || { podman pull registry.hub.docker.com/library/busybox && bz1158313_container=busybox; }' (Expected 0, got 0) :: [ 06:27:18 ] :: [ BEGIN ] :: Execute a echo hello,world command in container. :: actually running 'podman run rhel7-minimal echo hello,world' hello,world :: [ 06:27:20 ] :: [ PASS ] :: Execute a echo hello,world command in container. (Expected 0, got 0) :: [ 06:27:20 ] :: [ BEGIN ] :: Running 'touch /mnt/tests/repo.usersys.redhat.com/kernel-tests/errata/Regression/logs/bz1158313.flag.pass' :: [ 06:27:20 ] :: [ PASS ] :: Command 'touch /mnt/tests/repo.usersys.redhat.com/kernel-tests/errata/Regression/logs/bz1158313.flag.pass' (Expected 0, got 0) grep: /boot/grub2/grubenv: No such file or directory :: [ 06:27:20 ] :: [ BEGIN ] :: Remove kernel param slub_debug= :: actually running 'grubby --remove-args="slub_debug=FZPU" --update-kernel=' no action specified
Test code :
89 rlRun "touch $DIR_LOG/${FUNCNAME}.flag.pass" 90 rlRun "grubby --remove-args=\"slub_debug=FZPU\" --update-kernel=$(grubby --default-kernel)" 0 'Remove kernel param slub_ debug='
- links to