Lines Matching full:echo
4 echo "Boot config test script"
29 echo "test case $NO ($*)... "
30 if ! ($@ && echo "\t\t[OK]"); then
31 echo "\t\t[NG]"; NG=$((NG + 1))
37 echo "test case $NO ($*)... "
38 if ! (! $@ && echo "\t\t[OK]"); then
39 echo "\t\t[NG]"; NG=$((NG + 1))
44 echo "Basic command test"
47 echo "Delete command should success without bootconfig"
51 echo "key = value;" > $TEMPCONF
55 echo "Apply command test"
59 echo "Show command test"
62 echo "File size check"
68 echo "Apply command repeat test"
71 echo "File size check"
74 echo "Delete command check"
77 echo "File size check"
81 echo "No error messge while applying"
88 echo "Max node number check"
100 echo "badnode" >> $TEMPCONF
103 echo "Max filesize check"
106 echo -n "data = \"" > $TEMPCONF
108 echo "\"" >> $TEMPCONF
112 echo "\"" >> $TEMPCONF # add 2 bytes + terminal ('\"\n\0')
115 echo "Adding same-key values"
120 echo > $INITRD
128 echo "Override same-key values"
133 echo > $INITRD
141 echo "Double/single quotes test"
142 echo "key = '\"string\"';" > $TEMPCONF
148 echo "Repeat same-key tree"
154 echo > $INITRD
161 echo "Remove/keep tailing spaces"
166 echo > $INITRD
173 echo "=== expected failure cases ==="
178 echo "=== expected success cases ==="
184 echo
185 echo "=== Summary ==="
186 echo "# of Passed: $(expr $NO - $NG - 1)"
187 echo "# of Failed: $NG"
189 echo
191 echo "All tests passed"
193 echo "$NG tests failed"