-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix & enable LUKS tests #1013
Fix & enable LUKS tests #1013
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,9 @@ | |
# | ||
# Red Hat Author(s): Vendula Poncova <[email protected]> | ||
|
||
# On RHEL the test is manual because of broken reading of the results from image. | ||
# Check the results on the running VM. | ||
# Ignore unused variable parsed out by tooling scripts as test tags metadata | ||
# shellcheck disable=SC2034 | ||
TESTTYPE="skip-on-rhel storage partition luks" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. part-luks-* are failing for me for rhel, (I've just run them locally on rhel9 and all failed with RESULT not found). That is why I enabled them only on Fedora. Are they stable for you? I wonder if it can be just my environment (even though the tests are run in container)? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It seems to work fine for me:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, I've just realized that my kstest runner container is 17 months (!) old. Let me try with something more recent :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Indeed, it works with current container! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So let's enable the tests and see. If they show up unstable again, we can disable them. I won't do any harm. |
||
TESTTYPE="storage partition luks" | ||
|
||
. ${KSTESTDIR}/functions.sh | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,9 @@ | |
# | ||
# Red Hat Author(s): Vendula Poncova <[email protected]> | ||
|
||
# On RHEL the test is manual because of broken reading of the results from image. | ||
# Check the results on the running VM. | ||
# Ignore unused variable parsed out by tooling scripts as test tags metadata | ||
# shellcheck disable=SC2034 | ||
TESTTYPE="skip-on-rhel storage partition luks" | ||
TESTTYPE="storage partition luks" | ||
|
||
. ${KSTESTDIR}/functions.sh | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,9 @@ | |
# | ||
# Red Hat Author(s): Vendula Poncova <[email protected]> | ||
|
||
# On RHEL the test is manual because of broken reading of the results from image. | ||
# Check the results on the running VM. | ||
# Ignore unused variable parsed out by tooling scripts as test tags metadata | ||
# shellcheck disable=SC2034 | ||
TESTTYPE="skip-on-rhel storage partition luks" | ||
TESTTYPE="storage partition luks" | ||
|
||
. ${KSTESTDIR}/functions.sh | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,9 @@ | |
# | ||
# Red Hat Author(s): Vendula Poncova <[email protected]> | ||
|
||
# On RHEL the test is manual because of broken reading of the results from image. | ||
# Check the results on the running VM. | ||
# Ignore unused variable parsed out by tooling scripts as test tags metadata | ||
# shellcheck disable=SC2034 | ||
TESTTYPE="skip-on-rhel storage partition luks" | ||
TESTTYPE="storage partition luks" | ||
|
||
. ${KSTESTDIR}/functions.sh | ||
|
||
|
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.
It could be useful to report what devices were found.