Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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: Loading tests/codec_be_on_mr_nonselection/test_param_file.py +0 −3 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
tests/codec_be_on_mr_nonselection/test_param_file.py +0 −3 Original line number Diff line number Diff line Loading @@ -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, Loading