def test_attribute_write_only_str(request):
    command_line_config(request)
    yield attribute_write_only_str
def test_gain_check(request):
    command_line_config(request)
    yield gain_check
def test_attribute_multipe_values_with_depends(request):
    command_line_config(request)
    yield attribute_multipe_values_with_depends
def test_dds_loopback(request):
    command_line_config(request)
    yield dds_loopback
def test_cw_loopback(request):
    command_line_config(request)
    yield cw_loopback
def test_cyclic_buffer_exception(request):
    command_line_config(request)
    yield cyclic_buffer_exception
def test_sfdr(request):
    command_line_config(request)
    yield t_sfdr
def test_dma_tx(request):
    command_line_config(request)
    yield dma_tx
def test_cyclic_buffer(request):
    command_line_config(request)
    yield cyclic_buffer
def test_attribute_single_value_pow2(request):
    command_line_config(request)
    yield attribute_single_value_pow2
def test_stress_tx_buffer_creation(request):
    command_line_config(request)
    yield stress_tx_buffer_creation
def test_stress_rx_buffer_length(request):
    command_line_config(request)
    yield stress_rx_buffer_length
def test_stress_context_creation(request):
    command_line_config(request)
    yield stress_context_creation
def test_iio_attribute_single_value(request):
    command_line_config(request)
    yield iio_attribute_single_value