how to pass multiple run identifiers in TEST_RESULTS_IDENTIFIER
Collapse
X
-
TOTAL_LOOP_COUNT just affects how many times the test runs before averaging/composite for that identifier... You would need to just be triggering your PTS command multiple times and then each time updating the TEST_RESULTS_IDENTIFIER for what you want. There is not support for multiple identifiers in TEST_RESULTS_IDENTIFIER, basically just run phoronix-test-suite multiple times.
-
-
how to pass multiple run identifiers in TEST_RESULTS_IDENTIFIER
I am trying to run tests multiple times using TOTAL_LOOP_COUNT env variable like below
TOTAL_LOOP_COUNT=2 TEST_RESULTS_NAME=test-result TEST_RESULTS_IDENTIFIER=run1,run2
But this creates a directory "run1,run2" in system_logs directory.
How to assign separate run identifier for each iteration in the loop when using TOTAL_LOOP_COUNT ?Tags: None
-
Leave a comment: