Commit 7209b58a authored by Jérome Perrin's avatar Jérome Perrin

software/erp5/benchmarks: access pt-query-digest from partition bin

this is a wrapper independent from where the part got installed
parent 61b17d34
......@@ -234,8 +234,8 @@ class TestOrderBuildPackingListSimulation(
# and a pt-query-digest for slow log
pt_query_digest = pathlib.Path(
self.computer_partition_root_path
) / 'software_release' / 'parts' / 'percona-toolkit' / 'bin' / 'pt-query-digest'
self.getComputerPartitionPath(
'mariadb')) / 'bin' / 'pt-query-digest'
mariadb_slowquery_log = pathlib.Path(
self.getComputerPartitionPath(
'mariadb')) / 'var' / 'log' / 'mariadb_slowquery.log'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment