Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration test template #2726

Merged

Commits on Mar 30, 2023

  1. Added testcases:

    To run them:
    	colcon build
    	. install/setup.bash
    	export ROSBAG_DIR_PATH=<records dir>
    	colcon test --packages-select realsense2_camera --event-handlers console_direct+
    	colcon test-result --all --test-result-base build/realsense2_camera/test_results/ --verbose
    
    	To run using pytest:
    		pytest-3 -s realsense2_camera/test/pytest_integration_test_template.py
    PrasRsRos committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6b64c6d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Update main.yml

    Check the records
    PrasRsRos authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bbab11b View commit details
    Browse the repository at this point in the history
  2. Added copyright message

    PrasRsRos committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3d0b668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8817d7 View commit details
    Browse the repository at this point in the history
  4. One more fix...

    PrasRsRos committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4e5c222 View commit details
    Browse the repository at this point in the history
  5. Update main.yml

    PrasRsRos authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    5e8968e View commit details
    Browse the repository at this point in the history
  6. py file copyrights

    PrasRsRos committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d016a75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9662e89 View commit details
    Browse the repository at this point in the history
  8. Update main.yml

    PrasRsRos authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    52562ab View commit details
    Browse the repository at this point in the history
  9. Update main.yml

    PrasRsRos authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    bc6b036 View commit details
    Browse the repository at this point in the history
  10. Update main.yml

    PrasRsRos authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fd95068 View commit details
    Browse the repository at this point in the history
  11. Added fix for the pipe

    PrasRsRos committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    0fe1456 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    3cf4598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8824b2c View commit details
    Browse the repository at this point in the history
  3. fix comments in py test

    PrasRsRos committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e293e7d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Added a pytest util file for sharing common functions

    nairps authored and nairps committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    d40d758 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    62ed2f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc330b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    577b77f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    1f57524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d19d1cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc7cd19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0439ed View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    ed7dd72 View commit details
    Browse the repository at this point in the history
  2. updated Readme

    PrasRsRos committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4ac938a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebdf0ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f77e33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d92d1d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    669ed01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    354b631 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68185f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff631b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d53e951 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48f1fab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aa06059 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87c1eb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    7067e63 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    PrasRsRos committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c6944de View commit details
    Browse the repository at this point in the history
  3. added parameterized tests

    PrasRsRos committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1820041 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcacfe0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58714eb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. split the steps in utils

    PrasRsRos committed May 3, 2023
    Configuration menu
    Copy the full SHA
    aa24cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a051422 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    63cd6a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fea7d8a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Clear comments

    PrasRsRos committed May 24, 2023
    Configuration menu
    Copy the full SHA
    12fa03e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    a8b9baa View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    4b45356 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    6d01b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec9828 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    1c90912 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Added point cloud test

    PrasRsRos committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    6cb80f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    7fe35d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    5fdd7f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    470b4d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f9b5e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. removed debug prints

    PrasRsRos committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    169c74d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    eff2fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aecd6d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594b4c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Adding camera_info tests

    PrasRsRos committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    101e1e2 View commit details
    Browse the repository at this point in the history
  2. Adding camera_info tests

    PrasRsRos committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3bd0f7a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Extrinsics test

    PrasRsRos committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    56cf1a0 View commit details
    Browse the repository at this point in the history
  2. Added metadata test

    PrasRsRos committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2a139c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    b1b0cc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    1cffbdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b90f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Fixed CameraInfo comparison

    PrasRsRos committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2505972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe106e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7aa01 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    7826e1f View commit details
    Browse the repository at this point in the history
  2. For stability?

    PrasRsRos committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    5821056 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    39be88e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c17972 View commit details
    Browse the repository at this point in the history
  3. Update main.yml

    Enable tests for all distros other than rolling
    PrasRsRos authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    38df406 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f4d7ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a238460 View commit details
    Browse the repository at this point in the history
  6. all topics testing 1

    PrasRsRos committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1251511 View commit details
    Browse the repository at this point in the history
  7. all topics testing 2

    PrasRsRos committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9f79f4d View commit details
    Browse the repository at this point in the history
  8. all topics testing 3

    PrasRsRos committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c7ee653 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. all topics testing 4

    PrasRsRos committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1449ffc View commit details
    Browse the repository at this point in the history
  2. testing for more timeout

    PrasRsRos committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5442450 View commit details
    Browse the repository at this point in the history
  3. Update pytest_rs_utils.py

    testing timeout
    PrasRsRos authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9cdbc84 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. all_topics test 5

    PrasRsRos committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bf173fa View commit details
    Browse the repository at this point in the history
  2. all_topics test 6

    PrasRsRos committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9285dfa View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    e371850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4163535 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feabe3c View commit details
    Browse the repository at this point in the history
  4. Update numpy-quaternion

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8e661ed View commit details
    Browse the repository at this point in the history
  5. revert quarternion

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c8b67a8 View commit details
    Browse the repository at this point in the history
  6. pre-release testing 1

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    331c145 View commit details
    Browse the repository at this point in the history
  7. package testing 2

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3ed567c View commit details
    Browse the repository at this point in the history
  8. package testing 3

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3820d50 View commit details
    Browse the repository at this point in the history
  9. package testing 4

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    62952e7 View commit details
    Browse the repository at this point in the history
  10. package testing 6

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ad52a21 View commit details
    Browse the repository at this point in the history
  11. package testing 9

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e9f90e0 View commit details
    Browse the repository at this point in the history
  12. package testing 10

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    12bb55b View commit details
    Browse the repository at this point in the history
  13. package testing 11

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6197029 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e61569b View commit details
    Browse the repository at this point in the history
  15. testing pre-release 12

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b15acff View commit details
    Browse the repository at this point in the history
  16. pre-release testing 13

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6da939a View commit details
    Browse the repository at this point in the history
  17. pre-release testing 15

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8a6491c View commit details
    Browse the repository at this point in the history
  18. pre-release testing 16

    PrasRsRos authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1d9b674 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. pre-release testing 17

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f4486be View commit details
    Browse the repository at this point in the history
  2. pre-release testing 18

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    47cca7b View commit details
    Browse the repository at this point in the history
  3. pre-release 19

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    67c97cf View commit details
    Browse the repository at this point in the history
  4. pre-release testing 20

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    261ac0f View commit details
    Browse the repository at this point in the history
  5. pre-release testing 21

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ae81fe6 View commit details
    Browse the repository at this point in the history
  6. pre-release testing 22

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    61abdd3 View commit details
    Browse the repository at this point in the history
  7. pre-release testing 23

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    44d3dfe View commit details
    Browse the repository at this point in the history
  8. prerelease testing 23

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    70a9774 View commit details
    Browse the repository at this point in the history
  9. pre-release testing 24

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1db6a31 View commit details
    Browse the repository at this point in the history
  10. pre-release testing 24

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7a3814f View commit details
    Browse the repository at this point in the history
  11. pre-release testing 26

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    22639a3 View commit details
    Browse the repository at this point in the history
  12. pre-release testing 28

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    66aac2f View commit details
    Browse the repository at this point in the history
  13. pre-release testing 29

    PrasRsRos authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    65e8dee View commit details
    Browse the repository at this point in the history
  14. prerelease testing 30

    PrasRsRos committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    12762d6 View commit details
    Browse the repository at this point in the history
  15. prerelease testing 31

    PrasRsRos committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a85f335 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. package testing 32

    PrasRsRos authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2243242 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. prerelease testing 33

    PrasRsRos authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ec1c664 View commit details
    Browse the repository at this point in the history
  2. package testing 34

    PrasRsRos authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b9fa729 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    019c3ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3a2f21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d87de3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    1fb46d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    22d450f View commit details
    Browse the repository at this point in the history
  2. cleanup of prerelease

    PrasRsRos committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6bc6744 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. removing the download step

    No need of downloading rosbag files, tests download the files
    PrasRsRos authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1ec085e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2971766 View commit details
    Browse the repository at this point in the history