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
Add automation tests that call the Devfile parser (the same way a client would) to validate that:
unset booleans are set to their defaults and are never nil
booleans are overridden by parent values
unset parent boolean values do not override main devfile booleans i.e. parent booleans are not set to default values
We also need to update some of the common API utils. There isn't enough randomness with unset booleans as observed with debugging existing library tests, it's only the parallel and ephemeral that are unset.
We need to add support for RootRequired as well.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Which area/kind this issue is related to?
/area test-automation
Issue Description
Add automation tests that call the Devfile parser (the same way a client would) to validate that:
We also need to update some of the common API utils. There isn't enough randomness with unset booleans as observed with debugging existing library tests, it's only the
parallel
andephemeral
that are unset.We need to add support for
RootRequired
as well.The text was updated successfully, but these errors were encountered: