Skip to content

Commit 24a6fc5

Browse files
committed
fix instance tests
1 parent 5413316 commit 24a6fc5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/integration/targets/instance/tasks/project.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
that:
2121

2222
- name: setup ssh key in project
23-
ngine_io.cloudstack.sshkeypair:
23+
ngine_io.cloudstack.ssh_key:
2424
name: "{{ cs_resource_prefix }}-sshkey-prj"
2525
project: "{{ cs_resource_prefix }}-prj"
2626
register: sshkey
@@ -30,7 +30,7 @@
3030
- sshkey is successful
3131

3232
- name: setup affinity group in project
33-
ngine_io.cloudstack.affinitygroup:
33+
ngine_io.cloudstack.affinity_group:
3434
name: "{{ cs_resource_prefix }}-ag-prj"
3535
project: "{{ cs_resource_prefix }}-prj"
3636
register: ag
@@ -40,7 +40,7 @@
4040
- ag is successful
4141

4242
- name: setup security group in project
43-
ngine_io.cloudstack.securitygroup:
43+
ngine_io.cloudstack.security_group:
4444
name: "{{ cs_resource_prefix }}-sg-prj"
4545
project: "{{ cs_resource_prefix }}-prj"
4646
register: sg
@@ -520,7 +520,7 @@
520520
- instance is not changed
521521

522522
- name: cleanup ssh key in project
523-
ngine_io.cloudstack.sshkeypair:
523+
ngine_io.cloudstack.ssh_key:
524524
name: "{{ cs_resource_prefix }}-sshkey-prj"
525525
project: "{{ cs_resource_prefix }}-prj"
526526
state: absent
@@ -531,7 +531,7 @@
531531
- sshkey is successful
532532

533533
- name: cleanup affinity group in project
534-
ngine_io.cloudstack.affinitygroup:
534+
ngine_io.cloudstack.affinity_group:
535535
name: "{{ cs_resource_prefix }}-ag-prj"
536536
project: "{{ cs_resource_prefix }}-prj"
537537
state: absent
@@ -545,7 +545,7 @@
545545
- ag is successful
546546

547547
- name: cleanup security group in project ...take a while unless instance in project is expunged
548-
ngine_io.cloudstack.securitygroup:
548+
ngine_io.cloudstack.security_group:
549549
name: "{{ cs_resource_prefix }}-sg-prj"
550550
project: "{{ cs_resource_prefix }}-prj"
551551
state: absent

0 commit comments

Comments
 (0)