Gating test case fix for typo in verification method

https: //bugzilla.eng.vmware.com/show_bug.cgi?id=2846672
Change-Id: I8d7840c0d6a75dbd6f91f44cf831c15df8ce3ea8
This commit is contained in:
Shubham Naik 2021-09-29 04:51:29 +00:00
parent ce69482d53
commit 211d5f96e1
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ class NSXv3SecGroupTest(base.BaseSecGroupTest):
secgroup_rule['id'], 'default')
self.assertIsNotNone(nsx_dfw_rule)
if 'realization_id' in nsx_dfw_rule.keys():
self.assertTrue(self.nsxp.veriy_realized_state(nsx_dfw_rule))
self.assertTrue(self.nsxp.verify_realized_state(nsx_dfw_rule))
self.assertIsNotNone(nsx_dfw_rule['realization_id'])
nsx_dfw_rule = self.nsx.get_firewall_section_rule(
nsx_dfw_section, secgroup_rule['id'])