Follow fix for test_iptables (#82768)

* rename 'test_policy_table' to 'test_policy_table_flush' to remove duplicate
  test case name.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/80787/head^2
Abhijeet Kasurde 2 months ago committed by GitHub
parent 38006103dc
commit cdd303101e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -135,7 +135,7 @@ def test_policy_table(mocker):
)
]
)
def test_policy_table(mocker, test_input, commands_results):
def test_policy_table_flush(mocker, test_input, commands_results):
"""Test flush without parameters and change == false."""
set_module_args(test_input)
run_command = mocker.patch(

Loading…
Cancel
Save