Searched refs:assert_error (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | arm-cpu-features.c | 317 assert_error(qts, cpu_type, "cannot disable sve256", in sve_tests_default() 321 assert_error(qts, cpu_type, "cannot disable sve512", in sve_tests_default() 428 assert_error(qts, cpu_type, in pauth_tests_default() 431 assert_error(qts, cpu_type, in pauth_tests_default() 434 assert_error(qts, cpu_type, in pauth_tests_default() 481 assert_error(qts, "a64fx", "cannot enable sve384", in test_query_cpu_model_expansion() 483 assert_error(qts, "a64fx", "cannot enable sve640", in test_query_cpu_model_expansion() 490 assert_error(qts, "max", in test_query_cpu_model_expansion() 527 assert_error(qts, "cortex-a7", in test_query_cpu_model_expansion_kvm() 534 assert_error(qts, "cortex-a7", in test_query_cpu_model_expansion_kvm() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | commands.py | 168 def runCmd(command, ignore_status=False, timeout=None, assert_error=True, sync=True, argument 211 if assert_error:
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runcmd.py | 66 runCmd, "echo foobar >&2; false", shell=True, assert_error=False)
|
H A D | oescripts.py | 75 res = runCmd('%s/oe-git-proxy --help' % self.scripts_dir, assert_error=False)
|
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
H A D | controllerimage.py | 100 commands.runCmd(cmd, assert_error=False, start_new_session=True, env=self.origenv)
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 32 runCmd2 = partial(runCmd, assert_error=False, limit_exc_output=40)
|