Home
last modified time | relevance | path

Searched refs:sample_scripts (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_python.py95 sample_scripts = None variable in TestPythonPackageBase
101 if self.sample_scripts:
102 scripts = [infra.filepath(s) for s in self.sample_scripts]
103 self.config += self.config_sample_scripts.format(sample_scripts=" ".join(scripts))
107 scripts = [os.path.basename(s) for s in self.sample_scripts]
114 for script in self.sample_scripts:
H A Dtest_python_pyyaml.py11 sample_scripts = ["tests/package/sample_python_pyyaml_enc.py", variable in TestPythonPy2Pyyaml
22 sample_scripts = ["tests/package/sample_python_pyyaml_enc.py", variable in TestPythonPy3Pyyaml
H A Dtest_python_constantly.py11 sample_scripts = ["tests/package/sample_python_constantly.py"] variable in TestPythonPy2Constantly
21 sample_scripts = ["tests/package/sample_python_constantly.py"] variable in TestPythonPy3Constantly
H A Dtest_python_bitstring.py11 sample_scripts = ["tests/package/sample_python_bitstring.py"] variable in TestPythonPy2Bitstring
21 sample_scripts = ["tests/package/sample_python_bitstring.py"] variable in TestPythonPy3Bitstring
H A Dtest_python_cbor.py11 sample_scripts = ["tests/package/sample_python_cbor_enc.py", variable in TestPythonPy2Cbor
22 sample_scripts = ["tests/package/sample_python_cbor_enc.py", variable in TestPythonPy3Cbor
H A Dtest_python_pexpect.py11 sample_scripts = ["tests/package/sample_python_pexpect.py"] variable in TestPythonPy2Pexpect
21 sample_scripts = ["tests/package/sample_python_pexpect.py"] variable in TestPythonPy3Pexpect
H A Dtest_python_ubjson.py11 sample_scripts = ["tests/package/sample_python_ubjson_enc.py", variable in TestPythonPy2Ubjson
22 sample_scripts = ["tests/package/sample_python_ubjson_enc.py", variable in TestPythonPy3Ubjson
H A Dtest_python_incremental.py11 sample_scripts = ["tests/package/sample_python_incremental.py"] variable in TestPythonPy2Incremental
22 sample_scripts = ["tests/package/sample_python_incremental.py"] variable in TestPythonPy3Incremental
H A Dtest_python_can.py11 sample_scripts = ["tests/package/sample_python_can.py"] variable in TestPythonPy2Can
22 sample_scripts = ["tests/package/sample_python_can.py"] variable in TestPythonPy3Can
H A Dtest_python_passlib.py11 sample_scripts = ["tests/package/sample_python_passlib.py"] variable in TestPythonPy2Passlib
22 sample_scripts = ["tests/package/sample_python_passlib.py"] variable in TestPythonPy3Passlib
H A Dtest_python_pynacl.py11 sample_scripts = ["tests/package/sample_python_pynacl.py"] variable in TestPythonPy2Pynacl
22 sample_scripts = ["tests/package/sample_python_pynacl.py"] variable in TestPythonPy3Pynacl
H A Dtest_libftdi1.py12 sample_scripts = ["tests/package/sample_libftdi1.py"] variable in TestPythonPy2Libftdi1
24 sample_scripts = ["tests/package/sample_libftdi1.py"] variable in TestPythonPy3Libftdi1
H A Dtest_python_pytest_asyncio.py14 sample_scripts = ["tests/package/sample_python_pytest_asyncio.py"] variable in TestPythonPy3PytestAsyncio
17 for script in self.sample_scripts:
H A Dtest_python_pytest.py13 sample_scripts = ["tests/package/sample_python_pytest.py"] variable in TestPythonPy3Pytest
16 for script in self.sample_scripts:
H A Dtest_python_unittest_xml_reporting.py12 sample_scripts = ["tests/package/sample_python_unittest_xml_reporting.py"] variable in TestPythonPy3UnitTestXmlReporting
18 cmd = "%s %s" % (self.interpreter, os.path.basename(self.sample_scripts[0]))
H A Dtest_python_flask.py13 sample_scripts = ["tests/package/sample_python_flask.py"] variable in TestPythonPy3Flask
19 …md = "FLASK_APP=%s %s -m flask run > /dev/null 2>&1 &" % (os.path.basename(self.sample_scripts[0]),
H A Dtest_python_flask_expects_json.py16 sample_scripts = ["tests/package/sample_python_flask_expects_json.py"] variable in TestPythonPy3FlaskExpectsJson
29 …md = "FLASK_APP=%s %s -m flask run > /dev/null 2>&1 &" % (os.path.basename(self.sample_scripts[0]),
H A Dtest_python_avro.py11 sample_scripts = ["tests/package/sample_python_avro.py"] variable in TestPythonAvro
H A Dtest_python_attrs.py11 sample_scripts = ["tests/package/sample_python_attrs.py"] variable in TestPythonPy3Attrs
H A Dtest_python_txaio.py11 sample_scripts = ["tests/package/sample_python_txaio_asyncio.py"] variable in TestPythonPy3Txaio
H A Dtest_python_rpi_gpio.py11 sample_scripts = ["tests/package/sample_python_rpi_gpio.py"] variable in TestPythonPy3RpiGpio
H A Dtest_python_git.py11 sample_scripts = ["tests/package/sample_python_git.py"] variable in TestPythonPy3Git
H A Dtest_python_gitdb2.py11 sample_scripts = ["tests/package/sample_python_gitdb2.py"] variable in TestPythonPy3Gitdb2
H A Dtest_python_autobahn.py11 sample_scripts = ["tests/package/sample_python_autobahn.py"] variable in TestPythonPy3Autobahn
H A Dtest_python_subprocess32.py11 sample_scripts = ["tests/package/sample_python_subprocess32.py"] variable in TestPythonPy2Subprocess32

12