-
Notifications
You must be signed in to change notification settings - Fork 22
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
Check for BCI and BETA EULA to be in place #434
Conversation
4499102
to
c4d3125
Compare
c4d3125
to
6cbd2ca
Compare
24fd2d4
to
d3f85fc
Compare
d3f85fc
to
0c1ff40
Compare
0c1ff40
to
4c92fe6
Compare
I've been staring at the code for a while now and I can't really figure out why the |
4c92fe6
to
2683ee1
Compare
testing LTSS containers only works if using TARGET=ibs-cr/ibs-released (but then you need credentials). |
0d344b0
to
2a6e286
Compare
Yes, we have such a test in the CI and it skips the FIPS images (grep from the full log):
|
Co-authored-by: Dan Čermák <[email protected]>
2a6e286
to
f0834ce
Compare
indirect=True, | ||
) | ||
def test_bci_eula_is_correctly_available(container: ContainerData) -> None: | ||
"""Ensure that the BCI EULA exists iff it's not a LTSS container""" |
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.
"""Ensure that the BCI EULA exists iff it's not a LTSS container""" | |
"""Ensure that the BCI EULA exists if it's not a LTSS container""" |
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.
iff stands for "if and only if", so it was intentional. see https://www.dictionary.com/browse/iff
No description provided.