Skip to content

Commit

Permalink
closes-bug: #1737262
Browse files Browse the repository at this point in the history
Change-Id: Ic91bd15cb69025a1e742ef4fb60740d0dc7e6cd8
  • Loading branch information
nsarath committed Dec 12, 2017
1 parent 850927d commit 475452c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vm_regression/test_vm.py
Expand Up @@ -3092,8 +3092,8 @@ def test_sctp_traffic_between_vm(self):
node_name=self.compute_2
))

vn1_vm1_fixture.wait_till_vm_up()
fvn_vm1_fixture.wait_till_vm_up()
assert vn1_vm1_fixture.wait_till_vm_up()
assert fvn_vm1_fixture.wait_till_vm_up()
fip_fixture = self.useFixture(
FloatingIPFixture(
project_name=self.inputs.project_name,
Expand Down

0 comments on commit 475452c

Please sign in to comment.