vmware_dvswitch_nioc: fix the integration test (#58920)

Correct the name of the vcenter variables.
pull/47923/head
Gonéri Le Bouder 5 years ago committed by Abhijeet Kasurde
parent ee24e6c5be
commit 909f7f2ce5

@ -35,9 +35,9 @@
- &enable_nioc - &enable_nioc
name: Enable NIOC name: Enable NIOC
vmware_dvswitch_nioc: vmware_dvswitch_nioc:
hostname: "{{ vcenter_server }}" hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_user }}" username: "{{ vcenter_username }}"
password: "{{ vcenter_pass }}" password: "{{ vcenter_password }}"
switch: dvswitch_0001 switch: dvswitch_0001
version: version3 version: version3
validate_certs: no validate_certs: no
@ -74,9 +74,9 @@
- &disable_nioc - &disable_nioc
name: Disable NIOC name: Disable NIOC
vmware_dvswitch_nioc: vmware_dvswitch_nioc:
hostname: "{{ vcenter_server }}" hostname: "{{ vcenter_hostname }}"
username: "{{ vcenter_user }}" username: "{{ vcenter_username }}"
password: "{{ vcenter_pass }}" password: "{{ vcenter_password }}"
switch: dvswitch_0001 switch: dvswitch_0001
validate_certs: no validate_certs: no
state: absent state: absent

Loading…
Cancel
Save