summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/vmware_dvswitch_uplink_pg
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-02-26 18:32:06 +0100
committerMatt Clay <matt@mystile.com>2019-02-26 20:29:21 +0100
commitb713246f575c03aa3fa43f52ff04d7b4a5bcc8c0 (patch)
tree551fe65896e4dce0ff775c926288eef4f4256f74 /test/integration/targets/vmware_dvswitch_uplink_pg
parentdocker_swarm: extend tests (part I) (#53005) (diff)
downloadansible-b713246f575c03aa3fa43f52ff04d7b4a5bcc8c0.tar.xz
ansible-b713246f575c03aa3fa43f52ff04d7b4a5bcc8c0.zip
Reduce vcenter integration test boilerplate.
Diffstat (limited to 'test/integration/targets/vmware_dvswitch_uplink_pg')
-rw-r--r--test/integration/targets/vmware_dvswitch_uplink_pg/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/integration/targets/vmware_dvswitch_uplink_pg/tasks/main.yml b/test/integration/targets/vmware_dvswitch_uplink_pg/tasks/main.yml
index b9e3ce3a20..f245e25a86 100644
--- a/test/integration/targets/vmware_dvswitch_uplink_pg/tasks/main.yml
+++ b/test/integration/targets/vmware_dvswitch_uplink_pg/tasks/main.yml
@@ -2,12 +2,6 @@
# Copyright: (c) 2018, Christian Kotte <christian.kotte@gmx.de>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-- name: store the vcenter container ip
- set_fact:
- vcsim: "{{ lookup('env', 'vcenter_host') }}"
-
-- debug: var=vcsim
-
- name: Wait for Flask controller to come up online
wait_for:
host: "{{ vcsim }}"