Skip to content

Commit c882d35

Browse files
committed
Modify tests to check panos in ansible source
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent cb9b9d1 commit c882d35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/unit/poller/controller/sources/ansible/data/inventory/valid_inventory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
},
333333
"leaf02": {
334334
"ansible_host": "10.255.2.185",
335-
"ansible_network_os": "cumulus",
335+
"ansible_network_os": "panos",
336336
"ansible_port": 22,
337337
"ansible_ssh_private_key_file": "tests/unit/poller/shared/sample_key",
338338
"ansible_user": "vagrant",

tests/unit/poller/controller/sources/ansible/data/results/result.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ ansible-ns.10.255.2.184.22:
1414
username: vagrant
1515
ssh_keyfile: null
1616
password: password
17-
ansible-ns.10.255.2.185.22:
17+
ansible-ns.10.255.2.185.443:
1818
address: 10.255.2.185
19-
devtype: null
19+
devtype: panos
2020
hostname: null
2121
ignore_known_hosts: False
2222
jump_host: null
2323
jump_host_key_file: null
2424
namespace: ansible-ns
25-
port: 22
25+
port: 443
2626
slow_host: False
2727
per_cmd_auth: True
2828
retries_on_auth_fail: 0
29-
transport: ssh
29+
transport: https
3030
username: vagrant
3131
ssh_keyfile: tests/unit/poller/shared/sample_key
3232
password: null

0 commit comments

Comments
 (0)