Commit f3902b29 authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Add html report, remove xfail for rtpdump tests

parent 356e0602
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -717,13 +717,14 @@ rtpdump-test:
  script:
    - make -j
    - testcase_timeout=30
    - python3 -m pytest -q -n auto -rA --junit-xml=report-junit.xml tests/rtp/test_rtp.py --testcase_timeout=$testcase_timeout
    - python3 -m pytest -q -n auto -rA --html=report.html --self-contained-html --junit-xml=report-junit.xml tests/rtp/test_rtp.py --testcase_timeout=$testcase_timeout
  artifacts:
    name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--job-$CI_JOB_NAME--results"
    expire_in: 1 week
    when: always
    paths:
      - report-junit.xml
      - report.html
    expose_as: "rtpdump pytest results"
    reports:
      junit:
+0 −3
Original line number Diff line number Diff line
@@ -228,9 +228,6 @@ def test_param_file_tests(
):
    enc_opts, dec_opts, sim_opts, eid_opts = param_file_test_dict[test_tag]

    if "rtpdump" in test_tag:
        pytest.xfail("Skip RTP tests for now")

    run_test(
        test_info,
        props_to_record,