From 211d5f96e113e5337091c771a5cac9fbd03e2ad9 Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Wed, 29 Sep 2021 04:51:29 +0000 Subject: [PATCH] Gating test case fix for typo in verification method https: //bugzilla.eng.vmware.com/show_bug.cgi?id=2846672 Change-Id: I8d7840c0d6a75dbd6f91f44cf831c15df8ce3ea8 --- .../tests/nsxv3/api/test_nsx_security_groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx_tempest_plugin/tests/nsxv3/api/test_nsx_security_groups.py b/vmware_nsx_tempest_plugin/tests/nsxv3/api/test_nsx_security_groups.py index 2048f3f..fcfd18a 100644 --- a/vmware_nsx_tempest_plugin/tests/nsxv3/api/test_nsx_security_groups.py +++ b/vmware_nsx_tempest_plugin/tests/nsxv3/api/test_nsx_security_groups.py @@ -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'])