vmware_dvswitch_nioc: fix the integration test (#58920)
Correct the name of the vcenter variables.
This commit is contained in:
parent
ee24e6c5be
commit
909f7f2ce5
1 changed files with 6 additions and 6 deletions
|
@ -35,9 +35,9 @@
|
|||
- &enable_nioc
|
||||
name: Enable NIOC
|
||||
vmware_dvswitch_nioc:
|
||||
hostname: "{{ vcenter_server }}"
|
||||
username: "{{ vcenter_user }}"
|
||||
password: "{{ vcenter_pass }}"
|
||||
hostname: "{{ vcenter_hostname }}"
|
||||
username: "{{ vcenter_username }}"
|
||||
password: "{{ vcenter_password }}"
|
||||
switch: dvswitch_0001
|
||||
version: version3
|
||||
validate_certs: no
|
||||
|
@ -74,9 +74,9 @@
|
|||
- &disable_nioc
|
||||
name: Disable NIOC
|
||||
vmware_dvswitch_nioc:
|
||||
hostname: "{{ vcenter_server }}"
|
||||
username: "{{ vcenter_user }}"
|
||||
password: "{{ vcenter_pass }}"
|
||||
hostname: "{{ vcenter_hostname }}"
|
||||
username: "{{ vcenter_username }}"
|
||||
password: "{{ vcenter_password }}"
|
||||
switch: dvswitch_0001
|
||||
validate_certs: no
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue