diff --git a/util/ci-run-file-creator.py b/util/ci-run-file-creator.py index d1ccbb2d..7cab939d 100755 --- a/util/ci-run-file-creator.py +++ b/util/ci-run-file-creator.py @@ -45,7 +45,7 @@ def process_options(): dest = "benchmark", help = "The benchmark to return a run-file for", required = True, - choices = [ "cyclictest", "fio", "multi", "oslat" ], + choices = [ "cyclictest", "fio", "iperf", "multi", "oslat", "uperf" ], type = str) parser.add_argument("--controller-ip",