-
Notifications
You must be signed in to change notification settings - Fork 13
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 some ignition/v3 test #301
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pothos
reviewed
Mar 3, 2022
pothos
reviewed
Mar 3, 2022
tormath1
force-pushed
the
tormath1/ignition3
branch
from
March 4, 2022 09:14
e76bad9
to
a376805
Compare
tormath1
force-pushed
the
tormath1/ignition3
branch
from
March 7, 2022 10:01
ffa3306
to
d1933f2
Compare
pothos
reviewed
Mar 7, 2022
pothos
reviewed
Mar 7, 2022
tormath1
force-pushed
the
tormath1/ignition3
branch
from
March 7, 2022 15:52
da35281
to
8df4c83
Compare
this test is backport from coreos-assembler to test systemd instantiated services enabled via ignition. Signed-off-by: Mathieu Tortuyaux <[email protected]>
this helper runs cmd via SSH and panics if stdout does not contain expected Signed-off-by: Mathieu Tortuyaux <[email protected]>
this test creates a symlink via ignition and assert it's correct. Signed-off-by: Mathieu Tortuyaux <[email protected]>
mainly to support config > 3.0.0 Signed-off-by: Mathieu Tortuyaux <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
tormath1
force-pushed
the
tormath1/ignition3
branch
from
March 21, 2022 15:23
8df4c83
to
6d831e3
Compare
Signed-off-by: Mathieu Tortuyaux <[email protected]> Co-authored-by: Kai Lüke <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
tormath1
force-pushed
the
tormath1/ignition3
branch
from
March 21, 2022 15:44
1aa5de2
to
69b6d94
Compare
pothos
approved these changes
Mar 21, 2022
jepio
reviewed
Mar 25, 2022
} | ||
}`), | ||
Distros: []string{"cl"}, | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tormath1 this need a MinVersion doesn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yes, version 3.0.0... Totally missed this one.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this PR, we add some Ignition V3 tests from
coreos/coreos-assembler
project in order to be closer from the upstream. It also brings new test for IgnitionV3 on top ofUserDataV3
ones.Tested with: http://localhost:9091/job/os/job/manifest/5049/cldsv/
NOTE:
kargs
test could be upstreamedchangelog/
directory (user-facing change, bug fix, security fix, update)