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
Here is a completed level session but tests are not shown:
c1265723-dde9-4b32-8e19-367e5e39c11d,SRI_I3DAgent.1.0, NA,2021-05-18 00:20:17.719045,2021-05-18 00:57:04.585084
is this by design? It likes the code should work:
if include_tests:
if test_ids is None:
test_ids = tests
The text was updated successfully, but these errors were encountered:
(1) Sort by Creation date (Currently sorted by uuid)
ae5b0afe-e428-4e74-a6ca-cd5fefa644f7,SRI_I3DAgent.1.0, NA,2021-05-19 12:08:07.698415,Incomplete
9e7f10-6085-4593-934b-dc6ae06a2680,SRI_I3DAgent.1.0, NA,2021-05-16 23:29:22.897361,Incomplete
3934442d-2b3a-43c3-af1b-1bb40392c360,SRI_I3DAgent.1.0, NA,2021-05-18 14:37:50.818076,Incomplete
(2) include_tests does not work without session id
curl -GET "http://3.32.8.161:5000/session/status?detector=SRI_I3DAgent.1.0&include_tests=true"
Here is a completed level session but tests are not shown:
c1265723-dde9-4b32-8e19-367e5e39c11d,SRI_I3DAgent.1.0, NA,2021-05-18 00:20:17.719045,2021-05-18 00:57:04.585084
is this by design? It likes the code should work:
if include_tests:
if test_ids is None:
test_ids = tests
The text was updated successfully, but these errors were encountered: