aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-06 12:44:31 +0000
committerGerrit Code Review <review@openstack.org>2017-04-06 12:44:31 +0000
commitfc4be601064883817a072470f0c1784372a41083 (patch)
treeaade99b8409940649bf7eb6cf2313c5c90dc36f0
parentf26b56c8f2515ea7bbd349d3367ccdf6600d720a (diff)
parent34df7f5748cad21569cf58e5fffb1bb653f4daf6 (diff)
Merge "Correct the test code to remove 'pass' where it is not needed"
-rw-r--r--os_net_config/tests/test_impl_ifcfg.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/os_net_config/tests/test_impl_ifcfg.py b/os_net_config/tests/test_impl_ifcfg.py
index 82ca116..d770415 100644
--- a/os_net_config/tests/test_impl_ifcfg.py
+++ b/os_net_config/tests/test_impl_ifcfg.py
@@ -1209,7 +1209,6 @@ class TestIfcfgNetConfigApply(base.TestCase):
def test_execute(*args, **kwargs):
execute_strings.append(args[1])
- pass
self.stubs.Set(NetConfig, 'execute', test_execute)
self.provider.noop = True
@@ -1223,7 +1222,6 @@ class TestIfcfgNetConfigApply(base.TestCase):
def test_execute(*args, **kwargs):
execute_strings.append(args[1])
- pass
self.stubs.Set(NetConfig, 'execute', test_execute)
self.provider.noop = True