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 13
13
source /etc/bashrc
14
14
cd generated
15
15
mkdir junit
16
- mkdir kibana
17
16
cd ${{ inputs.module_name }}
18
17
python -m tox -c tox-system_tests.ini
19
18
shell: bash
Original file line number Diff line number Diff line change 12
12
- run : |
13
13
cd generated
14
14
mkdir junit
15
- mkdir kibana
16
15
cd ${{ inputs.module_name }}
17
16
python -m tox -c tox-system_tests.ini
18
17
shell: powershell
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ commands =
58
58
${ module_name} -system_tests: python ../../tools/install_local_wheel.py --driver ${ other_wheel} --start-path ../..
59
59
% endif
60
60
${ 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}
63
63
64
64
${ module_name} -coverage: coverage combine --rcfile=../../tools/coverage_system_tests.rc ./
65
65
# Create the report to upload
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands =
22
22
# --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
23
23
nidcpower-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
24
24
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}
27
27
28
28
nidcpower-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
29
29
# Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
27
27
nidigital-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
28
28
nidigital-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
29
29
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}
32
32
33
33
nidigital-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
34
34
# Create the report to upload
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands =
22
22
# --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
23
23
nidmm-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
24
24
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}
27
27
28
28
nidmm-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
29
29
# Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
27
27
nifake-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
28
28
nifake-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
29
29
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}
32
32
33
33
nifake-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
34
34
# Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
27
27
nifgen-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
28
28
nifgen-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
29
29
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}
32
32
33
33
nifgen-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
34
34
# Create the report to upload
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands =
22
22
# --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
23
23
nimodinst-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
24
24
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}
27
27
28
28
nimodinst-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
29
29
# Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
27
27
niscope-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
28
28
niscope-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
29
29
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}
32
32
33
33
niscope-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
34
34
# Create the report to upload
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands =
22
22
# --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
23
23
nise-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
24
24
nise-system_tests: python -c " import nise; nise.print_diagnostic_information()"
25
- nise-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nise --parallel-mode -m pytest ../../src/nise/examples --junitxml =../junit/junit-nise-{envname}-{env:BITNESS:64}.xml -- json =../kibana/nise_system_test_result.json {posargs}
26
- nise-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nise --parallel-mode -m pytest ../../src/nise/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nise-{envname}-{env:BITNESS:64}.xml --json =../kibana/nise_system_test_result.json -- durations =5 {posargs}
25
+ nise-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nise --parallel-mode -m pytest ../../src/nise/examples --junitxml =../junit/junit-nise-{envname}-examples- {env:BITNESS:64}.xml {posargs}
26
+ nise-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nise --parallel-mode -m pytest ../../src/nise/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nise-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
27
27
28
28
nise-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
29
29
# Create the report to upload
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ commands =
22
22
# --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
23
23
niswitch-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
24
24
niswitch-system_tests: python -c " import niswitch; niswitch.print_diagnostic_information()"
25
- niswitch-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source niswitch --parallel-mode -m pytest ../../src/niswitch/examples --junitxml =../junit/junit-niswitch-{envname}-{env:BITNESS:64}.xml -- json =../kibana/niswitch_system_test_result.json {posargs}
26
- niswitch-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source niswitch --parallel-mode -m pytest ../../src/niswitch/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-niswitch-{envname}-{env:BITNESS:64}.xml --json =../kibana/niswitch_system_test_result.json -- durations =5 {posargs}
25
+ niswitch-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source niswitch --parallel-mode -m pytest ../../src/niswitch/examples --junitxml =../junit/junit-niswitch-{envname}-examples- {env:BITNESS:64}.xml {posargs}
26
+ niswitch-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source niswitch --parallel-mode -m pytest ../../src/niswitch/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-niswitch-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
27
27
28
28
niswitch-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
29
29
# Create the report to upload
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands =
27
27
nitclk-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
28
28
nitclk-system_tests: python ../../tools/install_local_wheel.py --driver niscope --start-path ../..
29
29
nitclk-system_tests: python -c " import nitclk; nitclk.print_diagnostic_information()"
30
- nitclk-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nitclk --parallel-mode -m pytest ../../src/nitclk/examples --junitxml =../junit/junit-nitclk-{envname}-{env:BITNESS:64}.xml -- json =../kibana/nitclk_system_test_result.json {posargs}
31
- nitclk-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nitclk --parallel-mode -m pytest ../../src/nitclk/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nitclk-{envname}-{env:BITNESS:64}.xml --json =../kibana/nitclk_system_test_result.json -- durations =5 {posargs}
30
+ nitclk-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nitclk --parallel-mode -m pytest ../../src/nitclk/examples --junitxml =../junit/junit-nitclk-{envname}-examples- {env:BITNESS:64}.xml {posargs}
31
+ nitclk-system_tests: coverage run --rcfile =../../tools/coverage_system_tests.rc --source nitclk --parallel-mode -m pytest ../../src/nitclk/system_tests -c tox-system_tests.ini --junitxml =../junit/junit-nitclk-{envname}-{env:BITNESS:64}.xml --durations =5 {posargs}
32
32
33
33
nitclk-coverage: coverage combine --rcfile =../../tools/coverage_system_tests.rc ./
34
34
# Create the report to upload
You can’t perform that action at this time.
0 commit comments