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 0666d27..d0a06ca 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 @@ -250,14 +250,10 @@ class NSXv3SecGroupTest(base.BaseSecGroupTest): secgroup['name'], secgroup['id'], os_tenant_id='default') self.assertIsNone(nsx_nsgroup_policy) - if 'realization_id' in nsx_nsgroup_policy.keys(): - self.assertIsNotNone(nsx_nsgroup_policy['realization_id']) nsx_dfw_section_policy = self.nsxp.get_firewall_section( secgroup['name'], secgroup['id'], os_tenant_id='default') self.assertIsNone(nsx_dfw_section_policy, dfw_error_msg) - if 'realization_id' in nsx_dfw_section_policy.keys(): - self.assertIsNotNone(nsx_dfw_section_policy['realization_id']) nsx_nsgroup = self.nsxp.get_ns_group( secgroup['name'], secgroup['id'], nsxp=True, os_tenant_id='default')