Skip to content

Integrates datarouter #178

Merged
antonkri merged 2 commits intoeclipse-score:mainfrom
rmaddikery:rama_integrates_datarouter_
Mar 9, 2026
Merged

Integrates datarouter #178
antonkri merged 2 commits intoeclipse-score:mainfrom
rmaddikery:rama_integrates_datarouter_

Conversation

@rmaddikery
Copy link
Contributor

@rmaddikery rmaddikery commented Mar 9, 2026

Integrates datarouter

  • Deploys datarouetr in linux x86_64 and
    qnx_x86_64 image
  • Multicast route added to qnx guest in
    network_setup_dhcp.sh required for capturing
    DLTs.
  • dlt_config added for x86_64 and qnx x86_64
    targets that includes the vlan_address updated
    for dlt_receive to capture untagged ethernet frames
    on tap0 interface

Adds datarouter test_remote_logging integration test

  • Adds test_remote_logging integration test that
    verifies remote logging of datarouter and
    network config. of the linux x86_64 and
    qnx qemu image by capturing DLT logs on the host.

Verified:

bazel test --config=linux-x86_64 //feature_integration_tests/itf:linux_x86_64

bazel test --config=itf-qnx-x86_64 --credential_helper=*.qnx.com=$(pwd)/../toolchains_qnx/tools/qnx_credential_helper.py --nocache_test_results --test_output=streamed //feature_integration_tests/itf:qnx_x86_64

@rmaddikery rmaddikery changed the title Rama integrates datarouter Integrates datarouter Mar 9, 2026
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

The created documentation from the pull request is available at: docu-html

@rmaddikery rmaddikery force-pushed the rama_integrates_datarouter_ branch 2 times, most recently from f1ddbfb to fe3c153 Compare March 9, 2026 12:12
- Deploys datarouetr in linux x86_64 and
qnx_x86_64 image
- Multicast route added to qnx guest in
network_setup_dhcp.sh required for capturing
DLTs.
- dlt_config added for x86_64 and qnx x86_64
targets that includes the vlan_address updated
for dlt_receive to capture untagged ethernet frames
on tap0 interface
- Adds test_remote_logging integration test that
verifies remote logging of datarouter and
network config. of the linux x86_64 and
qnx qemu image by capturing DLT logs on the host.
@antonkri antonkri merged commit f49b7f3 into eclipse-score:main Mar 9, 2026
13 checks passed
@PiotrKorkus
Copy link
Contributor

@antonkri was it an urgent change? I though we agreed that in most of the cases me, @pawelrutkaq and @kgraeper will handle reviews. Unless there is an obvious or urgent change.

@antonkri
Copy link
Contributor

@PiotrKorkus,

really sorry, my bad, I forgot. promise not do it in the future.

Saumya-R added a commit to qorix-group/reference_integration that referenced this pull request Mar 12, 2026
adding conditional jq

chore: extend codeowners list (eclipse-score#175)

* chore: extend codeowners list

* fix: no commas

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Alexander Lanin <[email protected]>

---------

Signed-off-by: Alexander Lanin <[email protected]>
Co-authored-by: Copilot <[email protected]>

Integrates datarouter  (eclipse-score#178)

* Integrates datarouter

- Deploys datarouetr in linux x86_64 and
qnx_x86_64 image
- Multicast route added to qnx guest in
network_setup_dhcp.sh required for capturing
DLTs.
- dlt_config added for x86_64 and qnx x86_64
targets that includes the vlan_address updated
for dlt_receive to capture untagged ethernet frames
on tap0 interface

* Adds datarouter test_remote_logging integration test

- Adds test_remote_logging integration test that
verifies remote logging of datarouter and
network config. of the linux x86_64 and
qnx qemu image by capturing DLT logs on the host.

Use py_itf_test rule with select support (eclipse-score#177)

- Update score_itf to 44c75de and score_bazel_platforms to b72a5c3 in
  known_good.json and MODULE.bazel overrides
- Add explicit bazel_dep on platforms 1.0.0 (required by new config_settings)
- Merge the two py_itf_test targets (linux_x86_64, qnx_x86_64) in
  feature_integration_tests/itf/BUILD into a single 'itf' target that uses
  config_setting + select() to switch args/data/plugins per platform;
  keep backward-compatible aliases for the old target names
- Upgrade rules_oci from 1.8.0 to 2.2.7; adapt docker images
  to use oci_load (replacing the removed oci_tarball) and add the
  platform-specific repo variants

revert the filters to test

adding jd check and filter

regex matches relative path
Saumya-R added a commit to qorix-group/reference_integration that referenced this pull request Mar 12, 2026
adding conditional jq

chore: extend codeowners list (eclipse-score#175)

* chore: extend codeowners list

* fix: no commas

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Alexander Lanin <[email protected]>

---------

Signed-off-by: Alexander Lanin <[email protected]>
Co-authored-by: Copilot <[email protected]>

Integrates datarouter  (eclipse-score#178)

* Integrates datarouter

- Deploys datarouetr in linux x86_64 and
qnx_x86_64 image
- Multicast route added to qnx guest in
network_setup_dhcp.sh required for capturing
DLTs.
- dlt_config added for x86_64 and qnx x86_64
targets that includes the vlan_address updated
for dlt_receive to capture untagged ethernet frames
on tap0 interface

* Adds datarouter test_remote_logging integration test

- Adds test_remote_logging integration test that
verifies remote logging of datarouter and
network config. of the linux x86_64 and
qnx qemu image by capturing DLT logs on the host.

Use py_itf_test rule with select support (eclipse-score#177)

- Update score_itf to 44c75de and score_bazel_platforms to b72a5c3 in
  known_good.json and MODULE.bazel overrides
- Add explicit bazel_dep on platforms 1.0.0 (required by new config_settings)
- Merge the two py_itf_test targets (linux_x86_64, qnx_x86_64) in
  feature_integration_tests/itf/BUILD into a single 'itf' target that uses
  config_setting + select() to switch args/data/plugins per platform;
  keep backward-compatible aliases for the old target names
- Upgrade rules_oci from 1.8.0 to 2.2.7; adapt docker images
  to use oci_load (replacing the removed oci_tarball) and add the
  platform-specific repo variants

revert the filters to test

adding jd check and filter

regex matches relative path
Saumya-R added a commit to qorix-group/reference_integration that referenced this pull request Mar 12, 2026
adding conditional jq

chore: extend codeowners list (eclipse-score#175)

* chore: extend codeowners list

* fix: no commas

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Alexander Lanin <[email protected]>

---------

Signed-off-by: Alexander Lanin <[email protected]>
Co-authored-by: Copilot <[email protected]>

Integrates datarouter  (eclipse-score#178)

* Integrates datarouter

- Deploys datarouetr in linux x86_64 and
qnx_x86_64 image
- Multicast route added to qnx guest in
network_setup_dhcp.sh required for capturing
DLTs.
- dlt_config added for x86_64 and qnx x86_64
targets that includes the vlan_address updated
for dlt_receive to capture untagged ethernet frames
on tap0 interface

* Adds datarouter test_remote_logging integration test

- Adds test_remote_logging integration test that
verifies remote logging of datarouter and
network config. of the linux x86_64 and
qnx qemu image by capturing DLT logs on the host.

Use py_itf_test rule with select support (eclipse-score#177)

- Update score_itf to 44c75de and score_bazel_platforms to b72a5c3 in
  known_good.json and MODULE.bazel overrides
- Add explicit bazel_dep on platforms 1.0.0 (required by new config_settings)
- Merge the two py_itf_test targets (linux_x86_64, qnx_x86_64) in
  feature_integration_tests/itf/BUILD into a single 'itf' target that uses
  config_setting + select() to switch args/data/plugins per platform;
  keep backward-compatible aliases for the old target names
- Upgrade rules_oci from 1.8.0 to 2.2.7; adapt docker images
  to use oci_load (replacing the removed oci_tarball) and add the
  platform-specific repo variants

revert the filters to test

adding jd check and filter

regex matches relative path
Saumya-R added a commit to qorix-group/reference_integration that referenced this pull request Mar 13, 2026
adding conditional jq

chore: extend codeowners list (eclipse-score#175)

* chore: extend codeowners list

* fix: no commas

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Alexander Lanin <[email protected]>

---------

Signed-off-by: Alexander Lanin <[email protected]>
Co-authored-by: Copilot <[email protected]>

Integrates datarouter  (eclipse-score#178)

* Integrates datarouter

- Deploys datarouetr in linux x86_64 and
qnx_x86_64 image
- Multicast route added to qnx guest in
network_setup_dhcp.sh required for capturing
DLTs.
- dlt_config added for x86_64 and qnx x86_64
targets that includes the vlan_address updated
for dlt_receive to capture untagged ethernet frames
on tap0 interface

* Adds datarouter test_remote_logging integration test

- Adds test_remote_logging integration test that
verifies remote logging of datarouter and
network config. of the linux x86_64 and
qnx qemu image by capturing DLT logs on the host.

Use py_itf_test rule with select support (eclipse-score#177)

- Update score_itf to 44c75de and score_bazel_platforms to b72a5c3 in
  known_good.json and MODULE.bazel overrides
- Add explicit bazel_dep on platforms 1.0.0 (required by new config_settings)
- Merge the two py_itf_test targets (linux_x86_64, qnx_x86_64) in
  feature_integration_tests/itf/BUILD into a single 'itf' target that uses
  config_setting + select() to switch args/data/plugins per platform;
  keep backward-compatible aliases for the old target names
- Upgrade rules_oci from 1.8.0 to 2.2.7; adapt docker images
  to use oci_load (replacing the removed oci_tarball) and add the
  platform-specific repo variants

revert the filters to test

adding jd check and filter

regex matches relative path

removing the filter to test

codeql: removing the coding-standard repo

adding conditional jq

chore: extend codeowners list (eclipse-score#175)

* chore: extend codeowners list

* fix: no commas

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Alexander Lanin <[email protected]>

---------

Signed-off-by: Alexander Lanin <[email protected]>
Co-authored-by: Copilot <[email protected]>

Integrates datarouter  (eclipse-score#178)

* Integrates datarouter

- Deploys datarouetr in linux x86_64 and
qnx_x86_64 image
- Multicast route added to qnx guest in
network_setup_dhcp.sh required for capturing
DLTs.
- dlt_config added for x86_64 and qnx x86_64
targets that includes the vlan_address updated
for dlt_receive to capture untagged ethernet frames
on tap0 interface

* Adds datarouter test_remote_logging integration test

- Adds test_remote_logging integration test that
verifies remote logging of datarouter and
network config. of the linux x86_64 and
qnx qemu image by capturing DLT logs on the host.

Use py_itf_test rule with select support (eclipse-score#177)

- Update score_itf to 44c75de and score_bazel_platforms to b72a5c3 in
  known_good.json and MODULE.bazel overrides
- Add explicit bazel_dep on platforms 1.0.0 (required by new config_settings)
- Merge the two py_itf_test targets (linux_x86_64, qnx_x86_64) in
  feature_integration_tests/itf/BUILD into a single 'itf' target that uses
  config_setting + select() to switch args/data/plugins per platform;
  keep backward-compatible aliases for the old target names
- Upgrade rules_oci from 1.8.0 to 2.2.7; adapt docker images
  to use oci_load (replacing the removed oci_tarball) and add the
  platform-specific repo variants

revert the filters to test

adding jd check and filter

regex matches relative path

removing the filter to test

adding the filter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants