Home
last modified time | relevance | path

Searched refs:expect_str (Results 1 – 3 of 3) sorted by relevance

/test/
A Dut.c76 len = vsnprintf(uts->expect_str, sizeof(uts->expect_str), fmt, args); in ut_check_console_line()
78 if (len >= sizeof(uts->expect_str)) { in ut_check_console_line()
87 return strcmp(uts->expect_str, uts->actual_str); in ut_check_console_line()
97 len = vsnprintf(uts->expect_str, sizeof(uts->expect_str), fmt, args); in ut_check_console_linen()
99 if (len >= sizeof(uts->expect_str)) { in ut_check_console_linen()
109 strlen(uts->expect_str)); in ut_check_console_linen()
132 len = vsnprintf(uts->expect_str, sizeof(uts->expect_str), fmt, args); in ut_check_skip_to_linen()
134 if (len >= sizeof(uts->expect_str)) { in ut_check_skip_to_linen()
147 strlen(uts->expect_str))) in ut_check_skip_to_linen()
159 len = vsnprintf(uts->expect_str, sizeof(uts->expect_str), fmt, args); in ut_check_skip_to_line()
[all …]
/test/py/tests/
A Dtest_eficonfig.py57 def send_user_input_and_wait(user_str, expect_str): argument
63 if expect_str is not None:
64 for i in expect_str:
67 def press_up_down_enter_and_wait(up_count, down_count, enter, expect_str): argument
81 if expect_str is not None:
82 for i in expect_str:
/test/boot/
A Dbootflow.c923 const char *expect_str, char *buf, const char *from, in check_arg() argument
930 ut_asserteq_str(expect_str, buf); in check_arg()

Completed in 10 milliseconds