Skip to content

Commit 2464cc0

Browse files
committed
fix firewall test
1 parent c3afab7 commit 2464cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/targets/domain/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
that:
228228
- dom is changed
229229
- dom.path == "ROOT/" + cs_resource_prefix + "_domain"
230-
- dom.name == "{{ cs_resource_prefix }}_domain"
230+
- dom.name == cs_resource_prefix + "_domain"
231231

232232
- name: test delete a domain with clean up idempotence
233233
ngine_io.cloudstack.domain:

tests/integration/targets/firewall/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
- name: set ip address as fact
3838
set_fact:
39-
ngine_io.cloudstack.firewall_ip_address: "{{ ip_address.ip_address }}"
39+
cs_firewall_ip_address: "{{ ip_address.ip_address }}"
4040

4141
- name: setup 80
4242
ngine_io.cloudstack.firewall:

0 commit comments

Comments
 (0)