Skip to content
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

Add new smoke test section into test manifest schema #5126

Closed
zelinh opened this issue Oct 22, 2024 · 1 comment
Closed

Add new smoke test section into test manifest schema #5126

zelinh opened this issue Oct 22, 2024 · 1 comment
Assignees
Labels
enhancement New Enhancement test

Comments

@zelinh
Copy link
Member

zelinh commented Oct 22, 2024

Subtask from #4551

A new smoke-test section should be added to the test manifest to specify which component were onboarded for smoke tests.

It could be looked like this

components:
  - name: opensearch
    smoke-test:
      test-spec: opensearch.yml
  - name: alerting
    integ-test:
      ...
    bwc-test:
      ...
    smoke-test:
      test-spec: alerting.yml
  - ...

In the above example, opensearch & alerting are onboarded with smoke test. In the test-spec section, it would point to a component spec yaml file which specifies the API request path for the smoke tests to run on.

@zelinh zelinh self-assigned this Oct 22, 2024
@github-actions github-actions bot added the untriaged Issues that have not yet been triaged label Oct 22, 2024
@zelinh zelinh added enhancement New Enhancement test and removed untriaged Issues that have not yet been triaged labels Oct 22, 2024
@zelinh
Copy link
Member Author

zelinh commented Nov 4, 2024

The smoke_test is added into our test manifest. Close this issue for now.

@zelinh zelinh closed this as completed Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New Enhancement test
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant