Home
last modified time | relevance | path

Searched refs:notrun (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py1353 def notrun(reason): function
1388 notrun('not suitable for this image format: %s' % imgfmt)
1402 notrun('not suitable for this protocol: %s' % imgproto)
1407 notrun('not suitable for this OS: %s' % sys.platform)
1411 notrun('not suitable for this OS: %s' % sys.platform)
1415 notrun('not suitable for this cache mode: %s' % cachemode)
1419 notrun('not suitable for this aio mode: %s' % aiomode)
1424 notrun(f'formats {usf_list} are not whitelisted')
1430 notrun('Missing virtio-blk in QEMU binary')
1435 notrun('Missing virtio-scsi-pci or virtio-scsi-ccw in QEMU binary')
[all …]
H A DMakefile2 CLEANFILES= *.out.bad *.notrun check.log check.time*
H A Dtestrunner.py375 notrun = []
414 notrun.append(name)
424 if notrun:
425 print('Not run:', ' '.join(notrun))
H A D21135 iotests.notrun('Insufficient memory')
H A D149107 iotests.notrun('requires password-less sudo access: %s' % msg)
239 iotests.notrun('Unsupported cipher algorithm '
H A D207167 iotests.notrun('Did not find a key that fits 127.0.0.1')
H A D136349 iotests.notrun('null-co driver support missing')
H A D093421 iotests.notrun('null-co driver support missing')
H A D118666 iotests.notrun('not suitable for this machine type: %s' %
/openbmc/linux/kernel/rcu/
H A Dtasks.h2015 bool notrun; member
2023 .notrun = IS_ENABLED(CONFIG_TASKS_RCU),
2028 .notrun = IS_ENABLED(CONFIG_TASKS_RUDE_RCU),
2033 .notrun = IS_ENABLED(CONFIG_TASKS_TRACE_RCU)
2044 rttd->notrun = false; in test_rcu_tasks_callback()
2083 while (tests[i].notrun) { // still hanging. in rcu_tasks_verify_self_tests()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-multiconn143 iotests.notrun('Python bindings to libnbd are not installed')