Searched refs:expected_value (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | test-x86-cpuid-compat.c | 49 int64_t expected_value; member 63 g_assert_cmpint(val, ==, args->expected_value); in test_cpuid_prop() 72 const char *property, int64_t expected_value) in add_cpuid_test() argument 95 args->expected_value = expected_value; in add_cpuid_test() 114 bool expected_value; member 159 g_assert(!!(value & (1U << args->bitnr)) == args->expected_value); in test_feature_flag() 174 int bitnr, bool expected_value) in add_feature_test() argument 194 args->expected_value = expected_value; in add_feature_test()
|
| H A D | npcm7xx_emc-test.c | 501 uint32_t expected_mask, expected_value, recv_len; in emc_send_verify1() local 513 expected_value = TX_DESC_STATUS_TXCP; in emc_send_verify1() 515 expected_value |= TX_DESC_STATUS_TXINTR; in emc_send_verify1() 518 expected_value); in emc_send_verify1() 653 uint32_t expected_mask, expected_value; in emc_recv_verify() local 701 expected_value = (REG_MISTA_DENI | in emc_recv_verify() 705 ==, expected_value); in emc_recv_verify() 713 expected_value = RX_DESC_STATUS_RXGD; in emc_recv_verify() 715 expected_value |= RX_DESC_STATUS_RXINTR; in emc_recv_verify() 718 expected_value); in emc_recv_verify() [all …]
|
| H A D | aspeed-smc-utils.c | 200 uint32_t expected_value) in assert_page_mem() argument 205 g_assert_cmphex(page[i], ==, expected_value); in assert_page_mem() 576 uint32_t expected_value = protection_start <= sector in aspeed_smc_test_write_block_protect() local 580 assert_page_mem(test_data, addr, expected_value); in aspeed_smc_test_write_block_protect() 622 uint32_t expected_value = protection_start <= sector in aspeed_smc_test_write_block_protect_bottom_bit() local 626 assert_page_mem(test_data, addr, expected_value); in aspeed_smc_test_write_block_protect_bottom_bit()
|
| H A D | arm-cpu-features.c | 148 #define resp_assert_feature(resp, feature, expected_value) \ argument 156 g_assert(qdict_get_bool(_props, feature) == (expected_value)); \ 159 #define assert_feature(qts, cpu_type, feature, expected_value) \ argument 165 resp_assert_feature(_resp, feature, expected_value); \
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | rest_client.robot | 258 ... ${expected_value}=${EMPTY} 265 # expected_value If this argument is not empty, the retrieved value 274 IF '${expected_value}' != '${EMPTY}' 275 Should Be Equal As Strings ${expected_value} ${resp.json()["data"]} 283 ... ${expected_value}=${EMPTY} &{kwargs} 292 # expected_value Only used if verify is set to ${TRUE}. The value that 312 ${expected_value}= Set Variable If '${expected_value}' == '${EMPTY}' 313 ... ${kwargs['data']['data']} ${expected_value} 315 Should Be Equal ${value} ${expected_value}
|
| H A D | remote_logging_utils.robot | 33 ... verify=${TRUE} expected_value=${remote_host} 40 ... verify=${TRUE} expected_value=${remote_port}
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | utils.py | 416 expected_value = "stuff morestuff" 430 self.assertEqual(expected_value, testvalue)
|
| /openbmc/openbmc-test-automation/gui/lib/ |
| H A D | gui_resource.robot | 160 [Arguments] ${element} ${expected_value} 164 # expected_value Expected value of for the given element. 172 Should Contain ${element_value} ${expected_value}
|
| /openbmc/qemu/hw/char/ |
| H A D | serial.c | 694 bool expected_value = ((s->iir & UART_IIR_ID) == UART_IIR_THRI); in serial_thr_ipending_needed() local 695 return s->thr_ipending != expected_value; in serial_thr_ipending_needed()
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_sol.robot | 331 ${expected_value}= Set Variable If 353 Should Be Equal '${setting_value}' '${expected_value}'
|