adding github workflow #1
17 tests run, 2 passed, 0 skipped, 15 failed.
Annotations
Check failure on line 8 in tests/device/test_device_reset.py
github-actions / JUnit Test Report
tests/device/test_device_reset.py.test
test setup failure
Raw output
request = <SubRequest 'bridge' for <Function test>>
@pytest.fixture(scope="session")
def bridge(request):
> serial_port = _get_serial_port(request.config, validate=True)
conftest.py:53:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_get_serial_number.py
github-actions / JUnit Test Report
tests/device/test_get_serial_number.py.test
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_get_set_nox_tuning_parameters.py
github-actions / JUnit Test Report
tests/device/test_get_set_nox_tuning_parameters.py.test
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_get_set_temperature_offset.py
github-actions / JUnit Test Report
tests/device/test_get_set_temperature_offset.py.test[-1.0]
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_get_set_temperature_offset.py
github-actions / JUnit Test Report
tests/device/test_get_set_temperature_offset.py.test[1.0]
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_get_set_temperature_offset.py
github-actions / JUnit Test Report
tests/device/test_get_set_temperature_offset.py.test[0.0]
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_get_set_voc_state.py
github-actions / JUnit Test Report
tests/device/test_get_set_voc_state.py.test_voc_state
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_get_set_voc_tuning_parameters.py
github-actions / JUnit Test Report
tests/device/test_get_set_voc_tuning_parameters.py.test
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 8 in tests/device/test_get_version.py
github-actions / JUnit Test Report
tests/device/test_get_version.py.test
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 10 in tests/device/test_read_measurement.py
github-actions / JUnit Test Report
tests/device/test_read_measurement.py.test
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 9 in tests/device/test_read_measurement_raw.py
github-actions / JUnit Test Report
tests/device/test_read_measurement_raw.py.test
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 8 in tests/device/test_start_stop_measurement.py
github-actions / JUnit Test Report
tests/device/test_start_stop_measurement.py.test
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_store_nv.py
github-actions / JUnit Test Report
tests/device/test_store_nv.py.test_nv[-30.0-voc_parameters0-nox_parameters0]
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_store_nv.py
github-actions / JUnit Test Report
tests/device/test_store_nv.py.test_nv[30.0-voc_parameters1-nox_parameters1]
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError
Check failure on line 7 in tests/device/test_store_nv.py
github-actions / JUnit Test Report
tests/device/test_store_nv.py.test_nv[0.0-voc_parameters2-nox_parameters2]
test setup failure
Raw output
tp = <class 'ValueError'>, value = None, tb = None
def reraise(tp, value, tb=None):
try:
if value is None:
value = tp()
if value.__traceback__ is not tb:
> raise value.with_traceback(tb)
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/six.py:718:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
conftest.py:53: in bridge
serial_port = _get_serial_port(request.config, validate=True)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
config = <_pytest.config.Config object at 0x10565d700>, validate = True
def _get_serial_port(config, validate=False):
"""
Get the serial port to be used for the tests.
"""
port = config.getoption("--serial-port")
if (validate is True) and (port is None):
> raise ValueError("Please specify the serial port to be used with "
"the '--serial-port' argument.")
E ValueError: Please specify the serial port to be used with the '--serial-port' argument.
conftest.py:28: ValueError