Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit b6b5eb3

Browse files
shzhou12SteveHNH
authored andcommitted
Add spec for ls_ocp_cni_openshift_sdn (#147)
* Add spec for ls_ocp_cni_openshift_sdn * Change the symbolic name
1 parent be82a2b commit b6b5eb3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

uploader.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,11 @@
392392
"pattern": [],
393393
"symbolic_name": "ls_var_spool_clientmq"
394394
},
395+
{
396+
"command": "/bin/ls -l /var/lib/cni/networks/openshift-sdn",
397+
"pattern": [],
398+
"symbolic_name": "ls_ocp_cni_openshift_sdn"
399+
},
395400
{
396401
"command": "/bin/ls -lan /",
397402
"pattern": [],

uploader.v2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,11 @@
392392
"pattern": [],
393393
"symbolic_name": "ls_var_spool_clientmq"
394394
},
395+
{
396+
"command": "/bin/ls -l /var/lib/cni/networks/openshift-sdn",
397+
"pattern": [],
398+
"symbolic_name": "ls_ocp_cni_openshift_sdn"
399+
},
395400
{
396401
"command": "/bin/ls -lan /",
397402
"pattern": [],

0 commit comments

Comments
 (0)