X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fsrc.ctf.fs%2Fquery%2Ftest_query_support_info.py;fp=tests%2Fplugins%2Fsrc.ctf.fs%2Fquery%2Ftest_query_support_info.py;h=527a5daec1c1f4d8ac6743145a3930dcd7e9aef6;hp=d3ff276a51aedb519984df14e18e1c948191eb18;hb=8dea686a2397bdadb81f44a3e74fd39fd7397ee2;hpb=d2b44fef4f0e01f43783115f7c2e97e32c970a52 diff --git a/tests/plugins/src.ctf.fs/query/test_query_support_info.py b/tests/plugins/src.ctf.fs/query/test_query_support_info.py index d3ff276a..527a5dae 100644 --- a/tests/plugins/src.ctf.fs/query/test_query_support_info.py +++ b/tests/plugins/src.ctf.fs/query/test_query_support_info.py @@ -15,49 +15,49 @@ session_rotation_trace_path = os.path.join( trace_10352_1 = os.path.join( session_rotation_trace_path, - "archives", - "20190826T155748-0400-20190826T155751-0400-1", + "a", + "1", "ust", "pid", - "hello-ust-10352-20190826-155748", + "10352", ) trace_10353_1 = os.path.join( session_rotation_trace_path, - "archives", - "20190826T155748-0400-20190826T155751-0400-1", + "a", + "1", "ust", "pid", - "hello-ust-10353-20190826-155748", + "10353", ) trace_10352_2 = os.path.join( session_rotation_trace_path, - "archives", - "20190826T155750-0400-20190826T155753-0400-2", + "a", + "2", "ust", "pid", - "hello-ust-10352-20190826-155748", + "10352", ) trace_10353_2 = os.path.join( session_rotation_trace_path, - "archives", - "20190826T155750-0400-20190826T155753-0400-2", + "a", + "2", "ust", "pid", - "hello-ust-10353-20190826-155748", + "10353", ) trace_10352_3 = os.path.join( session_rotation_trace_path, - "20190826T155753-0400-3", + "3", "ust", "pid", - "hello-ust-10352-20190826-155748", + "10352", ) trace_10353_3 = os.path.join( session_rotation_trace_path, - "20190826T155753-0400-3", + "3", "ust", "pid", - "hello-ust-10353-20190826-155748", + "10353", )