test_security package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
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
Additional Links
Maintainers
- Aditya Pande
- Shane Loretz
Authors
- Michael Carroll
- Jacob Perron
- William Woodall
- Mikael Arguedas
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ök
0.8.0 (2019-11-20)
- 0.8.0
- [test_security] Generate security artifacts using sros2.
(#380)
- Remove publisher and subscriber security artifacts
- Use sros2 to generated security artifacts
- Print info message to stdout
- Generate publisher_missing_key as well
- Generate publisher_invalid_cert
- Restore environment between tests
- Give test more explainatory names
- Reenable xmllint now that no DDS xml files are hosted in the sources
- Valid_node_names_list -> node_name_list
- Use new message name. (#379)
- Contributors: Michael Carroll, Mikael Arguedas
0.7.1 (2019-05-29)
0.7.0 (2019-05-20)
- Handle launch_testing assertExitCodes correctly. (#367)
- Changes to avoid deprecated API's.
(#361)
- Changes to avoid deprecated API's
- Review comments
- Corrected publish calls with shared_ptr signature.
(#348)
- Corrected publish calls with shared_ptr signature
- Updated with PR comments
- Correct linter failure
- Use new interface definitions.
(#350)
- Replace Primitives with BasicTypes
- Replace StaticArrayPrimitives with Arrays
- Replace BoundedArrayPrimitives with BoundedSequences
- Replace DynamicArrayPrimitives with UnboundedSequences
- Replace nested sequence and array message types with MultiNested
- Update FieldsWithSameType.msg
- Update test_message_serialization.cpp
- Fix compile issues
- Add tests for Constants.msg and Defaults.msg
- Update expected buffer length for serialized message
- Add test for Strings.msg for C
- Cleanup
- Update test_security package to use new interface definitions
* Use BasicTypes for checking message serialization size It seems that BoundedSequences does not have a consistent size between tests.
- Migrate launch tests to new launch_testing features & API.
(#340)
- Update after launch_testing features becoming legacy.
- Migrate test_rclcpp tests to new launch_testing API.
- Migrate test_communication tests to new launch_testing API.
- Migrate test_security tests to new launch_testing API.
- Migrate test_cli_remapping tests to new launch_testing API.
- Stop using injected attributes in launch tests.
- Bump test_rclcpp tests timeout to please CI.
- Fix PATH in test_security tests.
- Bump test_security tests timeout to please CI.
- Address peer review comments.
- Please flake8 on test_cli_remapping.
- Add launch along with launch_testing as test dependencies. (#334)
- Drops legacy launch API usage.
(#328)
- Drops legacy launch API usage.
- Fixes style issues.
- Drops more legacy launch API use cases.
- Adds launch_testing as test_security dependency.
- Applies misc fixes after Windows triaging.
- Applies more fixes after Windows triaging.
- Disables test_rclcpp cross vendor tests on Windows.
- Contributors: Jacob Perron, Michel Hidalgo, William Woodall, ivanpauno
0.6.0 (2018-12-14)
- Refactor to support init options and context.
(#313)
- Refactor to support init options and context
- Fix security tests
- Pass context to timer api
- Avoid custom main just for init/shutdown
- Avoid terminate in ~thread on exceptions
- Update expected output
- Add missing fini in test fixture
- Fixup pub/sub test fixture
- Update package maintainer. (#309)
- Adjusting namespace for security tests. (#308)
- Use new error handling API from rcutils.
(#306)
- Use new error handling API from rcutils
- Fix some more cases where the new error handling API is used
- Merge pull request #303 from ros2/hidmic/namespace-messages-with-subfolder Handles msg files with the same name in different subfolders
- Handles msg files with the same name in different subfolders.
- Separating identity and permission CAs. (#298)
- Regenerate security artifacts. (#289)
- Match rmw_fastrtps_dynamic_cpp / rmw_connext_dynamic_cpp. (#288)
- Disable xmllint correctly. (#287)
- Disable xmllint for now. (#287)
- Comment out currently unused rclpy dependency. (#280)
- Migrate launch -> launch.legacy. (#273)
- Place RTI OpenSSL on the (LD_LIBRARY_)PATH on Linux.
(#263)
- Use RTI_OPENSSL env vars for tests
- Pass PATH to tests directly
- Remove dead code and add comments
- Read env once and modify env var in a platform agnostic way
- Use TO_CMAKE_PATH
* Modify path only for Linux for now just pass unchanged PATH on other platforms Modify PATH only if connext is being tested modify path for all connext tests (not sure why it worked before)
- TEST_PATH_WITH_RTI_BIN -> TEST_PATH
- Sslv3 certificates with CA:false extension. (#265)
- New security files including governance fix. (#264) provide wide domain id range to work on all ci machines
- [test_communication] Unique namespaces.
(#256)
- Add namespace to pubsub tests
- Add namespace to service tests
- Uncrustify
- Use UTC time rather than datetime
- Single quotes
- Make arguments mandatory like in C++
- Contributors: Alexis Pojomovsky, Dirk Thomas, Michael Carroll, Michel Hidalgo, Mikael Arguedas, Ruffin, William Woodall
0.4.0 (2017-12-08)
- Update for rclcpp namespace removals.
(#255)
- Remove subscription:: namespace
- Remove client:: namespace
- Remove service:: namespace
- Remove parameter_client:: namespace
- Remove parameter_service:: namespace
- Remove timer:: namespace
- Remove node:: namespace
- Remove event:: namespace
- Remove utilities:: namespace
- Merge pull request #252 from ros2/check_if_test_exists_before_adding_properties check if test exists before adding properties
- Check if test exists before adding properties
- Cmake 3.10 compatibility: pass absolute path to file(GENERATE) function. (#251)
- Add comment for DYLD_LIBRARY_PATH and connext
- Use brew to find openssl library path and add it to the library dirs. (#250)
- Find gtest before macro invocation so that its not find during each macro invocation. (#246)
- Merge pull request #245 from ros2/ament_cmake_pytest use ament_cmake_pytest instead of ament_cmake_nose
- Use ament_cmake_pytest instead of ament_cmake_nose
- Add namespace to avoid crosstalk in security 'no connection'
tests. (#243)
- Add namespace for security tests so 'no connection' tests don't have crosstalk
- Rename namespace var
- Restore bigobj.
(#241)
- [test_communication] restore bigobj
- [test_security] restore bigobj
- Make it explicit that bigobj is needed only in debug mode
- Replaces "std::cout<<" with "printf".
(#240)
- [test_communication]replace uses of iostream
- [test_rclcpp] remove use of std::cout except flushing
- Missed some
- We use float duration not double
- Remove now unused include
- Merge pull request #230 from ros2/test_connext_secure Test connext secure
- Update security files with domain id wildcards move all the testing logic within the if SECURITY bloc print unexpected exception hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated Revert "hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated" This reverts commit 3349510fc5bf6a0349c99d88b632eada827c3564. leave more time to nodes to shut down cleanup cmake and reduce test timeout test if bigobj is actually needed duh increase all timeouts don't use iostreams
- Move security tests in different package generate new security files with latest sros2 generation script
- Contributors: Dirk Thomas, Mikael Arguedas, dhood
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_security at Robotics Stack Exchange
test_security package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
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
Additional Links
Maintainers
- Brandon Ong
Authors
- Aditya Pande
- Jacob Perron
- Michael Carroll
- Mikael Arguedas
- Shane Loretz
- William Woodall
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ök
0.8.0 (2019-11-20)
- 0.8.0
- [test_security] Generate security artifacts using sros2.
(#380)
- Remove publisher and subscriber security artifacts
- Use sros2 to generated security artifacts
- Print info message to stdout
- Generate publisher_missing_key as well
- Generate publisher_invalid_cert
- Restore environment between tests
- Give test more explainatory names
- Reenable xmllint now that no DDS xml files are hosted in the sources
- Valid_node_names_list -> node_name_list
- Use new message name. (#379)
- Contributors: Michael Carroll, Mikael Arguedas
0.7.1 (2019-05-29)
0.7.0 (2019-05-20)
- Handle launch_testing assertExitCodes correctly. (#367)
- Changes to avoid deprecated API's.
(#361)
- Changes to avoid deprecated API's
- Review comments
- Corrected publish calls with shared_ptr signature.
(#348)
- Corrected publish calls with shared_ptr signature
- Updated with PR comments
- Correct linter failure
- Use new interface definitions.
(#350)
- Replace Primitives with BasicTypes
- Replace StaticArrayPrimitives with Arrays
- Replace BoundedArrayPrimitives with BoundedSequences
- Replace DynamicArrayPrimitives with UnboundedSequences
- Replace nested sequence and array message types with MultiNested
- Update FieldsWithSameType.msg
- Update test_message_serialization.cpp
- Fix compile issues
- Add tests for Constants.msg and Defaults.msg
- Update expected buffer length for serialized message
- Add test for Strings.msg for C
- Cleanup
- Update test_security package to use new interface definitions
* Use BasicTypes for checking message serialization size It seems that BoundedSequences does not have a consistent size between tests.
- Migrate launch tests to new launch_testing features & API.
(#340)
- Update after launch_testing features becoming legacy.
- Migrate test_rclcpp tests to new launch_testing API.
- Migrate test_communication tests to new launch_testing API.
- Migrate test_security tests to new launch_testing API.
- Migrate test_cli_remapping tests to new launch_testing API.
- Stop using injected attributes in launch tests.
- Bump test_rclcpp tests timeout to please CI.
- Fix PATH in test_security tests.
- Bump test_security tests timeout to please CI.
- Address peer review comments.
- Please flake8 on test_cli_remapping.
- Add launch along with launch_testing as test dependencies. (#334)
- Drops legacy launch API usage.
(#328)
- Drops legacy launch API usage.
- Fixes style issues.
- Drops more legacy launch API use cases.
- Adds launch_testing as test_security dependency.
- Applies misc fixes after Windows triaging.
- Applies more fixes after Windows triaging.
- Disables test_rclcpp cross vendor tests on Windows.
- Contributors: Jacob Perron, Michel Hidalgo, William Woodall, ivanpauno
0.6.0 (2018-12-14)
- Refactor to support init options and context.
(#313)
- Refactor to support init options and context
- Fix security tests
- Pass context to timer api
- Avoid custom main just for init/shutdown
- Avoid terminate in ~thread on exceptions
- Update expected output
- Add missing fini in test fixture
- Fixup pub/sub test fixture
- Update package maintainer. (#309)
- Adjusting namespace for security tests. (#308)
- Use new error handling API from rcutils.
(#306)
- Use new error handling API from rcutils
- Fix some more cases where the new error handling API is used
- Merge pull request #303 from ros2/hidmic/namespace-messages-with-subfolder Handles msg files with the same name in different subfolders
- Handles msg files with the same name in different subfolders.
- Separating identity and permission CAs. (#298)
- Regenerate security artifacts. (#289)
- Match rmw_fastrtps_dynamic_cpp / rmw_connext_dynamic_cpp. (#288)
- Disable xmllint correctly. (#287)
- Disable xmllint for now. (#287)
- Comment out currently unused rclpy dependency. (#280)
- Migrate launch -> launch.legacy. (#273)
- Place RTI OpenSSL on the (LD_LIBRARY_)PATH on Linux.
(#263)
- Use RTI_OPENSSL env vars for tests
- Pass PATH to tests directly
- Remove dead code and add comments
- Read env once and modify env var in a platform agnostic way
- Use TO_CMAKE_PATH
* Modify path only for Linux for now just pass unchanged PATH on other platforms Modify PATH only if connext is being tested modify path for all connext tests (not sure why it worked before)
- TEST_PATH_WITH_RTI_BIN -> TEST_PATH
- Sslv3 certificates with CA:false extension. (#265)
- New security files including governance fix. (#264) provide wide domain id range to work on all ci machines
- [test_communication] Unique namespaces.
(#256)
- Add namespace to pubsub tests
- Add namespace to service tests
- Uncrustify
- Use UTC time rather than datetime
- Single quotes
- Make arguments mandatory like in C++
- Contributors: Alexis Pojomovsky, Dirk Thomas, Michael Carroll, Michel Hidalgo, Mikael Arguedas, Ruffin, William Woodall
0.4.0 (2017-12-08)
- Update for rclcpp namespace removals.
(#255)
- Remove subscription:: namespace
- Remove client:: namespace
- Remove service:: namespace
- Remove parameter_client:: namespace
- Remove parameter_service:: namespace
- Remove timer:: namespace
- Remove node:: namespace
- Remove event:: namespace
- Remove utilities:: namespace
- Merge pull request #252 from ros2/check_if_test_exists_before_adding_properties check if test exists before adding properties
- Check if test exists before adding properties
- Cmake 3.10 compatibility: pass absolute path to file(GENERATE) function. (#251)
- Add comment for DYLD_LIBRARY_PATH and connext
- Use brew to find openssl library path and add it to the library dirs. (#250)
- Find gtest before macro invocation so that its not find during each macro invocation. (#246)
- Merge pull request #245 from ros2/ament_cmake_pytest use ament_cmake_pytest instead of ament_cmake_nose
- Use ament_cmake_pytest instead of ament_cmake_nose
- Add namespace to avoid crosstalk in security 'no connection'
tests. (#243)
- Add namespace for security tests so 'no connection' tests don't have crosstalk
- Rename namespace var
- Restore bigobj.
(#241)
- [test_communication] restore bigobj
- [test_security] restore bigobj
- Make it explicit that bigobj is needed only in debug mode
- Replaces "std::cout<<" with "printf".
(#240)
- [test_communication]replace uses of iostream
- [test_rclcpp] remove use of std::cout except flushing
- Missed some
- We use float duration not double
- Remove now unused include
- Merge pull request #230 from ros2/test_connext_secure Test connext secure
- Update security files with domain id wildcards move all the testing logic within the if SECURITY bloc print unexpected exception hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated Revert "hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated" This reverts commit 3349510fc5bf6a0349c99d88b632eada827c3564. leave more time to nodes to shut down cleanup cmake and reduce test timeout test if bigobj is actually needed duh increase all timeouts don't use iostreams
- Move security tests in different package generate new security files with latest sros2 generation script
- Contributors: Dirk Thomas, Mikael Arguedas, dhood
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_security at Robotics Stack Exchange
test_security package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
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 | jazzy |
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
Additional Links
Maintainers
- Brandon Ong
Authors
- Aditya Pande
- Jacob Perron
- Michael Carroll
- Mikael Arguedas
- Shane Loretz
- William Woodall
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ök
0.8.0 (2019-11-20)
- 0.8.0
- [test_security] Generate security artifacts using sros2.
(#380)
- Remove publisher and subscriber security artifacts
- Use sros2 to generated security artifacts
- Print info message to stdout
- Generate publisher_missing_key as well
- Generate publisher_invalid_cert
- Restore environment between tests
- Give test more explainatory names
- Reenable xmllint now that no DDS xml files are hosted in the sources
- Valid_node_names_list -> node_name_list
- Use new message name. (#379)
- Contributors: Michael Carroll, Mikael Arguedas
0.7.1 (2019-05-29)
0.7.0 (2019-05-20)
- Handle launch_testing assertExitCodes correctly. (#367)
- Changes to avoid deprecated API's.
(#361)
- Changes to avoid deprecated API's
- Review comments
- Corrected publish calls with shared_ptr signature.
(#348)
- Corrected publish calls with shared_ptr signature
- Updated with PR comments
- Correct linter failure
- Use new interface definitions.
(#350)
- Replace Primitives with BasicTypes
- Replace StaticArrayPrimitives with Arrays
- Replace BoundedArrayPrimitives with BoundedSequences
- Replace DynamicArrayPrimitives with UnboundedSequences
- Replace nested sequence and array message types with MultiNested
- Update FieldsWithSameType.msg
- Update test_message_serialization.cpp
- Fix compile issues
- Add tests for Constants.msg and Defaults.msg
- Update expected buffer length for serialized message
- Add test for Strings.msg for C
- Cleanup
- Update test_security package to use new interface definitions
* Use BasicTypes for checking message serialization size It seems that BoundedSequences does not have a consistent size between tests.
- Migrate launch tests to new launch_testing features & API.
(#340)
- Update after launch_testing features becoming legacy.
- Migrate test_rclcpp tests to new launch_testing API.
- Migrate test_communication tests to new launch_testing API.
- Migrate test_security tests to new launch_testing API.
- Migrate test_cli_remapping tests to new launch_testing API.
- Stop using injected attributes in launch tests.
- Bump test_rclcpp tests timeout to please CI.
- Fix PATH in test_security tests.
- Bump test_security tests timeout to please CI.
- Address peer review comments.
- Please flake8 on test_cli_remapping.
- Add launch along with launch_testing as test dependencies. (#334)
- Drops legacy launch API usage.
(#328)
- Drops legacy launch API usage.
- Fixes style issues.
- Drops more legacy launch API use cases.
- Adds launch_testing as test_security dependency.
- Applies misc fixes after Windows triaging.
- Applies more fixes after Windows triaging.
- Disables test_rclcpp cross vendor tests on Windows.
- Contributors: Jacob Perron, Michel Hidalgo, William Woodall, ivanpauno
0.6.0 (2018-12-14)
- Refactor to support init options and context.
(#313)
- Refactor to support init options and context
- Fix security tests
- Pass context to timer api
- Avoid custom main just for init/shutdown
- Avoid terminate in ~thread on exceptions
- Update expected output
- Add missing fini in test fixture
- Fixup pub/sub test fixture
- Update package maintainer. (#309)
- Adjusting namespace for security tests. (#308)
- Use new error handling API from rcutils.
(#306)
- Use new error handling API from rcutils
- Fix some more cases where the new error handling API is used
- Merge pull request #303 from ros2/hidmic/namespace-messages-with-subfolder Handles msg files with the same name in different subfolders
- Handles msg files with the same name in different subfolders.
- Separating identity and permission CAs. (#298)
- Regenerate security artifacts. (#289)
- Match rmw_fastrtps_dynamic_cpp / rmw_connext_dynamic_cpp. (#288)
- Disable xmllint correctly. (#287)
- Disable xmllint for now. (#287)
- Comment out currently unused rclpy dependency. (#280)
- Migrate launch -> launch.legacy. (#273)
- Place RTI OpenSSL on the (LD_LIBRARY_)PATH on Linux.
(#263)
- Use RTI_OPENSSL env vars for tests
- Pass PATH to tests directly
- Remove dead code and add comments
- Read env once and modify env var in a platform agnostic way
- Use TO_CMAKE_PATH
* Modify path only for Linux for now just pass unchanged PATH on other platforms Modify PATH only if connext is being tested modify path for all connext tests (not sure why it worked before)
- TEST_PATH_WITH_RTI_BIN -> TEST_PATH
- Sslv3 certificates with CA:false extension. (#265)
- New security files including governance fix. (#264) provide wide domain id range to work on all ci machines
- [test_communication] Unique namespaces.
(#256)
- Add namespace to pubsub tests
- Add namespace to service tests
- Uncrustify
- Use UTC time rather than datetime
- Single quotes
- Make arguments mandatory like in C++
- Contributors: Alexis Pojomovsky, Dirk Thomas, Michael Carroll, Michel Hidalgo, Mikael Arguedas, Ruffin, William Woodall
0.4.0 (2017-12-08)
- Update for rclcpp namespace removals.
(#255)
- Remove subscription:: namespace
- Remove client:: namespace
- Remove service:: namespace
- Remove parameter_client:: namespace
- Remove parameter_service:: namespace
- Remove timer:: namespace
- Remove node:: namespace
- Remove event:: namespace
- Remove utilities:: namespace
- Merge pull request #252 from ros2/check_if_test_exists_before_adding_properties check if test exists before adding properties
- Check if test exists before adding properties
- Cmake 3.10 compatibility: pass absolute path to file(GENERATE) function. (#251)
- Add comment for DYLD_LIBRARY_PATH and connext
- Use brew to find openssl library path and add it to the library dirs. (#250)
- Find gtest before macro invocation so that its not find during each macro invocation. (#246)
- Merge pull request #245 from ros2/ament_cmake_pytest use ament_cmake_pytest instead of ament_cmake_nose
- Use ament_cmake_pytest instead of ament_cmake_nose
- Add namespace to avoid crosstalk in security 'no connection'
tests. (#243)
- Add namespace for security tests so 'no connection' tests don't have crosstalk
- Rename namespace var
- Restore bigobj.
(#241)
- [test_communication] restore bigobj
- [test_security] restore bigobj
- Make it explicit that bigobj is needed only in debug mode
- Replaces "std::cout<<" with "printf".
(#240)
- [test_communication]replace uses of iostream
- [test_rclcpp] remove use of std::cout except flushing
- Missed some
- We use float duration not double
- Remove now unused include
- Merge pull request #230 from ros2/test_connext_secure Test connext secure
- Update security files with domain id wildcards move all the testing logic within the if SECURITY bloc print unexpected exception hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated Revert "hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated" This reverts commit 3349510fc5bf6a0349c99d88b632eada827c3564. leave more time to nodes to shut down cleanup cmake and reduce test timeout test if bigobj is actually needed duh increase all timeouts don't use iostreams
- Move security tests in different package generate new security files with latest sros2 generation script
- Contributors: Dirk Thomas, Mikael Arguedas, dhood
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_security at Robotics Stack Exchange
test_security package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
Package Summary
Tags | No category tags. |
Version | 0.22.0 |
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-10-03 |
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
Additional Links
Maintainers
- Brandon Ong
Authors
- Aditya Pande
- Jacob Perron
- Michael Carroll
- Mikael Arguedas
- Shane Loretz
- William Woodall
Changelog for package test_security
0.22.0 (2024-10-03)
0.21.1 (2024-07-09)
0.21.0 (2024-04-29)
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ök
0.8.0 (2019-11-20)
- 0.8.0
- [test_security] Generate security artifacts using sros2.
(#380)
- Remove publisher and subscriber security artifacts
- Use sros2 to generated security artifacts
- Print info message to stdout
- Generate publisher_missing_key as well
- Generate publisher_invalid_cert
- Restore environment between tests
- Give test more explainatory names
- Reenable xmllint now that no DDS xml files are hosted in the sources
- Valid_node_names_list -> node_name_list
- Use new message name. (#379)
- Contributors: Michael Carroll, Mikael Arguedas
0.7.1 (2019-05-29)
0.7.0 (2019-05-20)
- Handle launch_testing assertExitCodes correctly. (#367)
- Changes to avoid deprecated API's.
(#361)
- Changes to avoid deprecated API's
- Review comments
- Corrected publish calls with shared_ptr signature.
(#348)
- Corrected publish calls with shared_ptr signature
- Updated with PR comments
- Correct linter failure
- Use new interface definitions.
(#350)
- Replace Primitives with BasicTypes
- Replace StaticArrayPrimitives with Arrays
- Replace BoundedArrayPrimitives with BoundedSequences
- Replace DynamicArrayPrimitives with UnboundedSequences
- Replace nested sequence and array message types with MultiNested
- Update FieldsWithSameType.msg
- Update test_message_serialization.cpp
- Fix compile issues
- Add tests for Constants.msg and Defaults.msg
- Update expected buffer length for serialized message
- Add test for Strings.msg for C
- Cleanup
- Update test_security package to use new interface definitions
* Use BasicTypes for checking message serialization size It seems that BoundedSequences does not have a consistent size between tests.
- Migrate launch tests to new launch_testing features & API.
(#340)
- Update after launch_testing features becoming legacy.
- Migrate test_rclcpp tests to new launch_testing API.
- Migrate test_communication tests to new launch_testing API.
- Migrate test_security tests to new launch_testing API.
- Migrate test_cli_remapping tests to new launch_testing API.
- Stop using injected attributes in launch tests.
- Bump test_rclcpp tests timeout to please CI.
- Fix PATH in test_security tests.
- Bump test_security tests timeout to please CI.
- Address peer review comments.
- Please flake8 on test_cli_remapping.
- Add launch along with launch_testing as test dependencies. (#334)
- Drops legacy launch API usage.
(#328)
- Drops legacy launch API usage.
- Fixes style issues.
- Drops more legacy launch API use cases.
- Adds launch_testing as test_security dependency.
- Applies misc fixes after Windows triaging.
- Applies more fixes after Windows triaging.
- Disables test_rclcpp cross vendor tests on Windows.
- Contributors: Jacob Perron, Michel Hidalgo, William Woodall, ivanpauno
0.6.0 (2018-12-14)
- Refactor to support init options and context.
(#313)
- Refactor to support init options and context
- Fix security tests
- Pass context to timer api
- Avoid custom main just for init/shutdown
- Avoid terminate in ~thread on exceptions
- Update expected output
- Add missing fini in test fixture
- Fixup pub/sub test fixture
- Update package maintainer. (#309)
- Adjusting namespace for security tests. (#308)
- Use new error handling API from rcutils.
(#306)
- Use new error handling API from rcutils
- Fix some more cases where the new error handling API is used
- Merge pull request #303 from ros2/hidmic/namespace-messages-with-subfolder Handles msg files with the same name in different subfolders
- Handles msg files with the same name in different subfolders.
- Separating identity and permission CAs. (#298)
- Regenerate security artifacts. (#289)
- Match rmw_fastrtps_dynamic_cpp / rmw_connext_dynamic_cpp. (#288)
- Disable xmllint correctly. (#287)
- Disable xmllint for now. (#287)
- Comment out currently unused rclpy dependency. (#280)
- Migrate launch -> launch.legacy. (#273)
- Place RTI OpenSSL on the (LD_LIBRARY_)PATH on Linux.
(#263)
- Use RTI_OPENSSL env vars for tests
- Pass PATH to tests directly
- Remove dead code and add comments
- Read env once and modify env var in a platform agnostic way
- Use TO_CMAKE_PATH
* Modify path only for Linux for now just pass unchanged PATH on other platforms Modify PATH only if connext is being tested modify path for all connext tests (not sure why it worked before)
- TEST_PATH_WITH_RTI_BIN -> TEST_PATH
- Sslv3 certificates with CA:false extension. (#265)
- New security files including governance fix. (#264) provide wide domain id range to work on all ci machines
- [test_communication] Unique namespaces.
(#256)
- Add namespace to pubsub tests
- Add namespace to service tests
- Uncrustify
- Use UTC time rather than datetime
- Single quotes
- Make arguments mandatory like in C++
- Contributors: Alexis Pojomovsky, Dirk Thomas, Michael Carroll, Michel Hidalgo, Mikael Arguedas, Ruffin, William Woodall
0.4.0 (2017-12-08)
- Update for rclcpp namespace removals.
(#255)
- Remove subscription:: namespace
- Remove client:: namespace
- Remove service:: namespace
- Remove parameter_client:: namespace
- Remove parameter_service:: namespace
- Remove timer:: namespace
- Remove node:: namespace
- Remove event:: namespace
- Remove utilities:: namespace
- Merge pull request #252 from ros2/check_if_test_exists_before_adding_properties check if test exists before adding properties
- Check if test exists before adding properties
- Cmake 3.10 compatibility: pass absolute path to file(GENERATE) function. (#251)
- Add comment for DYLD_LIBRARY_PATH and connext
- Use brew to find openssl library path and add it to the library dirs. (#250)
- Find gtest before macro invocation so that its not find during each macro invocation. (#246)
- Merge pull request #245 from ros2/ament_cmake_pytest use ament_cmake_pytest instead of ament_cmake_nose
- Use ament_cmake_pytest instead of ament_cmake_nose
- Add namespace to avoid crosstalk in security 'no connection'
tests. (#243)
- Add namespace for security tests so 'no connection' tests don't have crosstalk
- Rename namespace var
- Restore bigobj.
(#241)
- [test_communication] restore bigobj
- [test_security] restore bigobj
- Make it explicit that bigobj is needed only in debug mode
- Replaces "std::cout<<" with "printf".
(#240)
- [test_communication]replace uses of iostream
- [test_rclcpp] remove use of std::cout except flushing
- Missed some
- We use float duration not double
- Remove now unused include
- Merge pull request #230 from ros2/test_connext_secure Test connext secure
- Update security files with domain id wildcards move all the testing logic within the if SECURITY bloc print unexpected exception hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated Revert "hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated" This reverts commit 3349510fc5bf6a0349c99d88b632eada827c3564. leave more time to nodes to shut down cleanup cmake and reduce test timeout test if bigobj is actually needed duh increase all timeouts don't use iostreams
- Move security tests in different package generate new security files with latest sros2 generation script
- Contributors: Dirk Thomas, Mikael Arguedas, dhood
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_security at Robotics Stack Exchange
test_security package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
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
Additional Links
Maintainers
- Jacob Perron
- William Woodall
Authors
- Michael Carroll
- Mikael Arguedas
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ök
0.8.0 (2019-11-20)
- 0.8.0
- [test_security] Generate security artifacts using sros2.
(#380)
- Remove publisher and subscriber security artifacts
- Use sros2 to generated security artifacts
- Print info message to stdout
- Generate publisher_missing_key as well
- Generate publisher_invalid_cert
- Restore environment between tests
- Give test more explainatory names
- Reenable xmllint now that no DDS xml files are hosted in the sources
- Valid_node_names_list -> node_name_list
- Use new message name. (#379)
- Contributors: Michael Carroll, Mikael Arguedas
0.7.1 (2019-05-29)
0.7.0 (2019-05-20)
- Handle launch_testing assertExitCodes correctly. (#367)
- Changes to avoid deprecated API's.
(#361)
- Changes to avoid deprecated API's
- Review comments
- Corrected publish calls with shared_ptr signature.
(#348)
- Corrected publish calls with shared_ptr signature
- Updated with PR comments
- Correct linter failure
- Use new interface definitions.
(#350)
- Replace Primitives with BasicTypes
- Replace StaticArrayPrimitives with Arrays
- Replace BoundedArrayPrimitives with BoundedSequences
- Replace DynamicArrayPrimitives with UnboundedSequences
- Replace nested sequence and array message types with MultiNested
- Update FieldsWithSameType.msg
- Update test_message_serialization.cpp
- Fix compile issues
- Add tests for Constants.msg and Defaults.msg
- Update expected buffer length for serialized message
- Add test for Strings.msg for C
- Cleanup
- Update test_security package to use new interface definitions
* Use BasicTypes for checking message serialization size It seems that BoundedSequences does not have a consistent size between tests.
- Migrate launch tests to new launch_testing features & API.
(#340)
- Update after launch_testing features becoming legacy.
- Migrate test_rclcpp tests to new launch_testing API.
- Migrate test_communication tests to new launch_testing API.
- Migrate test_security tests to new launch_testing API.
- Migrate test_cli_remapping tests to new launch_testing API.
- Stop using injected attributes in launch tests.
- Bump test_rclcpp tests timeout to please CI.
- Fix PATH in test_security tests.
- Bump test_security tests timeout to please CI.
- Address peer review comments.
- Please flake8 on test_cli_remapping.
- Add launch along with launch_testing as test dependencies. (#334)
- Drops legacy launch API usage.
(#328)
- Drops legacy launch API usage.
- Fixes style issues.
- Drops more legacy launch API use cases.
- Adds launch_testing as test_security dependency.
- Applies misc fixes after Windows triaging.
- Applies more fixes after Windows triaging.
- Disables test_rclcpp cross vendor tests on Windows.
- Contributors: Jacob Perron, Michel Hidalgo, William Woodall, ivanpauno
0.6.0 (2018-12-14)
- Refactor to support init options and context.
(#313)
- Refactor to support init options and context
- Fix security tests
- Pass context to timer api
- Avoid custom main just for init/shutdown
- Avoid terminate in ~thread on exceptions
- Update expected output
- Add missing fini in test fixture
- Fixup pub/sub test fixture
- Update package maintainer. (#309)
- Adjusting namespace for security tests. (#308)
- Use new error handling API from rcutils.
(#306)
- Use new error handling API from rcutils
- Fix some more cases where the new error handling API is used
- Merge pull request #303 from ros2/hidmic/namespace-messages-with-subfolder Handles msg files with the same name in different subfolders
- Handles msg files with the same name in different subfolders.
- Separating identity and permission CAs. (#298)
- Regenerate security artifacts. (#289)
- Match rmw_fastrtps_dynamic_cpp / rmw_connext_dynamic_cpp. (#288)
- Disable xmllint correctly. (#287)
- Disable xmllint for now. (#287)
- Comment out currently unused rclpy dependency. (#280)
- Migrate launch -> launch.legacy. (#273)
- Place RTI OpenSSL on the (LD_LIBRARY_)PATH on Linux.
(#263)
- Use RTI_OPENSSL env vars for tests
- Pass PATH to tests directly
- Remove dead code and add comments
- Read env once and modify env var in a platform agnostic way
- Use TO_CMAKE_PATH
* Modify path only for Linux for now just pass unchanged PATH on other platforms Modify PATH only if connext is being tested modify path for all connext tests (not sure why it worked before)
- TEST_PATH_WITH_RTI_BIN -> TEST_PATH
- Sslv3 certificates with CA:false extension. (#265)
- New security files including governance fix. (#264) provide wide domain id range to work on all ci machines
- [test_communication] Unique namespaces.
(#256)
- Add namespace to pubsub tests
- Add namespace to service tests
- Uncrustify
- Use UTC time rather than datetime
- Single quotes
- Make arguments mandatory like in C++
- Contributors: Alexis Pojomovsky, Dirk Thomas, Michael Carroll, Michel Hidalgo, Mikael Arguedas, Ruffin, William Woodall
0.4.0 (2017-12-08)
- Update for rclcpp namespace removals.
(#255)
- Remove subscription:: namespace
- Remove client:: namespace
- Remove service:: namespace
- Remove parameter_client:: namespace
- Remove parameter_service:: namespace
- Remove timer:: namespace
- Remove node:: namespace
- Remove event:: namespace
- Remove utilities:: namespace
- Merge pull request #252 from ros2/check_if_test_exists_before_adding_properties check if test exists before adding properties
- Check if test exists before adding properties
- Cmake 3.10 compatibility: pass absolute path to file(GENERATE) function. (#251)
- Add comment for DYLD_LIBRARY_PATH and connext
- Use brew to find openssl library path and add it to the library dirs. (#250)
- Find gtest before macro invocation so that its not find during each macro invocation. (#246)
- Merge pull request #245 from ros2/ament_cmake_pytest use ament_cmake_pytest instead of ament_cmake_nose
- Use ament_cmake_pytest instead of ament_cmake_nose
- Add namespace to avoid crosstalk in security 'no connection'
tests. (#243)
- Add namespace for security tests so 'no connection' tests don't have crosstalk
- Rename namespace var
- Restore bigobj.
(#241)
- [test_communication] restore bigobj
- [test_security] restore bigobj
- Make it explicit that bigobj is needed only in debug mode
- Replaces "std::cout<<" with "printf".
(#240)
- [test_communication]replace uses of iostream
- [test_rclcpp] remove use of std::cout except flushing
- Missed some
- We use float duration not double
- Remove now unused include
- Merge pull request #230 from ros2/test_connext_secure Test connext secure
- Update security files with domain id wildcards move all the testing logic within the if SECURITY bloc print unexpected exception hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated Revert "hack (only for Connext o_O) because publisher keeps publishing even if subscriber terminated" This reverts commit 3349510fc5bf6a0349c99d88b632eada827c3564. leave more time to nodes to shut down cleanup cmake and reduce test timeout test if bigobj is actually needed duh increase all timeouts don't use iostreams
- Move security tests in different package generate new security files with latest sros2 generation script
- Contributors: Dirk Thomas, Mikael Arguedas, dhood
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_security at Robotics Stack Exchange
test_security package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
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
Additional Links
Maintainers
- Michael Carroll
Authors
- Mikael Arguedas