Skip to content

Commit 592c5de

Browse files
updated the first rule
1 parent b45c401 commit 592c5de

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

tests/CIS/juniper_junos/rule_11.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from comfy.compliance import medium
2+
3+
4+
@medium(
5+
name='rule_1_1_ensure_device_is_running_current_junos_software',
6+
platform=['juniper'],
7+
commands=dict(chk_cmd='')
8+
)
9+
def rule_1_1_ensure_device_is_running_current_junos_software(commands, ref):
10+
assert '' in commands.chk_cmd, ref

0 commit comments

Comments
 (0)