Home
last modified time | relevance | path

Searched refs:expected_result (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c32 const struct xdr_netobj *expected_result; member
55 derivedkey.data = kunit_kzalloc(test, param->expected_result->len, in kdf_case()
58 derivedkey.len = param->expected_result->len; in kdf_case()
67 memcmp(param->expected_result->data, in kdf_case()
115 memcmp(param->expected_result->data, in checksum_case()
236 .expected_result = &nfold_test1_expected_result,
242 .expected_result = &nfold_test2_expected_result,
248 .expected_result = &nfold_test3_expected_result,
254 .expected_result = &nfold_test4_expected_result,
260 .expected_result = &nfold_test5_expected_result,
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/
H A Dselftest63 expected_result = a[-1] variable
70 if expected_result.upper() == "FAIL" and result.upper() == "FAIL":
73 elif expected_result.upper() == "PASS" and result.upper() == "PASS":
76 elif expected_result.upper() == "SKIP" and result.upper() == "SKIP":
/openbmc/openbmc-test-automation/network/
H A Dtest_vlan_network.robot57 Create VLAN ${invalid_vlan_id} expected_result=error
67 Verify Existence Of VLAN ${vlan_id} expected_result=error
99 Get VLAN URI For IP ${vlan_id} ${ip} expected_result=error
116 Verify Existence Of VLAN ${vlan_id} expected_result=error
170 Get VLAN URI For IP ${vlan_id} ${ip} expected_result=error
215 Get VLAN URI For IP ${vlan_id} ${ip} expected_result=error
217 Verify Existence Of VLAN ${vlan_id} expected_result=error
221 Verify Existence Of VLAN ${vlan_id} expected_result=error
343 [Arguments] ${vlan_id} ${vlan_ip} ${expected_result}=valid
356 Run Keyword If '${expected_result}' == 'valid'
[all …]
/openbmc/linux/samples/kfifo/
H A Dinttype-example.c45 static const int expected_result[FIFO_SIZE] = { variable
92 if (i != expected_result[j++]) { in testfunc()
97 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
H A Drecord-example.c56 static const char *expected_result[] = { variable
106 if (strcmp(buf, expected_result[i++])) { in testfunc()
111 if (i != ARRAY_SIZE(expected_result)) { in testfunc()
H A Dbytestream-example.c45 static const unsigned char expected_result[FIFO_SIZE] = { variable
99 if (i != expected_result[j++]) { in testfunc()
104 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot56 ... total power Periodic LogToMetricReportsCollection expected_result=fail
126 ... ${report_action} ${append_limit}=10 ${expected_result}=success
133 # expected_result Expected result of report creation - success or fail.
177 ... '${expected_result}' == 'success' [${HTTP_CREATED}]
178 ... '${expected_result}' == 'fail' [${HTTP_BAD_REQUEST}]
183 IF '${expected_result}' == 'success'
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c86 } expected_result; member
655 if (ret < 0 && test->expected_result != LOAD_REJECT) { in load_insns()
686 if (test->expected_result != LOAD_REJECT) in load_path()
1325 if (test->expected_result == LOAD_REJECT && progfd < 0) in run_test_case()
1327 else if (test->expected_result == LOAD_REJECT || progfd < 0) in run_test_case()
1332 if (test->expected_result == ATTACH_REJECT && err) { in run_test_case()
1335 } else if (test->expected_result == ATTACH_REJECT || err) { in run_test_case()
1337 } else if (test->expected_result == ATTACH_OKAY) { in run_test_case()
1363 if (test->expected_result == SYSCALL_EPERM && err == EPERM) { in run_test_case()
1368 if (test->expected_result == SYSCALL_ENOTSUPP && err == ENOTSUPP) { in run_test_case()
[all …]
/openbmc/openbmc-test-automation/lib/snmp/
H A Dsnmp_utils.robot24 [Arguments] ${snmp_ip} ${port} ${expected_result}
29 # expected_result Expected status of SNMP configuration.
37 Run Keyword If '${expected_result}' == 'error'
/openbmc/qemu/tests/tcg/ppc64/
H A Dvsx_f2i_nan.c200 const vsx_##DEST_T##_vec_t expected_result = \ in DEFINE_VSX_ALL_EQ_FUNC()
210 vsx_##DEST_T##_all_eq(expected_result, actual_result); \ in DEFINE_VSX_ALL_EQ_FUNC()
218 print_vsx_##DEST_T##_vec_elements(stdout, expected_result); \ in DEFINE_VSX_ALL_EQ_FUNC()
/openbmc/openbmc-test-automation/gui/test/access_control/
H A Dtest_obmc_gui_local_users.robot145 [Arguments] ${username} ${password} ${expected_result}=${True}
150 # expected_result Result of the test.
155 Should Be Equal ${status} ${expected_result} Login expectation was not met
/openbmc/linux/tools/testing/selftests/x86/
H A Damx.c349 enum expected_result { FAIL_EXPECTED, SUCCESS_EXPECTED }; enum
361 static void validate_req_xcomp_perm(enum expected_result exp) in validate_req_xcomp_perm()
398 static void validate_xcomp_perm(enum expected_result exp) in validate_xcomp_perm()
436 static void setup_altstack(void *addr, unsigned long size, enum expected_result exp) in setup_altstack()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_hw.c447 enum i2c_channel_operation_result expected_result) in dce_i2c_hw_engine_wait_on_operation_result() argument
460 if (result != expected_result) in dce_i2c_hw_engine_wait_on_operation_result()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_user.robot588 [Arguments] ${password_length} ${password_option} ${expected_result}
593 # expected_result Expected result for setting the user's password (e.g. "True", "False").
595 Rprint Vars password_length password_option expected_result
605 Valid Value status [${expected_result}]
606 Return From Keyword If '${expected_result}' == '${False}'
623 Valid Value status [${expected_result}]
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot589 [Arguments] ${id} ${interface}=eth0 ${expected_result}=valid
594 # expected_result Expected status of VLAN configuration.
603 Run Keyword If '${expected_result}' == 'error'
616 ... ${expected_result}=valid ${interface}=eth0
623 # expected_result Expected status of network setting configuration.
647 Run Keyword If '${expected_result}' == 'error'
H A Dbmc_redfish_utils.robot379 [Arguments] ${username} ${password} ${expected_result}=${True}
387 Should Be Equal ${resp.dict["PasswordChangeRequired"]} ${expected_result}
/openbmc/linux/drivers/of/
H A Dunittest.c3310 .expected_result = expected, \
3318 int expected_result; member
3448 if (info->expected_result != -9999) { in unittest_unflatten_overlay_base()
3521 if (ret != info->expected_result) { in overlay_data_apply()
3523 info->expected_result, ret, overlay_name); in overlay_data_apply()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c2540 int expected_result; in cros_ec_proto_test_get_sensor_count_legacy() member
2570 KUNIT_EXPECT_EQ(test, ret, test_data[i].expected_result); in cros_ec_proto_test_get_sensor_count_legacy()