Skip to content

Commit

Permalink
Add regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Oct 22, 2021
1 parent 6ab68bb commit c05c26d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/integration/targets/elb_classic_lb_info/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,17 @@
- info.elbs|length==1
- info.elbs[0].load_balancer_name == tag_prefix

# ============================================================

- name: get all load balancers
elb_classic_lb_info:
names: "{{ omit }}"
register: info

- assert:
that:
- info.elbs|length>0

always:

# ============================================================
Expand Down

0 comments on commit c05c26d

Please sign in to comment.