Skip to content

Commit abdffad

Browse files
author
rsmekala
committed
Fixed review comments
1 parent dce5251 commit abdffad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

module_utils/juniper_junos_common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,6 @@ def parse_arg_to_list_of_dicts(self,
11771177
bool_val = boolean(v)
11781178
except TypeError:
11791179
bool_val = None
1180-
pass
11811180
if bool_val is not None:
11821181
v = bool_val
11831182
return_item[k] = v

tests/pb.juniper_junos_rpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@
154154

155155
- name: Check get-interface-information.xml exists
156156
stat:
157-
path: "out/{{ inventory_hostname }}_get-interface-information.xml"
157+
path: "out/{{ ansible_ssh_host }}_get-interface-information.xml"
158158
register: stat_result_1
159159

160160
- name: Check get-software-information.xml exists
161161
stat:
162-
path: "out/{{ inventory_hostname }}_get-software-information.xml"
162+
path: "out/{{ ansible_ssh_host }}_get-software-information.xml"
163163
register: stat_result_2
164164

165165
- name: Check TEST 6

0 commit comments

Comments
 (0)