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
128 expect_streq "$change" 'init'
133 expect_streq "$change" 'addr'
134 expect_streq "$action" 'add'
135 expect_streq "$intf" 'eno2'
136 expect_streq "$fam" 'inet6'
137 expect_streq "$ip" 'fd01:ff2:5687:4:cf03:45f3:983a:96eb'
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/
H A Dtest.sh58 expect_streq "$str" '::1234:5678:90af'
63 expect_streq "$str" '::1034:56ff:fe78:90af'
124 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'
142 expect_streq "$str" 'fd01::1:0:0:1'
145 expect_streq "$str" 'fd01:0:0:1:1::1'
149 expect_streq "$str" '1:1:dddd:1:1:1:1:1'
[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