Skip to content

Commit 7d554e1

Browse files
committed
Clean up of PR.
1 parent 253c8cb commit 7d554e1

13 files changed

Lines changed: 4 additions & 98 deletions

File tree

build/templates/tox-system_tests.ini.mako

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ description =
4242
${module_name}-system_tests: Run ${module_name} system tests (requires ${driver_name} runtime to be installed)
4343
${module_name}-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
4444

45-
allowlist_externals =
46-
lsni
47-
4845
changedir =
4946
% if uses_other_wheel:
5047
${wheel_env_no_py}: ../${other_wheel}
@@ -63,10 +60,6 @@ commands =
6360
${module_name}-system_tests: python ../../tools/install_local_wheel.py --driver ${other_wheel} --start-path ../..
6461
% endif
6562
${module_name}-system_tests: python -c "import ${module_name}; ${module_name}.print_diagnostic_information()"
66-
${module_name}-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
67-
${module_name}-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
68-
${module_name}-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
69-
${module_name}-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
7063
${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}
7164
${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}
7265

generated/nidcpower/tox-system_tests.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ description =
1414
nidcpower-system_tests: Run nidcpower system tests (requires NI-DCPower runtime to be installed)
1515
nidcpower-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
1616

17-
allowlist_externals =
18-
lsni
19-
2017
changedir =
2118
nidcpower-system_tests: .
2219
nidcpower-coverage: .
@@ -25,10 +22,6 @@ commands =
2522
# --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
2623
nidcpower-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2724
nidcpower-system_tests: python -c "import nidcpower; nidcpower.print_diagnostic_information()"
28-
nidcpower-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
29-
nidcpower-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
30-
nidcpower-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
31-
nidcpower-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
3225
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}
3326
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}
3427

generated/nidigital/tox-system_tests.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ description =
1515
nidigital-system_tests: Run nidigital system tests (requires NI-Digital Pattern Driver runtime to be installed)
1616
nidigital-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
1717

18-
allowlist_externals =
19-
lsni
20-
2118
changedir =
2219
nidigital-wheel_dep: ../nitclk
2320
nidigital-system_tests: .
@@ -30,10 +27,6 @@ commands =
3027
nidigital-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
3128
nidigital-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
3229
nidigital-system_tests: python -c "import nidigital; nidigital.print_diagnostic_information()"
33-
nidigital-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
34-
nidigital-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
35-
nidigital-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
36-
nidigital-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
3730
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}
3831
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}
3932

generated/nidmm/tox-system_tests.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ description =
1414
nidmm-system_tests: Run nidmm system tests (requires NI-DMM runtime to be installed)
1515
nidmm-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
1616

17-
allowlist_externals =
18-
lsni
19-
2017
changedir =
2118
nidmm-system_tests: .
2219
nidmm-coverage: .
@@ -25,10 +22,6 @@ commands =
2522
# --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
2623
nidmm-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2724
nidmm-system_tests: python -c "import nidmm; nidmm.print_diagnostic_information()"
28-
nidmm-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
29-
nidmm-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
30-
nidmm-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
31-
nidmm-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
3225
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}
3326
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}
3427

generated/nifake/tox-system_tests.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ description =
1515
nifake-system_tests: Run nifake system tests (requires NI-FAKE runtime to be installed)
1616
nifake-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
1717

18-
allowlist_externals =
19-
lsni
20-
2118
changedir =
2219
nifake-wheel_dep: ../nitclk
2320
nifake-system_tests: .
@@ -30,10 +27,6 @@ commands =
3027
nifake-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
3128
nifake-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
3229
nifake-system_tests: python -c "import nifake; nifake.print_diagnostic_information()"
33-
nifake-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
34-
nifake-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
35-
nifake-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
36-
nifake-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
3730
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}
3831
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}
3932

generated/nifgen/tox-system_tests.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ description =
1515
nifgen-system_tests: Run nifgen system tests (requires NI-FGEN runtime to be installed)
1616
nifgen-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
1717

