Commit 89a349ab authored by BOHMRR's avatar BOHMRR
Browse files

create and store junit report

parent 46980480
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -164,6 +164,7 @@ self-test-on-merge-request:
      - test_output.txt
      - scripts/test/logs
      - scripts/ref/logs
      - report-junit.xml


# Pull state of a branch on 3GPP repo, push to a mirror repo.
+1 −0
Original line number Diff line number Diff line
@@ -236,6 +236,7 @@ def main(argv):
        encdut_path,
        "--dut_decoder_path",
        decdut_path,
        "--junit-xml=report-junit.xml",
    ]
    # print pytest commandline
    print("pytest command line to be executed from project root folder:")