You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/data/singularity
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ data = [
22
22
"program": "Singularity",
23
23
"username": "wapoelma",
24
24
"image": "tensorflow:latest",
25
-
"uid": "245890",
26
-
"pid": "4131",
25
+
"uid": 245890,
26
+
"pid": 4131,
27
27
"executable": "action-suid",
28
28
},
29
29
},
30
30
{
31
31
"raw": "<132>2017-11-22T11:09:29.204068+01:00 nic169 Singularity: action-suid (U=245890,P=13364)> Not mounting current directory: user bind control is disabled by system administrator",
32
32
"expected" : {
33
33
"program": "Singularity",
34
-
"uid": "245890",
35
-
"pid": "13364",
34
+
"uid": 245890,
35
+
"pid": 13364,
36
36
"executable": "action-suid",
37
37
"singularity_msg": "Not mounting current directory: user bind control is disabled by system administrator",
Copy file name to clipboardExpand all lines: tests/data/ssh
+8-8
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ data = [
24
24
"raw": "<86>Apr 26 11:25:44 node2104 sshd[44668]: Accepted publickey for vsc40000 from 172.24.13.2 port 43493 ssh2",
25
25
"expected" : {
26
26
'method': 'publickey',
27
-
'pid': '44668',
27
+
'pid': 44668,
28
28
'port': 43493,
29
29
'program': 'sshd',
30
30
'status': 'Accepted',
@@ -37,7 +37,7 @@ data = [
37
37
"raw": "<86>Apr 26 11:25:44 node2104 sshd[44558]: Received disconnect from 172.24.13.2: 11: disconnected by user",
38
38
"expected" : {
39
39
'ip': '172.24.13.2',
40
-
'pid': '44558',
40
+
'pid': 44558,
41
41
'program': 'sshd',
42
42
'reason': 'disconnected by user',
43
43
},
@@ -62,7 +62,7 @@ data = [
62
62
"raw": "<86>Apr 26 11:17:51 gligar02 sshd[11243]: input_userauth_request: invalid user vsc40000",
63
63
"expected" : {
64
64
'inputuserauth': 'invalid user vsc40000',
65
-
'pid': '11243',
65
+
'pid': 11243,
66
66
'program': 'sshd',
67
67
},
68
68
},
@@ -73,31 +73,31 @@ data = [
73
73
"raw": "2015-03-18T14:09:15.962645+01:00 node2432 sshd[26270]: Authentication refused: bad ownership or modes for file /vscmnt/gent_vulpix/_/user/home/gent/vsc404/vsc40479/.ssh/authorized_keys",
0 commit comments