Home
last modified time | relevance | path

Searched refs:expect_streq (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh33 expect_streq "$str" '[INIT]'
50 expect_streq "$str" <<EOF
82 expect_streq "$str" <<EOF
108 expect_streq "$str" <<EOF
135 expect_streq "$intf" 'eno2'
136 expect_streq "$fam" 'inet6'
146 expect_streq "$intf" 'eno2'
147 expect_streq "$fam" 'inet6'
150 expect_streq "$flags" ''
172 expect_streq "$intf" 'eno2'
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/
H A Dtest.sh124 expect_streq "$str" '10.0.255.1'
130 expect_streq "$str" '::'
133 expect_streq "$str" 'fd00::'
136 expect_streq "$str" '::fd'
139 expect_streq "$str" 'fd01::1'
170 expect_streq "$str" '::1/128'
172 expect_streq "$str" 'fd01::1/64'
174 expect_streq "$str" 'fd01::1/127'
176 expect_streq "$str" 'fd02::1/15'
185 expect_streq "$str" '10.0.0.1/24'
[all …]
/openbmc/openbmc/meta-google/recipes-google/test/test-sh/
H A Dtest.sh129 expect_streq abz abz || return
141 expect_streq 15 0xf || return
H A Dlib.sh16 expect_streq() { function
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c556 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_streq(expr, llen, cmp); } while (0)
559 int expect_streq(const char *expr, int llen, const char *cmp) in expect_streq() function