Searched refs:assert_error (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | arm-cpu-features.c | 73 #define assert_error(qts, cpu_type, expected_error, fmt, ...) \ macro 278 assert_error(qts, cpu_type, "cannot disable sve128", "{ 'sve128': false }"); in sve_tests_default() 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() 350 assert_error(qts, "max", "cannot disable sve1024", "{ 'sve1024': false }"); in sve_tests_sve_max_vq_8() 357 assert_error(qts, "max", "cannot enable sve1152", "{ 'sve1152': true }"); in sve_tests_sve_max_vq_8() 368 assert_error(qts, "max", "cannot disable sve256", "{ 'sve256': false }"); in sve_tests_sve_max_vq_8() 386 assert_error(qts, "max", "cannot enable sve128", "{ 'sve128': true }"); in sve_tests_sve_off() 428 assert_error(qts, cpu_type, in pauth_tests_default() 431 assert_error(qts, cpu_type, in pauth_tests_default() [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 213 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)
|