summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_vmware_tests
diff options
context:
space:
mode:
authorGonéri Le Bouder <goneri@lebouder.net>2019-04-24 13:52:48 -0400
committerGonéri Le Bouder <goneri@lebouder.net>2019-05-02 09:31:03 -0400
commit2307797a764eda80863b3b14b0251e36ccc3b1ea (patch)
tree664eedbae08082853c0b5ce214de97aadab04e61 /test/integration/targets/prepare_vmware_tests
parent636f8cbdab3f09589d04ff064d99d599e112f8e2 (diff)
downloadansible-2307797a764eda80863b3b14b0251e36ccc3b1ea.tar.gz
vmware: refactoring of vmware test roles -- part3
Refactoring of the following roles to make use of the new `prepare_vmware_tests` role. - `vmware_drs_group` - `vmware_drs_group_facts` - `vmware_drs_rule_facts` - `vmware_drs_portgroup` - `vmware_drs_portgroup_facts` - `vmware_dvs_portgroup_facts` - `vmware_dvswitch` - `vmware_dvswitch_pvlans` This patch depends on: https://github.com/ansible/ansible/pull/55719 Original PR: https://github.com/ansible/ansible/pull/54882
Diffstat (limited to 'test/integration/targets/prepare_vmware_tests')
-rw-r--r--test/integration/targets/prepare_vmware_tests/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/prepare_vmware_tests/tasks/main.yml b/test/integration/targets/prepare_vmware_tests/tasks/main.yml
index bb01820683..d19bd870ad 100644
--- a/test/integration/targets/prepare_vmware_tests/tasks/main.yml
+++ b/test/integration/targets/prepare_vmware_tests/tasks/main.yml
@@ -15,6 +15,8 @@
when: setup_virtualmachines is defined
- include_tasks: setup_switch.yml
when: setup_switch is defined
+ - include_tasks: setup_dvswitch.yml
+ when: setup_dvswitch is defined
- when: vcsim is defined