diff options
author | 2017-04-06 12:44:31 +0000 | |
---|---|---|
committer | 2017-04-06 12:44:31 +0000 | |
commit | fc4be601064883817a072470f0c1784372a41083 (patch) | |
tree | aade99b8409940649bf7eb6cf2313c5c90dc36f0 /os_net_config | |
parent | f26b56c8f2515ea7bbd349d3367ccdf6600d720a (diff) | |
parent | 34df7f5748cad21569cf58e5fffb1bb653f4daf6 (diff) |
Merge "Correct the test code to remove 'pass' where it is not needed"
Diffstat (limited to 'os_net_config')
-rw-r--r-- | os_net_config/tests/test_impl_ifcfg.py | 2 |
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 |