File tree Expand file tree Collapse file tree 13 files changed +22
-24
lines changed
Expand file tree Collapse file tree 13 files changed +22
-24
lines changed Original file line number Diff line number Diff line change 1313 source /etc/bashrc
1414 cd generated
1515 mkdir junit
16- mkdir kibana
1716 cd ${{ inputs.module_name }}
1817 python -m tox -c tox-system_tests.ini
1918 shell: bash
Original file line number Diff line number Diff line change 1212 - run : |
1313 cd generated
1414 mkdir junit
15- mkdir kibana
1615 cd ${{ inputs.module_name }}
1716 python -m tox -c tox-system_tests.ini
1817 shell: powershell
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ commands =
5858 ${ module_name} -system_tests: python ../../tools/install_local_wheel.py --driver ${ other_wheel} --start-path ../..
5959% endif
6060 ${ module_name} -system_tests: python -c "import ${ module_name} ; ${ module_name} .print_diagnostic_information()"
61- ${ module_name} -system_tests: coverage run --rcfile=../../tools/coverage_system_tests.rc --source ${ module_name} --parallel-mode -m pytest ../../src/${ module_name} /examples --junitxml=../junit/junit-${ module_name} -{envname}-{env:BITNESS:64}.xml --json=../kibana/ ${ module_name } _system_test_result.json {posargs}
62- ${ module_name} -system_tests: coverage run --rcfile=../../tools/coverage_system_tests.rc --source ${ module_name} --parallel-mode -m pytest ../../src/${ module_name} /system_tests -c tox-system_tests.ini --junitxml=../junit/junit-${ module_name} -{envname}-{env:BITNESS:64}.xml --json=../kibana/ ${ module_name } _system_test_result.json -- durations=5 {posargs}
61+ ${ module_name} -system_tests: coverage run --rcfile=../../tools/coverage_system_tests.rc --source ${ module_name} --parallel-mode -m pytest ../../src/${ module_name} /examples --junitxml=../junit/junit-${ module_name} -{envname}-examples- {env:BITNESS:64}.xml {posargs}
62+ ${ module_name} -system_tests: coverage run --rcfile=../../tools/coverage_system_tests.rc --source ${ module_name} --parallel-mode -m pytest ../../src/${ module_name} /system_tests -c tox-system_tests.ini --junitxml=../junit/junit-${ module_name} -{envname}-{env:BITNESS:64}.xml --durations=5 {posargs}
6363
6464 ${ module_name} -coverage: coverage combine --rcfile=../../tools/coverage_system_tests.rc ./
6565 # Create the report to upload
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands =
2222 # --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
2323 nidcpower-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2424 nidcpower-system_tests: python -c " import nidcpower; nidcpower.print_diagnostic_information()"
25- nidcpower-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidcpower --parallel-mode -m pytest ../../src/nidcpower/examples --junitxml =../junit/junit-nidcpower-{envname}-{env:BITNESS:64}.xml -- json =../kibana/nidcpower_system_test_result.json {posargs}
26- nidcpower-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidcpower --parallel-mode -m pytest ../../src/nidcpower/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nidcpower-{envname}-{env:BITNESS:64}.xml --json =../kibana/nidcpower_system_test_result.json -- durations =5 {posargs}
25+ nidcpower-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidcpower --parallel-mode -m pytest ../../src/nidcpower/examples --junitxml =../junit/junit-nidcpower-{envname}-examples- {env:BITNESS:64}.xml {posargs}
26+ nidcpower-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidcpower --parallel-mode -m pytest ../../src/nidcpower/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nidcpower-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
2727
2828 nidcpower-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
2929 # Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
2727 nidigital-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2828 nidigital-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
2929 nidigital-system_tests: python -c " import nidigital; nidigital.print_diagnostic_information()"
30- nidigital-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidigital --parallel-mode -m pytest ../../src/nidigital/examples --junitxml =../junit/junit-nidigital-{envname}-{env:BITNESS:64}.xml -- json =../kibana/nidigital_system_test_result.json {posargs}
31- nidigital-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidigital --parallel-mode -m pytest ../../src/nidigital/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nidigital-{envname}-{env:BITNESS:64}.xml --json =../kibana/nidigital_system_test_result.json -- durations =5 {posargs}
30+ nidigital-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidigital --parallel-mode -m pytest ../../src/nidigital/examples --junitxml =../junit/junit-nidigital-{envname}-examples- {env:BITNESS:64}.xml {posargs}
31+ nidigital-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidigital --parallel-mode -m pytest ../../src/nidigital/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nidigital-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
3232
3333 nidigital-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
3434 # Create the report to upload
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands =
2222 # --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
2323 nidmm-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2424 nidmm-system_tests: python -c " import nidmm; nidmm.print_diagnostic_information()"
25- nidmm-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidmm --parallel-mode -m pytest ../../src/nidmm/examples --junitxml =../junit/junit-nidmm-{envname}-{env:BITNESS:64}.xml -- json =../kibana/nidmm_system_test_result.json {posargs}
26- nidmm-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidmm --parallel-mode -m pytest ../../src/nidmm/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nidmm-{envname}-{env:BITNESS:64}.xml --json =../kibana/nidmm_system_test_result.json -- durations =5 {posargs}
25+ nidmm-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidmm --parallel-mode -m pytest ../../src/nidmm/examples --junitxml =../junit/junit-nidmm-{envname}-examples- {env:BITNESS:64}.xml {posargs}
26+ nidmm-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nidmm --parallel-mode -m pytest ../../src/nidmm/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nidmm-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
2727
2828 nidmm-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
2929 # Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
2727 nifake-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2828 nifake-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
2929 nifake-system_tests: python -c " import nifake; nifake.print_diagnostic_information()"
30- nifake-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nifake --parallel-mode -m pytest ../../src/nifake/examples --junitxml =../junit/junit-nifake-{envname}-{env:BITNESS:64}.xml -- json =../kibana/nifake_system_test_result.json {posargs}
31- nifake-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nifake --parallel-mode -m pytest ../../src/nifake/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nifake-{envname}-{env:BITNESS:64}.xml --json =../kibana/nifake_system_test_result.json -- durations =5 {posargs}
30+ nifake-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nifake --parallel-mode -m pytest ../../src/nifake/examples --junitxml =../junit/junit-nifake-{envname}-examples- {env:BITNESS:64}.xml {posargs}
31+ nifake-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nifake --parallel-mode -m pytest ../../src/nifake/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nifake-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
3232
3333 nifake-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
3434 # Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
2727 nifgen-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2828 nifgen-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
2929 nifgen-system_tests: python -c " import nifgen; nifgen.print_diagnostic_information()"
30- nifgen-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nifgen --parallel-mode -m pytest ../../src/nifgen/examples --junitxml =../junit/junit-nifgen-{envname}-{env:BITNESS:64}.xml -- json =../kibana/nifgen_system_test_result.json {posargs}
31- nifgen-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nifgen --parallel-mode -m pytest ../../src/nifgen/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nifgen-{envname}-{env:BITNESS:64}.xml --json =../kibana/nifgen_system_test_result.json -- durations =5 {posargs}
30+ nifgen-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nifgen --parallel-mode -m pytest ../../src/nifgen/examples --junitxml =../junit/junit-nifgen-{envname}-examples- {env:BITNESS:64}.xml {posargs}
31+ nifgen-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nifgen --parallel-mode -m pytest ../../src/nifgen/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nifgen-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
3232
3333 nifgen-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
3434 # Create the report to upload
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands =
2222 # --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
2323 nimodinst-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2424 nimodinst-system_tests: python -c " import nimodinst; nimodinst.print_diagnostic_information()"
25- nimodinst-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nimodinst --parallel-mode -m pytest ../../src/nimodinst/examples --junitxml =../junit/junit-nimodinst-{envname}-{env:BITNESS:64}.xml -- json =../kibana/nimodinst_system_test_result.json {posargs}
26- nimodinst-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nimodinst --parallel-mode -m pytest ../../src/nimodinst/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nimodinst-{envname}-{env:BITNESS:64}.xml --json =../kibana/nimodinst_system_test_result.json -- durations =5 {posargs}
25+ nimodinst-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nimodinst --parallel-mode -m pytest ../../src/nimodinst/examples --junitxml =../junit/junit-nimodinst-{envname}-examples- {env:BITNESS:64}.xml {posargs}
26+ nimodinst-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nimodinst --parallel-mode -m pytest ../../src/nimodinst/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nimodinst-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
2727
2828 nimodinst-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
2929 # Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
2727 niscope-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2828 niscope-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
2929 niscope-system_tests: python -c " import niscope; niscope.print_diagnostic_information()"
30- niscope-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source niscope --parallel-mode -m pytest ../../src/niscope/examples --junitxml =../junit/junit-niscope-{envname}-{env:BITNESS:64}.xml -- json =../kibana/niscope_system_test_result.json {posargs}
31- niscope-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source niscope --parallel-mode -m pytest ../../src/niscope/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-niscope-{envname}-{env:BITNESS:64}.xml --json =../kibana/niscope_system_test_result.json -- durations =5 {posargs}
30+ niscope-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source niscope --parallel-mode -m pytest ../../src/niscope/examples --junitxml =../junit/junit-niscope-{envname}-examples- {env:BITNESS:64}.xml {posargs}
31+ niscope-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source niscope --parallel-mode -m pytest ../../src/niscope/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-niscope-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
3232
3333 niscope-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
3434 # Create the report to upload
You can’t perform that action at this time.
0 commit comments