Skip to content
Snippets Groups Projects
Commit a57c9f61 authored by Rick Carback's avatar Rick Carback
Browse files

Add the assertion test from smoke infra to the basice2e test

parent 113ea726
No related branches found
No related tags found
No related merge requests found
......@@ -247,4 +247,12 @@ cat $GATEWAYLOGS/*.log | grep "ERROR" | grep -v "context" | grep -v "certificate
cat $GATEWAYLOGS/*.log | grep "FATAL" | grep -v "context" >> results/gateway-errors.txt || true
diff -ruN results/gateway-errors.txt noerrors.txt
echo "CHECKING THAT AT LEAST 2 ROUNDS RAN"
cat results/servers/server-5.log | grep "RID 1 ReceiveFinishRealtime END" > rid.txt || true
if [ ! -s rid.txt ]; then
echo "FAILURE!"
exit 42
fi
echo "NO OUTPUT ERRORS, SUCCESS!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment