Lines Matching full:echo
4 echo "Boot config test script"
29 echo "test case $NO ($*)... "
37 echo "test case $NO ($*)... "
44 echo "Basic command test"
47 echo "Delete command should success without bootconfig"
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"
103 echo "Max filesize check"
116 echo "Adding same-key values"
121 echo > $INITRD
129 echo "Override same-key values"
134 echo > $INITRD
142 echo "Double/single quotes test"
149 echo "Repeat same-key tree"
155 echo > $INITRD
162 echo "Remove/keep tailing spaces"
167 echo > $INITRD
174 echo "=== expected failure cases ==="
179 echo "=== expected success cases ==="
185 echo
186 echo "=== Summary ==="
187 echo "# of Passed: $(expr $NO - $NG - 1)"
188 echo "# of Failed: $NG"
190 echo
192 echo "All tests passed"
194 echo "$NG tests failed"