From 28bafe742732888daf8fc157dacb4c8a750b7bbf Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 23 Jan 2017 18:14:40 -0800 Subject: [PATCH] Rename test for firewallD, running state. --- test/test_automated_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 13df8c61..e444aa8b 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -64,7 +64,7 @@ def test_setupVars_saved_to_file(Pihole): for k,v in SETUPVARS.iteritems(): assert "{}={}".format(k, v) in output -def test_configureFirewall_firewalld_no_errors(Pihole): +def test_configureFirewall_firewalld_running_no_errors(Pihole): ''' confirms firewalld rules are applied when appropriate ''' mock_command('firewall-cmd', 'running', '0', Pihole) configureFirewall = Pihole.run('''