File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/integration/targets/cics_cmci Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
- result is changed
78
78
- result.cpsm_response == 'OK'
79
79
- result.record_count == 1
80
- - result.records[0].name == 'ANSIBUND'
80
+ - result.records[0].name == bunddef
81
81
82
82
- name : ' install bundle def'
83
83
delegate_to : ' localhost'
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ ansible-playbook -e "@cmci-variables.yml" playbooks/cmci_invalid_credentials.yml
10
10
ansible-playbook -e " @cmci-variables.yml" playbooks/cmci_incorrect_scope.yml
11
11
ansible-playbook -e " @cmci-variables.yml" playbooks/cmci_incorrect_context.yml
12
12
ansible-playbook -e " @cmci-variables.yml" playbooks/cics_cmci_http.yml
13
- ansible-playbook -e " @cmci-variables.yml" playbooks/cmci_create_bundle_failure .yml
13
+ ansible-playbook -e " @cmci-variables.yml" playbooks/cmci_install_bundle_failure .yml
14
14
ansible-playbook -e " @cmci-variables.yml" playbooks/cmci_create_pipeline_failure.yml
You can’t perform that action at this time.
0 commit comments