-
Notifications
You must be signed in to change notification settings - Fork 243
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
odo test
- execute test command defined in devfile
#6070
Labels
kind/user-story
An issue of user-story kind
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/Medium
Nice to have issue. Getting it done before priority changes would be great.
Comments
10 tasks
kadel
changed the title
run test command
Feb 8, 2023
odo test
- execute test command defined in devfile
kadel
added
the
priority/Medium
Nice to have issue. Getting it done before priority changes would be great.
label
Feb 23, 2023
rm3l
removed
the
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
label
Jun 29, 2023
Grooming (Jul 6, 2023)
|
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
github-actions
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Oct 5, 2023
/remove-lifecycle stale Still relevant. |
openshift-ci
bot
removed
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Oct 5, 2023
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
github-actions
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Jan 4, 2024
/lifecycle frozen |
openshift-ci
bot
added
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Jan 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/user-story
An issue of user-story kind
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/Medium
Nice to have issue. Getting it done before priority changes would be great.
/kind user-story
User Story
As an odo user I want to be able to run
test
command as defined in devfile.yaml so that I can run predefined tests and see results.Acceptance Criteria
odo test
command should run the defaultkind: test
command as defined in the devfile.yamlLinks
The logic behind the command execution should be the same as in #6568 The only difference is that #6568
odo test
executes default test command, andodo run
is more generic to allow execution of any command from devfile.It might be good idea to implement #6568 first, and then reuse the same logic for
odo test
/kind user-story
The text was updated successfully, but these errors were encountered: