Skip to content

Commit 8cbf54e

Browse files
committed
Fix ignore issues
1 parent d77ae59 commit 8cbf54e

File tree

4 files changed

+46
-66
lines changed

4 files changed

+46
-66
lines changed

plugins/modules/consistencygroup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,10 @@
320320
rpo: 60
321321
replication_type: "remote"
322322
remote_system:
323-
remote_system_host: '10.1.2.3'
324-
remote_system_verifycert: false
325-
remote_system_username: 'username'
326-
remote_system_password: 'password'
323+
remote_system_host: '10.1.2.3'
324+
remote_system_verifycert: false
325+
remote_system_username: 'username'
326+
remote_system_password: 'password'
327327
destination_pool_name: "pool_test_1"
328328
replication_state: "enable"
329329
state: "present"

plugins/modules/interface.py

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -79,48 +79,48 @@
7979

8080
EXAMPLES = r'''
8181
82-
- name: Add Interface as Backup to NAS Server
83-
dellemc.unity.interface:
84-
unispherehost: "{{unispherehost}}"
85-
username: "{{username}}"
86-
password: "{{password}}"
87-
validate_certs: "{{validate_certs}}"
88-
nas_server_name: "dummy_nas"
89-
ethernet_port_name: "SP A 4-Port Card Ethernet Port 0"
90-
role: "BACKUP"
91-
interface_ip: "xx.xx.xx.xx"
92-
netmask: "xx.xx.xx.xx"
93-
gateway: "xx.xx.xx.xx"
94-
vlan_id: 324
95-
state: "present"
96-
97-
- name: Add Interface as Production to NAS Server
98-
dellemc.unity.interface:
99-
unispherehost: "{{unispherehost}}"
100-
username: "{{username}}"
101-
password: "{{password}}"
102-
validate_certs: "{{validate_certs}}"
103-
nas_server_name: "dummy_nas"
104-
ethernet_port_name: "SP A 4-Port Card Ethernet Port 0"
105-
role: "PRODUCTION"
106-
interface_ip: "xx.xx.xx.xx"
107-
netmask: "xx.xx.xx.xx"
108-
gateway: "xx.xx.xx.xx"
109-
vlan_id: 324
110-
state: "present"
111-
112-
- name: Get interface details
113-
dellemc.unity.interface:
114-
unispherehost: "{{unispherehost}}"
115-
username: "{{username}}"
116-
password: "{{password}}"
117-
validate_certs: "{{validate_certs}}"
118-
nas_server_name: "dummy_nas"
119-
interface_ip: "xx.xx.xx.xx"
120-
state: "present"
121-
122-
- name: Delete Interface
123-
dellemc.unity.interface:
82+
- name: Add Interface as Backup to NAS Server
83+
dellemc.unity.interface:
84+
unispherehost: "{{unispherehost}}"
85+
username: "{{username}}"
86+
password: "{{password}}"
87+
validate_certs: "{{validate_certs}}"
88+
nas_server_name: "dummy_nas"
89+
ethernet_port_name: "SP A 4-Port Card Ethernet Port 0"
90+
role: "BACKUP"
91+
interface_ip: "xx.xx.xx.xx"
92+
netmask: "xx.xx.xx.xx"
93+
gateway: "xx.xx.xx.xx"
94+
vlan_id: 324
95+
state: "present"
96+
97+
- name: Add Interface as Production to NAS Server
98+
dellemc.unity.interface:
99+
unispherehost: "{{unispherehost}}"
100+
username: "{{username}}"
101+
password: "{{password}}"
102+
validate_certs: "{{validate_certs}}"
103+
nas_server_name: "dummy_nas"
104+
ethernet_port_name: "SP A 4-Port Card Ethernet Port 0"
105+
role: "PRODUCTION"
106+
interface_ip: "xx.xx.xx.xx"
107+
netmask: "xx.xx.xx.xx"
108+
gateway: "xx.xx.xx.xx"
109+
vlan_id: 324
110+
state: "present"
111+
112+
- name: Get interface details
113+
dellemc.unity.interface:
114+
unispherehost: "{{unispherehost}}"
115+
username: "{{username}}"
116+
password: "{{password}}"
117+
validate_certs: "{{validate_certs}}"
118+
nas_server_name: "dummy_nas"
119+
interface_ip: "xx.xx.xx.xx"
120+
state: "present"
121+
122+
- name: Delete Interface
123+
dellemc.unity.interface:
124124
unispherehost: "{{unispherehost}}"
125125
username: "{{username}}"
126126
password: "{{password}}"

tests/sanity/ignore-2.16.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@ plugins/modules/nfsserver.py validate-modules:missing-gplv3-license
1717
plugins/modules/host.py import-2.7
1818
plugins/modules/interface.py import-2.7
1919
plugins/modules/nfs.py import-2.7
20-
plugins/modules/nfs.py import-3.5
2120
plugins/modules/nfs.py compile-2.7
22-
plugins/modules/nfs.py compile-3.5
2321
plugins/modules/filesystem.py compile-2.7
24-
plugins/modules/filesystem.py compile-3.5
2522
plugins/modules/filesystem.py import-2.7
26-
plugins/modules/filesystem.py import-3.5
2723
plugins/modules/interface.py validate-modules:missing-gplv3-license
2824
plugins/modules/replication_session.py validate-modules:missing-gplv3-license
2925
plugins/modules/replication_session.py import-2.7
30-
plugins/modules/replication_session.py import-3.5
3126
plugins/modules/replication_session.py compile-2.7
32-
plugins/modules/replication_session.py compile-3.5

tests/sanity/ignore-2.17.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,5 @@ plugins/modules/user_quota.py validate-modules:missing-gplv3-license
1414
plugins/modules/volume.py validate-modules:missing-gplv3-license
1515
plugins/modules/cifsserver.py validate-modules:missing-gplv3-license
1616
plugins/modules/nfsserver.py validate-modules:missing-gplv3-license
17-
plugins/modules/host.py import-2.7
18-
plugins/modules/interface.py import-2.7
19-
plugins/modules/nfs.py import-2.7
20-
plugins/modules/nfs.py import-3.5
21-
plugins/modules/nfs.py compile-2.7
22-
plugins/modules/nfs.py compile-3.5
23-
plugins/modules/filesystem.py compile-2.7
24-
plugins/modules/filesystem.py compile-3.5
25-
plugins/modules/filesystem.py import-2.7
26-
plugins/modules/filesystem.py import-3.5
2717
plugins/modules/interface.py validate-modules:missing-gplv3-license
2818
plugins/modules/replication_session.py validate-modules:missing-gplv3-license
29-
plugins/modules/replication_session.py import-2.7
30-
plugins/modules/replication_session.py import-3.5
31-
plugins/modules/replication_session.py compile-2.7
32-
plugins/modules/replication_session.py compile-3.5

0 commit comments

Comments
 (0)