Skip to content

adding github workflow #1

adding github workflow

adding github workflow #1

GitHub Actions / JUnit Test Report failed May 10, 2024 in 0s

17 tests run, 2 passed, 0 skipped, 15 failed.

Annotations

Check failure on line 8 in tests/device/test_device_reset.py

See this annotation in the file changed.

@github-actions 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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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

See this annotation in the file changed.

@github-actions 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)

/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/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 0x7fe9d56598b0>, 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