mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix integration tests (#35117)
This commit is contained in:
parent
90f0c411e4
commit
c5a7beecc4
3 changed files with 1 additions and 12 deletions
|
@ -2,11 +2,6 @@
|
||||||
# Copyright 2017, Bruno Calogero <bcaloger@cisco.com>
|
# Copyright 2017, Bruno Calogero <bcaloger@cisco.com>
|
||||||
|
|
||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
- name: setting facts
|
|
||||||
set_fact:
|
|
||||||
aci_hostname: svlngen4-fab4-apic1.cisco.com
|
|
||||||
aci_username: admin
|
|
||||||
aci_password: F@b44p1c
|
|
||||||
|
|
||||||
- name: Test that we have an ACI APIC host, ACI username and ACI password
|
- name: Test that we have an ACI APIC host, ACI username and ACI password
|
||||||
fail:
|
fail:
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
# Test code for the ACI modules
|
# Test code for the ACI modules
|
||||||
# Copyright 2017, Bruno Calogero <bcalogero@cisco.com>
|
# Copyright 2017, Bruno Calogero <bcaloger@cisco.com>
|
||||||
|
|
||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
- name: hello there
|
|
||||||
set_fact:
|
|
||||||
aci_hostname: svlngen4-fab4-apic1.cisco.com
|
|
||||||
aci_username: admin
|
|
||||||
aci_password: F@b44p1c
|
|
||||||
|
|
||||||
- name: Test that we have an ACI APIC host, ACI username and ACI password
|
- name: Test that we have an ACI APIC host, ACI username and ACI password
|
||||||
fail:
|
fail:
|
||||||
msg: 'Please define the following variables: aci_hostname, aci_username and aci_password.'
|
msg: 'Please define the following variables: aci_hostname, aci_username and aci_password.'
|
||||||
|
|
Loading…
Reference in a new issue