We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a86b0f commit c1d6958Copy full SHA for c1d6958
2 files changed
.github/workflows/netns/afp-ips-netns-bridge.sh
@@ -209,8 +209,8 @@ if [ $ACCEPTED -eq 0 ]; then
209
echo "ERROR should have seen non-0 accepted"
210
RES=1
211
fi
212
-if [ $BLOCKED -ne 10 ]; then
213
- echo "ERROR should have seen 10 blocked"
+if [ $BLOCKED -lt 10 ]; then
+ echo "ERROR should have seen 10+ blocked"
214
215
216
.github/workflows/netns/nfq-ips-netns-route.sh
@@ -223,8 +223,8 @@ if [ $ACCEPTED -eq 0 ]; then
223
echo "ERROR no packets captured"
224
225
226
227
228
229
230
0 commit comments