Skip to content

Commit

Permalink
Final ipaddr deprecation cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen committed Dec 5, 2023
1 parent 5160e7e commit f00becc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cloud_playbooks/roles/packet-ci/tasks/create-vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
retries: 20
delay: 15
until:
- vm_ips.stdout | ipaddr
- vm_ips.stdout | ansible.utils.ipaddr

- name: "Create inventory for CI test in file /tmp/{{ test_name }}/inventory"
template:
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/030_check-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
- name: Check pods IP are in correct network
assert:
that: item | ipaddr(kube_pods_subnet)
that: item | ansible.utils.ipaddr(kube_pods_subnet)
when:
- not item in pods_hostnet
- item in pods_running
Expand Down

0 comments on commit f00becc

Please sign in to comment.