Example #1
0
def test_attribute_write_only_str(request):
    command_line_config(request)
    yield attribute_write_only_str
Example #2
0
def test_gain_check(request):
    command_line_config(request)
    yield gain_check
Example #3
0
def test_attribute_multipe_values_with_depends(request):
    command_line_config(request)
    yield attribute_multipe_values_with_depends
Example #4
0
def test_dds_loopback(request):
    command_line_config(request)
    yield dds_loopback
Example #5
0
def test_cw_loopback(request):
    command_line_config(request)
    yield cw_loopback
Example #6
0
def test_cyclic_buffer_exception(request):
    command_line_config(request)
    yield cyclic_buffer_exception
Example #7
0
def test_sfdr(request):
    command_line_config(request)
    yield t_sfdr
Example #8
0
def test_dma_tx(request):
    command_line_config(request)
    yield dma_tx
Example #9
0
def test_cyclic_buffer(request):
    command_line_config(request)
    yield cyclic_buffer
Example #10
0
def test_attribute_single_value_pow2(request):
    command_line_config(request)
    yield attribute_single_value_pow2
Example #11
0
def test_stress_tx_buffer_creation(request):
    command_line_config(request)
    yield stress_tx_buffer_creation
Example #12
0
def test_stress_rx_buffer_length(request):
    command_line_config(request)
    yield stress_rx_buffer_length
Example #13
0
def test_stress_context_creation(request):
    command_line_config(request)
    yield stress_context_creation
Example #14
0
def test_iio_attribute_single_value(request):
    command_line_config(request)
    yield iio_attribute_single_value