From 11b95072404553dc21f263100a40de27fcc9fc7c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Sep 2024 23:08:32 +0200 Subject: [PATCH] support/testing/tests/package/test_iptables.py: fix 'OUTPUT' typo Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit 1772ad2f5f34e28bf845c45ce355e888cdea9f63) Signed-off-by: Peter Korsgaard --- support/testing/tests/package/test_iptables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/tests/package/test_iptables.py b/support/testing/tests/package/test_iptables.py index ee57b31558..924a483ddb 100644 --- a/support/testing/tests/package/test_iptables.py +++ b/support/testing/tests/package/test_iptables.py @@ -40,7 +40,7 @@ class TestIptables(infra.basetest.BRTest): self.assertRunOk("iptables --version") # We delete all rules in all chains. We also set default - # policies to ACCEPT for INPUT and OUPUT chains. This should + # policies to ACCEPT for INPUT and OUTPUT chains. This should # already be the case (default Kernel config). This makes sure # this test starts from a known state and also those common # command invocations works.