18-
allowlist_externals =
19-
lsni
20-
2118
changedir =
2219
nifgen-wheel_dep: ../nitclk
2320
nifgen-system_tests: .
@@ -30,10 +27,6 @@ commands =
3027
nifgen-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
3128
nifgen-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
3229
nifgen-system_tests: python -c "import nifgen; nifgen.print_diagnostic_information()"
33-
nifgen-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
34-
nifgen-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
35-
nifgen-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
36-
nifgen-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
3730
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}
3831
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}
3932

generated/nimodinst/tox-system_tests.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ description =
1414
nimodinst-system_tests: Run nimodinst system tests (requires NI-ModInst runtime to be installed)
1515
nimodinst-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
1616

17-
allowlist_externals =
18-
lsni
19-
2017
changedir =
2118
nimodinst-system_tests: .
2219
nimodinst-coverage: .
@@ -25,10 +22,6 @@ commands =
2522
# --disable-pip-version-check prevents pip from telling us we need to upgrade pip, since we are doing that now
2623
nimodinst-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
2724
nimodinst-system_tests: python -c "import nimodinst; nimodinst.print_diagnostic_information()"
28-
nimodinst-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
29-
nimodinst-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
30-
nimodinst-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
31-
nimodinst-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
3225
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}
3326
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}
3427

generated/nirfsg/tox-system_tests.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ description =
1515
nirfsg-system_tests: Run nirfsg system tests (requires NI-RFSG runtime to be installed)
1616
nirfsg-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
1717

18-
allowlist_externals =
19-
lsni
20-
2118
changedir =
2219
nirfsg-wheel_dep: ../nitclk
2320
nirfsg-system_tests: .
@@ -30,10 +27,6 @@ commands =
3027
nirfsg-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
3128
nirfsg-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
3229
nirfsg-system_tests: python -c "import nirfsg; nirfsg.print_diagnostic_information()"
33-
nirfsg-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
34-
nirfsg-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
35-
nirfsg-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
36-
nirfsg-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
3730
nirfsg-system_tests: coverage run --rcfile=../../tools/coverage_system_tests.rc --source nirfsg --parallel-mode -m pytest ../../src/nirfsg/examples --junitxml=../junit/junit-nirfsg-{envname}-examples-{env:BITNESS:64}.xml {posargs}
3831
nirfsg-system_tests: coverage run --rcfile=../../tools/coverage_system_tests.rc --source nirfsg --parallel-mode -m pytest ../../src/nirfsg/system_tests -c tox-system_tests.ini --junitxml=../junit/junit-nirfsg-{envname}-{env:BITNESS:64}.xml --durations=5 {posargs}
3932

generated/niscope/tox-system_tests.ini

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ description =
1515
niscope-system_tests: Run niscope system tests (requires NI-SCOPE runtime to be installed)
1616
niscope-coverage: Prepare coverage report for upload to codecov.io # upload handled by GitHub Actions
1717

18-
allowlist_externals =
19-
lsni
20-
2118
changedir =
2219
niscope-wheel_dep: ../nitclk
2320
niscope-system_tests: .
@@ -30,10 +27,6 @@ commands =
3027
niscope-system_tests: python -m pip install --disable-pip-version-check --upgrade pip
3128
niscope-system_tests: python ../../tools/install_local_wheel.py --driver nitclk --start-path ../..
3229
niscope-system_tests: python -c "import niscope; niscope.print_diagnostic_information()"
33-
niscope-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
34-
niscope-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5124', '-l', 'PXI1', '-s', '2', '-a', '5124'], check=False) if nisimdev else None"
35-
niscope-system_tests: python -c "import shutil, subprocess; nisimdev = shutil.which('nisimdev'); subprocess.run([nisimdev, 'create', '-S', 'true', '-V', 'National Instruments', '-M', 'NI PXI-5142', '-l', 'PXI1', '-s', '3', '-a', '5142'], check=False) if nisimdev else None"
36-
niscope-system_tests: python -c "import sys, shutil, subprocess; lsni = shutil.which('lsni'); subprocess.run([lsni, '-u', '-v'], check=False) if (sys.platform != 'win32' and lsni) else None"
3730
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}
3831
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}
3932

0 commit comments

Comments
 (0)