Migrate SCT verbose filter and datarouter filter tests to integration#117
Migrate SCT verbose filter and datarouter filter tests to integration#117RSingh1511 wants to merge 18 commits into
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
e6c1841 to
56e3195
Compare
|
The created documentation from the pull request is available at: docu-html |
56e3195 to
669dd9f
Compare
669dd9f to
f3cf43a
Compare
f3cf43a to
bb37dde
Compare
bb37dde to
40b7b56
Compare
40b7b56 to
6334c84
Compare
6334c84 to
785ed2e
Compare
785ed2e to
1f106fa
Compare
e5213ee to
7336289
Compare
| filegroup( | ||
| name = "integration_test_config_files", | ||
| srcs = [ | ||
| "etc/log-channels.json", |
There was a problem hiding this comment.
| "etc/log-channels.json", |
this file is missing. so why include?
There was a problem hiding this comment.
The file exists at score/datarouter/etc/log-channels.json.
| srcs = [ | ||
| "etc/log-channels.json", | ||
| "etc/logging.json", | ||
| "etc/raw-channels.json", |
There was a problem hiding this comment.
There was a problem hiding this comment.
The file exists at score/datarouter/etc/raw-channels.json
| "//platform/aas/tools/sctf:__subpackages__", | ||
| "//pqr/abc/abc-lmn/config/project/cpu/pas/datarouter:__pkg__", | ||
| "//score/datarouter/test:__subpackages__", | ||
| "//score/test/component:__subpackages__", |
There was a problem hiding this comment.
Why do you need this? Instead expose only what is required for the test.
| ], | ||
| ) | ||
|
|
||
| filegroup( |
There was a problem hiding this comment.
move this to test/component folder itself
| visibility = [ | ||
| "//platform/aas/ara/log:__subpackages__", | ||
| "//score/mw/log:__subpackages__", | ||
| "//score/test/component:__subpackages__", |
There was a problem hiding this comment.
deps on @score_baselibs//mw/log:log should be sufficient!
- Move score/test/integration/ -> score/test/component/ to distinguish from nightly integration tests (reviewer: rmaddikery) - Rename integration_config_files -> integration_test_config_files in score/datarouter/BUILD (reviewer: rmaddikery) - Remove custom dlt_parser.py; refactor all tests to use DltLogRecord from score_itf (score.itf.plugins.dlt.dlt_window) via download_dlt() helper in logging_plugin.py (reviewer: rmaddikery)
| //... \ | ||
| -//:* | ||
| -//:* \ | ||
| -//score/test/component/... |
There was a problem hiding this comment.
This should not be a problem, but its better to skipped here since it will be built and executed in component tests workflow!
Since they are component tests run only in the host environment
Notes for Reviewer
Pre-Review Checklist for the PR Author
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #