Fixed miss spelled updated in test name
Change-Id: I1df4fe57f50332332c70badf4bc6a6c1c8d5636c
This commit is contained in:
parent
60bd2997f2
commit
5658b599d0
@ -1254,7 +1254,7 @@ class TestSecurityGroupAgentWithIptables(base.BaseTestCase):
|
|||||||
|
|
||||||
self.mox.VerifyAll()
|
self.mox.VerifyAll()
|
||||||
|
|
||||||
def test_security_group_rule_udpated(self):
|
def test_security_group_rule_updated(self):
|
||||||
self.rpc.security_group_rules_for_devices.return_value = self.devices2
|
self.rpc.security_group_rules_for_devices.return_value = self.devices2
|
||||||
self._replay_iptables(IPTABLES_FILTER_2, IPTABLES_FILTER_V6_2)
|
self._replay_iptables(IPTABLES_FILTER_2, IPTABLES_FILTER_V6_2)
|
||||||
self._replay_iptables(IPTABLES_FILTER_2_3, IPTABLES_FILTER_V6_2)
|
self._replay_iptables(IPTABLES_FILTER_2_3, IPTABLES_FILTER_V6_2)
|
||||||
|
Loading…
Reference in New Issue
Block a user