Skip to content

Commit 37a8058

Browse files
netpickermailsanjayhere
authored and
imi
committed
added first test for junos (#93)
* renamed folders * adding first junos test * added first test for juniper --------- Co-authored-by: mailsanjayhere <mailsanjayhere@gmail.com>
1 parent 2ca4a7f commit 37a8058

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
defaults:
2+
devices:
3+
- ipaddress: 192.168.1.1
4+
platform: juniper_junos
5+
tenant: default
6+
7+
tests:
8+
rule_1_1_ensure_device_is_running_current_junos_software:
9+
- outcome: OK
10+
commands:
11+
show version: 21.4R3-S2.9
12+
- outcome: TESTS_FAILED
13+
commands:
14+
show version: 18.2R3-S2.9

0 commit comments

Comments
 (0)