fix integration tests (#35117)

pull/35129/head
Bruno 7 years ago committed by Dag Wieers
parent 90f0c411e4
commit c5a7beecc4

@ -2,11 +2,6 @@
# 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)
- 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
fail:

@ -1,14 +1,8 @@
# 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)
- 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
fail:
msg: 'Please define the following variables: aci_hostname, aci_username and aci_password.'

Loading…
Cancel
Save