You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cekit test works by cloning this repository to target/test, and then copying on top the relevant behave files from the image being tested. It then invokes behave.
behave operates from target/test and includes any *.feature file it can find: so, every cekit test run for any image since merging #61 is picking up those feature files.
They may or may not be run (depending on what tags are defined for the image), but they cause cekit tests to fail, which expect a certain number of scenarios/features/steps to be defined.
The text was updated successfully, but these errors were encountered:
jmtd
added a commit
to jmtd/behave-test-steps
that referenced
this issue
Apr 3, 2024
To prevent these feature files leaking out to all `cekit test` users,
rename them with a ".disabled" suffix. They will still be cloned into
every cekit test run, but will be ignored by behave.
For our GHA tests, re-enable them by renaming to remove the suffix.
Fixescekit#66.
Signed-off-by: Jonathan Dowland <[email protected]>
To prevent these feature files leaking out to all `cekit test` users,
rename them with a ".disabled" suffix. They will still be cloned into
every cekit test run, but will be ignored by behave.
For our GHA tests, re-enable them by renaming to remove the suffix.
Fixescekit#66.
Signed-off-by: Jonathan Dowland <[email protected]>
cekit test
works by cloning this repository totarget/test
, and then copying on top the relevant behave files from the image being tested. It then invokes behave.behave operates from
target/test
and includes any*.feature
file it can find: so, everycekit test
run for any image since merging #61 is picking up those feature files.They may or may not be run (depending on what tags are defined for the image), but they cause cekit tests to fail, which expect a certain number of scenarios/features/steps to be defined.
The text was updated successfully, but these errors were encountered: