Package Summary

Tags No category tags.
Version 0.12.4
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/system_tests.git
VCS Type git
VCS Version humble
Last Updated 2023-11-21
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Test nodes, publishers and subscribers with DDS-Security.

Additional Links

No additional links.

Maintainers

  • Aditya Pande
  • Shane Loretz

Authors

  • Michael Carroll
  • Jacob Perron
  • William Woodall
  • Mikael Arguedas
README
No README found. See repository README.
CHANGELOG

Changelog for package test_security

0.12.4 (2023-11-21)

  • Extract sros_artifacts fixture into a CMake script (#524)
  • Use test fixtures to create SROS artifacts (#524)
  • Contributors: Scott K Logan

0.12.3 (2022-04-05)

0.12.2 (2022-03-28)

0.12.1 (2022-01-13)

0.12.0 (2021-11-18)

  • Updated maintainers (#489)
  • Fix deprecated subscriber callback warnings (#483)
  • Add changelogs (#473)
  • Simplify the test_secure_subscriber code. (#471)
  • Update includes after rcutils/get_env.h deprecation (#472)
  • Contributors: Abrar Rahman Protyasha, Aditya Pande, Chris Lalancette, Christophe Bedard, Ivan Santiago Paunovic

0.11.1 (2021-04-26)

0.11.0 (2021-04-06)

0.10.0 (2021-03-18)

  • Add support for rmw_connextdds. (#463)
  • Update deprecated gtest macros. (#449)
  • Update maintainers. (#450)
  • Run test_security on CycloneDDS as well. (#408)
  • Contributors: Andrea Sorbini, Audrow Nash, Jacob Perron, Mikael Arguedas

0.9.1 (2020-07-06)

  • Remove invalid cert folder to force regeneration of certificates. (#434)
  • Contributors: Mikael Arguedas

0.9.0 (2020-06-04)

  • Disable Connext security tests on Windows. (#433) * Disable Connext security tests on Windows Connext needs a different version of OpenSSL (1.0.2n) than the system version. Disabling these tests until we can figure out how to run them on CI.

    • Use parentheses
  • Re-enable Fast-RTPS security tests. (#415)

  • Make Connext use Connext\'s openssl on all platforms. (#409) * Make connext use Connext\'s openssl on all platforms Ubuntu Focal, Homebrew and chocolatey now provide OpenSSL 1.1.1 RTI Connext 5.3.1 supports only 1.0.2 so we need to modify the library path and the path for connext\'s version of openssl be used when running tests with connext. Use system OpenSSL for other rmw implementations

  • Fix outdated variable name and error on file generation failure. (#412)

    • POLICY_RESULT->GENERATE_ARTIFACTS_RESULT
    • Fail CMake configure if security artifacts fail to be generated
  • Update security environment variables. (#422)

  • Security-context -> enclave. (#414)

  • Disable Fast-RTPS security tests until they work on Focal. (#413) https://github.com/eProsima/Fast-RTPS/issues/1087 is the issue that needs to be resolved.

  • Use keystore root as security root directory, and not contexts folder. (#410)

  • Update test_security tests to use security contexts

  • Remove ready_fn, and one self.proc_info. (#391)

  • Contributors: Chris Lalancette, Ivan Santiago Paunovic, Jacob Perron, Mikael Arguedas, Peter Baughman, Ruffin, Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_security at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.15.3
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/system_tests.git
VCS Type git
VCS Version iron
Last Updated 2024-02-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Test nodes, publishers and subscribers with DDS-Security.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

  • Aditya Pande
  • Jacob Perron
  • Michael Carroll
  • Mikael Arguedas
  • Shane Loretz
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package test_security

0.15.3 (2024-02-07)

  • Extract sros_artifacts fixture into a CMake script (#523)
  • Use test fixtures to create SROS artifacts (#523)
  • Contributors: Scott K Logan

0.15.2 (2023-07-14)

0.15.1 (2023-04-11)

0.15.0 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#509)
  • Contributors: Audrow Nash

0.14.0 (2022-09-13)

0.13.0 (2022-05-04)

0.12.3 (2022-04-05)

0.12.2 (2022-03-28)

0.12.1 (2022-01-13)

0.12.0 (2021-11-18)

  • Updated maintainers (#489)
  • Fix deprecated subscriber callback warnings (#483)
  • Add changelogs (#473)
  • Simplify the test_secure_subscriber code. (#471)
  • Update includes after rcutils/get_env.h deprecation (#472)
  • Contributors: Abrar Rahman Protyasha, Aditya Pande, Chris Lalancette, Christophe Bedard, Ivan Santiago Paunovic

0.11.1 (2021-04-26)

0.11.0 (2021-04-06)

0.10.0 (2021-03-18)

  • Add support for rmw_connextdds. (#463)
  • Update deprecated gtest macros. (#449)
  • Update maintainers. (#450)
  • Run test_security on CycloneDDS as well. (#408)
  • Contributors: Andrea Sorbini, Audrow Nash, Jacob Perron, Mikael Arguedas

0.9.1 (2020-07-06)

  • Remove invalid cert folder to force regeneration of certificates. (#434)
  • Contributors: Mikael Arguedas

0.9.0 (2020-06-04)

  • Disable Connext security tests on Windows. (#433) * Disable Connext security tests on Windows Connext needs a different version of OpenSSL (1.0.2n) than the system version. Disabling these tests until we can figure out how to run them on CI.

    • Use parentheses
  • Re-enable Fast-RTPS security tests. (#415)

  • Make Connext use Connext\'s openssl on all platforms. (#409) * Make connext use Connext\'s openssl on all platforms Ubuntu Focal, Homebrew and chocolatey now provide OpenSSL 1.1.1 RTI Connext 5.3.1 supports only 1.0.2 so we need to modify the library path and the path for connext\'s version of openssl be used when running tests with connext. Use system OpenSSL for other rmw implementations

  • Fix outdated variable name and error on file generation failure. (#412)

    • POLICY_RESULT->GENERATE_ARTIFACTS_RESULT
    • Fail CMake configure if security artifacts fail to be generated
  • Update security environment variables. (#422)

  • Security-context -> enclave. (#414)

  • Disable Fast-RTPS security tests until they work on Focal. (#413) https://github.com/eProsima/Fast-RTPS/issues/1087 is the issue that needs to be resolved.

  • Use keystore root as security root directory, and not contexts folder. (#410)

  • Update test_security tests to use security contexts

  • Remove ready_fn, and one self.proc_info. (#391)

  • Contributors: Chris Lalancette, Ivan Santiago Paunovic, Jacob Perron, Mikael Arguedas, Peter Baughman, Ruffin, Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_security at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.20.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/system_tests.git
VCS Type git
VCS Version rolling
Last Updated 2024-04-16
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Test nodes, publishers and subscribers with DDS-Security.

Additional Links

No additional links.

Maintainers

  • Brandon Ong

Authors

  • Aditya Pande
  • Jacob Perron
  • Michael Carroll
  • Mikael Arguedas
  • Shane Loretz
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package test_security

0.20.2 (2024-04-16)

0.20.1 (2024-03-27)

0.20.0 (2023-12-26)

  • Update to C++17 (#528)
  • Switch to target_link_libraries everywhere. (#532)
  • Contributors: Chris Lalancette

0.19.0 (2023-10-04)

0.18.0 (2023-09-07)

  • Adjust for new rclcpp::Rate API (#516)
  • Contributors: Alexey Merzlyakov

0.17.1 (2023-08-21)

  • Extract sros_artifacts fixture into a CMake script (#525)
  • Use test fixtures to create SROS artifacts (#522)
  • Contributors: Scott K Logan

0.17.0 (2023-07-11)

0.16.1 (2023-05-11)

0.16.0 (2023-04-28)

0.15.1 (2023-04-11)

0.15.0 (2023-02-13)

  • [rolling] Update maintainers - 2022-11-07 (#509)
  • Contributors: Audrow Nash

0.14.0 (2022-09-13)

0.13.0 (2022-05-04)

0.12.3 (2022-04-05)

0.12.2 (2022-03-28)

0.12.1 (2022-01-13)

0.12.0 (2021-11-18)

  • Updated maintainers (#489)
  • Fix deprecated subscriber callback warnings (#483)
  • Add changelogs (#473)
  • Simplify the test_secure_subscriber code. (#471)
  • Update includes after rcutils/get_env.h deprecation (#472)
  • Contributors: Abrar Rahman Protyasha, Aditya Pande, Chris Lalancette, Christophe Bedard, Ivan Santiago Paunovic

0.11.1 (2021-04-26)

0.11.0 (2021-04-06)

0.10.0 (2021-03-18)

  • Add support for rmw_connextdds. (#463)
  • Update deprecated gtest macros. (#449)
  • Update maintainers. (#450)
  • Run test_security on CycloneDDS as well. (#408)
  • Contributors: Andrea Sorbini, Audrow Nash, Jacob Perron, Mikael Arguedas

0.9.1 (2020-07-06)

  • Remove invalid cert folder to force regeneration of certificates. (#434)
  • Contributors: Mikael Arguedas

0.9.0 (2020-06-04)

  • Disable Connext security tests on Windows. (#433) * Disable Connext security tests on Windows Connext needs a different version of OpenSSL (1.0.2n) than the system version. Disabling these tests until we can figure out how to run them on CI.

    • Use parentheses
  • Re-enable Fast-RTPS security tests. (#415)

  • Make Connext use Connext\'s openssl on all platforms. (#409) * Make connext use Connext\'s openssl on all platforms Ubuntu Focal, Homebrew and chocolatey now provide OpenSSL 1.1.1 RTI Connext 5.3.1 supports only 1.0.2 so we need to modify the library path and the path for connext\'s version of openssl be used when running tests with connext. Use system OpenSSL for other rmw implementations

  • Fix outdated variable name and error on file generation failure. (#412)

    • POLICY_RESULT->GENERATE_ARTIFACTS_RESULT
    • Fail CMake configure if security artifacts fail to be generated
  • Update security environment variables. (#422)

  • Security-context -> enclave. (#414)

  • Disable Fast-RTPS security tests until they work on Focal. (#413) https://github.com/eProsima/Fast-RTPS/issues/1087 is the issue that needs to be resolved.

  • Use keystore root as security root directory, and not contexts folder. (#410)

  • Update test_security tests to use security contexts

  • Remove ready_fn, and one self.proc_info. (#391)

  • Contributors: Chris Lalancette, Ivan Santiago Paunovic, Jacob Perron, Mikael Arguedas, Peter Baughman, Ruffin, Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_security at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.11.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/system_tests.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-07
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Test nodes, publishers and subscribers with DDS-Security.

Additional Links

No additional links.

Maintainers

  • Jacob Perron
  • William Woodall

Authors

  • Michael Carroll
  • Mikael Arguedas
README
No README found. See repository README.
CHANGELOG

Changelog for package test_security

0.11.2 (2022-12-06)

  • Simplify the test_secure_subscriber code. (#475)
  • Add changelogs (#474)
  • Contributors: Chris Lalancette, Ivan Santiago Paunovic

0.11.1 (2021-04-26)

0.11.0 (2021-04-06)

0.10.0 (2021-03-18)

  • Add support for rmw_connextdds. (#463)
  • Update deprecated gtest macros. (#449)
  • Update maintainers. (#450)
  • Run test_security on CycloneDDS as well. (#408)
  • Contributors: Andrea Sorbini, Audrow Nash, Jacob Perron, Mikael Arguedas

0.9.1 (2020-07-06)

  • Remove invalid cert folder to force regeneration of certificates. (#434)
  • Contributors: Mikael Arguedas

0.9.0 (2020-06-04)

  • Disable Connext security tests on Windows. (#433) * Disable Connext security tests on Windows Connext needs a different version of OpenSSL (1.0.2n) than the system version. Disabling these tests until we can figure out how to run them on CI.

    • Use parentheses
  • Re-enable Fast-RTPS security tests. (#415)

  • Make Connext use Connext\'s openssl on all platforms. (#409) * Make connext use Connext\'s openssl on all platforms Ubuntu Focal, Homebrew and chocolatey now provide OpenSSL 1.1.1 RTI Connext 5.3.1 supports only 1.0.2 so we need to modify the library path and the path for connext\'s version of openssl be used when running tests with connext. Use system OpenSSL for other rmw implementations

  • Fix outdated variable name and error on file generation failure. (#412)

    • POLICY_RESULT->GENERATE_ARTIFACTS_RESULT
    • Fail CMake configure if security artifacts fail to be generated
  • Update security environment variables. (#422)

  • Security-context -> enclave. (#414)

  • Disable Fast-RTPS security tests until they work on Focal. (#413) https://github.com/eProsima/Fast-RTPS/issues/1087 is the issue that needs to be resolved.

  • Use keystore root as security root directory, and not contexts folder. (#410)

  • Update test_security tests to use security contexts

  • Remove ready_fn, and one self.proc_info. (#391)

  • Contributors: Chris Lalancette, Ivan Santiago Paunovic, Jacob Perron, Mikael Arguedas, Peter Baughman, Ruffin, Steven! Ragnar

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_security at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.9.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/system_tests.git
VCS Type git
VCS Version foxy
Last Updated 2022-01-31
Dev Status DEVELOPED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Test nodes, publishers and subscribers with DDS-Security.

Additional Links

No additional links.

Maintainers

  • Michael Carroll

Authors

  • Mikael Arguedas
README
No README found. See repository README.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_security at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.