|
51 | 51 | tr.MakeCurlCommand( |
52 | 52 | '"http://127.0.0.1:{0}/default/cache/10/{1}" -H "x-debug: x-cache,x-cache-key,via,x-cache-generation" --verbose'.format( |
53 | 53 | ts.Variables.port, objectid), |
54 | | - uds_path=ts.Variables.uds_path) |
| 54 | + ts=ts) |
55 | 55 | tr.Processes.Default.ReturnCode = 0 |
56 | 56 | tr.Processes.Default.StartBefore(Test.Processes.ts) |
57 | 57 | tr.Processes.Default.Streams.All = "gold/miss_default-1.gold" |
|
61 | 61 | tr.MakeCurlCommand( |
62 | 62 | '"http://127.0.0.1:{0}/default/cache/10/{1}" -H "x-debug: x-cache,x-cache-key,via,x-cache-generation" --verbose'.format( |
63 | 63 | ts.Variables.port, objectid), |
64 | | - uds_path=ts.Variables.uds_path) |
| 64 | + ts=ts) |
65 | 65 | tr.Processes.Default.ReturnCode = 0 |
66 | 66 | tr.Processes.Default.Streams.All = "gold/hit_default-1.gold" |
67 | 67 |
|
|
79 | 79 | tr.MakeCurlCommand( |
80 | 80 | '"http://127.0.0.1:{0}/default/cache/10/{1}" -H "x-debug: x-cache,x-cache-key,via,x-cache-generation" --verbose'.format( |
81 | 81 | ts.Variables.port, objectid), |
82 | | - uds_path=ts.Variables.uds_path) |
| 82 | + ts=ts) |
83 | 83 | tr.Processes.Default.ReturnCode = 0 |
84 | 84 | tr.Processes.Default.Streams.All = "gold/miss_default77.gold" |
85 | 85 |
|
|
88 | 88 | tr.MakeCurlCommand( |
89 | 89 | '"http://127.0.0.1:{0}/default/cache/10/{1}" -H "x-debug: x-cache,x-cache-key,via,x-cache-generation" --verbose'.format( |
90 | 90 | ts.Variables.port, objectid), |
91 | | - uds_path=ts.Variables.uds_path) |
| 91 | + ts=ts) |
92 | 92 | tr.Processes.Default.ReturnCode = 0 |
93 | 93 | tr.Processes.Default.Streams.All = "gold/hit_default77.gold" |
94 | 94 |
|
|
97 | 97 | tr.MakeCurlCommand( |
98 | 98 | '"http://127.0.0.1:{0}/default/cache/10/{1}" -H "x-debug: x-cache,x-cache-key,via,x-cache-generation" --verbose'.format( |
99 | 99 | ts.Variables.port, objectid), |
100 | | - uds_path=ts.Variables.uds_path) |
| 100 | + ts=ts) |
101 | 101 | tr.Processes.Default.ReturnCode = 0 |
102 | 102 | tr.Processes.Default.Streams.All = "gold/hit_default77.gold" |
0 commit comments