Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

35coreos-ignition: skip reboot if changed kargs match current boot #1409

Open
wants to merge 6 commits into
base: testing-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/kola/ignition/kargs/basic/config.bu
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
variant: fcos
version: 1.4.0
kernel_arguments:
should_exist:
- foobar
should_not_exist:
- mitigations=auto,nosmt
9 changes: 0 additions & 9 deletions tests/kola/ignition/kargs/basic/config.ign

This file was deleted.

1 change: 1 addition & 0 deletions tests/kola/ignition/kargs/basic/data/commonlib.sh
1 change: 1 addition & 0 deletions tests/kola/ignition/kargs/basic/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TODO: Doc

set -xeuo pipefail
# This test runs on all platforms and verifies Ignition kernel argument setting.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The message of the commit introducing this hunk says "- Use ok/fatal from commonlib.sh" but that seems to already be the case now.


. $KOLA_EXT_DATA/commonlib.sh

Expand Down