When checking the yaml files under assets/logs with CI, an error of "Missing test file" was reported.
Missing test file for this integration. Please create a test file with samples testing the integration pipelines. Expected test file path: assets/logs/celerdata.yml
assets/logs/celerdata.yml should be used to store log pipelines, not test files
Steps to reproduce the issue:
Save the log pipeline from the Datadog page;
Adjust the format of the YAML file, it seems that the saved YAML file is not a valid one.
Environment details (Operating System, Cloud provider, etc):
When checking the yaml files under
assets/logs
with CI, an error of "Missing test file" was reported.assets/logs/celerdata.yml
should be used to store log pipelines, not test filesSteps to reproduce the issue:
see the PR https://github.com/DataDog/integrations-extras/pull/2326
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):