cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / plugins / src.ctf.fs / query / test_query_support_info.py
index d3ff276a51aedb519984df14e18e1c948191eb18..683312f59746fdbfff29d80923531f3f7277a973 100644 (file)
@@ -3,10 +3,10 @@
 # Copyright (C) 2019 Simon Marchi <simon.marchi@efficios.com>
 #
 
-import unittest
-import bt2
 import os
+import unittest
 
+import bt2
 
 session_rotation_trace_path = os.path.join(
     os.environ["BT_CTF_TRACES_PATH"], "succeed", "session-rotation"
@@ -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.025438 seconds and 4 git commands to generate.