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

add kola test for stable-root-symlink #2517

Closed
wants to merge 1 commit into from

Conversation

nikita-dubrovskii
Copy link
Contributor

Issue: coreos/fedora-coreos-tracker#759

Signed-off-by: Nikita Dubrovskii <nikita@linux.ibm.com>
@jlebon
Copy link
Member

jlebon commented Oct 28, 2021

Let's make it an external test instead as part of coreos/fedora-coreos-config#1308? See example tests in tests/kola and documentation at https://coreos.github.io/coreos-assembler/kola/external-tests/.

if err != nil {
return fmt.Errorf("journalctl: %s", err)
}
if !strings.Contains(string(out), link) {
Copy link
Contributor

Choose a reason for hiding this comment

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

It'd be better to write an Ignition config that uses the symlink to modify the partition table, perhaps just by resizing the root partition. That would confirm not only that we created the symlink, but that we did it before ignition-disks ran, and that Ignition was able to use it successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants