Lines Matching full:failed
36 zassert_ok(ret, "SMBUS config failed"); in ZTEST_USER()
39 zassert_ok(ret, "SMBUS get_config failed"); in ZTEST_USER()
67 zassert_equal(ret, -ENOENT, "Callback remove failed"); in ZTEST()
69 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
75 zassert_ok(ret, "Callback set failed"); in ZTEST()
77 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
83 zassert_ok(ret, "Callback remove failed"); in ZTEST()
85 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
112 zassert_equal(ret, -ENOENT, "Callback remove failed"); in ZTEST()
114 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
120 zassert_ok(ret, "Callback set failed"); in ZTEST()
122 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
128 zassert_ok(ret, "Callback remove failed"); in ZTEST()
130 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST()
149 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER()
153 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER()
156 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER()