Home
last modified time | relevance | path

Searched refs:test_str (Results 1 – 2 of 2) sorted by relevance

/openbmc/obmc-console/test/
H A Dtest-config-parse-bytesize.c14 const char *test_str; member
51 rc = config_parse_bytesize(test_data[i].test_str, &size); in test_config_parse_bytesize()
55 test_data[i].test_str, test_data[i].expected_rc, in test_config_parse_bytesize()
59 i, test_data[i].test_str, in test_config_parse_bytesize()
/openbmc/qemu/tests/qtest/
H A Dadm1266-test.c49 const char *test_str) in compare_string() argument
55 g_assert_cmpstr(i2c_str, ==, test_str); in compare_string()
59 const char *test_str, uint8_t len) in write_and_compare_string() argument
63 strncpy(buf + 1, test_str, len); in write_and_compare_string()
65 compare_string(i2cdev, reg, test_str); in write_and_compare_string()