Skip to content

Commit

Permalink
Update ci/ci.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Eoghan Russell <eoghan.russell@intel.com>
  • Loading branch information
johnoloughlin and Eoghan Russell authored Sep 14, 2023
1 parent b6ffe04 commit eeddbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pps="$(kubectl logs -n ovs pod/ovs-app2-kind-control-plane |tail -11 | grep 'RX-
echo "RX Packets: $pps"

if [ "$pps" -eq "0" ] || [ -z "${pps}" ]; then
echo "Test Fail no traffic";
echo "Tests failed no traffic";
exit 1;
else
echo "OVS Test Pass";
Expand Down

0 comments on commit eeddbb6

Please sign in to comment.