Skip to content

Commit a9f7a73

Browse files
update tests
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
1 parent f53e8e2 commit a9f7a73

File tree

2 files changed

+6
-7
lines changed
  • ansible_collections/junipernetworks/junos

2 files changed

+6
-7
lines changed

ansible_collections/junipernetworks/junos/galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: junos
99
namespace: junipernetworks
1010
description: Ansible Network Collection for Junipernetworks Junos devices.
1111
readme: README.md
12-
repository: https://github.com/ansible-collections/junipernetworks.junos
13-
issues: https://github.com/ansible-collections/junipernetworks.junos/issues
12+
repository: https://github.com/Juniper/ansible-junos-stdlib
13+
issues: https://github.com/Juniper/ansible-junos-stdlib/issues
1414
tags: [juniper, junipernetworks, junos, networking, security, netconf]
1515
version: 9.1.0

ansible_collections/junipernetworks/junos/tests/integration/targets/junos_ospf_interfaces/tests/netconf/merged.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
md5:
1717
- key_id: 56
1818
key_value: "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER"
19-
start_time: "2023-7-1.02:00:00 +0000"
19+
start_time: "2023-7-1.07:30:00 +0530"
2020
- key_id: 50
2121
key_value: "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER"
2222
- key_id: 40
@@ -61,7 +61,7 @@
6161
md5:
6262
- key_id: 10
6363
key_value: "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER"
64-
start_time: "2023-7-12.03:00:00 +0000"
64+
start_time: "2023-7-12.08:30:00 +0530"
6565
priority: 2
6666
name: "so-0/2/0.0"
6767
router_id: "10.200.16.75"
@@ -74,7 +74,7 @@
7474
md5:
7575
- key_id: 10
7676
key_value: "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER"
77-
start_time: "2023-7-12.03:00:00 +0000"
77+
start_time: "2023-7-12.03:00:00 +0530"
7878
priority: 2
7979
name: so-0/2/0.1
8080
router_id: "10.200.16.75"
@@ -160,8 +160,7 @@
160160
ansible.builtin.assert:
161161
that:
162162
- result.changed == True
163-
- "{{ expected_config | symmetric_difference(result['after']) |length\
164-
\ == 0 }}"
163+
- "{{ expected_config | symmetric_difference(result['after']) | length == 0 }}"
165164

166165
- name: Merge the provided configuration with the existing running configuration (IDEMPOTENT)
167166
junipernetworks.junos.junos_ospf_interfaces: *merged

0 commit comments

Comments
 (0)