tests: shorten names of session-rotation trace
[babeltrace.git] / tests / plugins / src.ctf.fs / query / test_query_support_info.py
index d3ff276a51aedb519984df14e18e1c948191eb18..527a5daec1c1f4d8ac6743145a3930dcd7e9aef6 100644 (file)
@@ -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",
 )
 
 
This page took 0.023923 seconds and 4 git commands to generate.