Skip to content

Commit

Permalink
Update testing timeouts (#91)
Browse files Browse the repository at this point in the history
Update testing timeouts
  • Loading branch information
evrardjp committed Apr 23, 2019
2 parents 2c9fd36 + 4fbc005 commit 1842433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional-test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
- name: Ensure all vrrp nics are up
shell: ip link set dev {{ vrrp_nic }} up || ifconfig {{ vrrp_nic }} up || true
shell: ip link set dev {{ vrrp_nic }} up || ifconfig {{ vrrp_nic }} up
changed_when: false
- name: Testing failover on {{ master_hostname }}
debug:
var: master_hostname
verbosity: 3
- name: Bringing the interfaces down
shell: ip link set {{ vrrp_nic }} down || ifconfig {{ vrrp_nic }} down || true
shell: ip link set {{ vrrp_nic }} down || ifconfig {{ vrrp_nic }} down
changed_when: false
when: inventory_hostname != master_hostname
- name: The VRRP state needs to adapt the topo change
wait_for:
timeout: 5
timeout: 8
- setup:
gather_subset: network
- debug:
Expand Down

0 comments on commit 1842433

Please sign in to comment.