Merge "[Tempest]: Adding sleep between PSG creation and adding to backend"
This commit is contained in:
commit
03635768e0
@ -134,6 +134,7 @@ class ProviderSecurityGroupTest(base.BaseAdminNetworkTest):
|
|||||||
sg_rule = self.create_security_group_rule(sg_id, cmgr=self.cmgr_adm,
|
sg_rule = self.create_security_group_rule(sg_id, cmgr=self.cmgr_adm,
|
||||||
protocol='icmp')
|
protocol='icmp')
|
||||||
sg_rule.get('id')
|
sg_rule.get('id')
|
||||||
|
time.sleep(constants.NSX_BACKEND_TIME_INTERVAL)
|
||||||
self.assertNotEmpty(self.nsx.get_firewall_section(sg_name, sg_id))
|
self.assertNotEmpty(self.nsx.get_firewall_section(sg_name, sg_id))
|
||||||
|
|
||||||
@test.attr(type='nsxv3')
|
@test.attr(type='nsxv3')
|
||||||
|
Loading…
Reference in New Issue
Block a user