mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-28 00:48:54 +00:00
further expanded two-ply meshms list test.
This commit is contained in:
parent
c88da2d363
commit
6578f3e630
@ -105,6 +105,10 @@ test_twoPly() {
|
|||||||
assertStdoutLineCount '==' 4
|
assertStdoutLineCount '==' 4
|
||||||
assertStdoutGrep --stdout --stderr --matches=1 '^0:.*:received:meshms:Message-2b'
|
assertStdoutGrep --stdout --stderr --matches=1 '^0:.*:received:meshms:Message-2b'
|
||||||
assertStdoutGrep --stdout --stderr --matches=1 '^1:.*:unacknowledged:meshms:Message-1a'
|
assertStdoutGrep --stdout --stderr --matches=1 '^1:.*:unacknowledged:meshms:Message-1a'
|
||||||
|
executeOk_servald meshms list messages $SIDA2 $SIDA1
|
||||||
|
assertStdoutLineCount '==' 4
|
||||||
|
assertStdoutGrep --stdout --stderr --matches=1 '^0:.*:received:meshms:Message-1a'
|
||||||
|
assertStdoutGrep --stdout --stderr --matches=1 '^1:.*:unacknowledged:meshms:Message-2b'
|
||||||
}
|
}
|
||||||
|
|
||||||
runTests "$@"
|
runTests "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user