Skip to content
  • Mikhail Fludkov's avatar
    tests/rtprtx: refactor the tests to use gstharness · 880f4940
    Mikhail Fludkov authored and Olivier Crête's avatar Olivier Crête committed
    The functionality of all the tests was kept exactly the same. Some tests
    were renamed:
    test_push_forward_seq -> test_rtxsend_rtxreceive
    test_drop_one_sender -> test_rtxsend_rtxreceive_with_packet_loss
    test_drop_multiple_sender -> test_multi_rtxsend_rtxreceive_with_packet_loss
    
    test_rtxreceive_data_reconstruction was testing that retransmitted
    buffer produced by rtxsend was correctly transformed to the original
    buffer by rtxreceive. Now we are checking for this in all the tests
    where both rtxsend & rtxreceive are involved. That's why the test was
    removed.
    880f4940