X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yardstick%2Fbenchmark%2Fscenarios%2Favailability%2Futil.py;h=adc20b84446722eeabd6e2f457fefa6021c4f074;hb=d004be4dc2b28617ff95ff71fe228e0209ae5328;hp=d288fcbc1ca06915d3fd105acde23f78092a0186;hpb=b49d8593d8ebe22aa7f3c9580f6934a92a6fdddd;p=yardstick.git diff --git a/yardstick/benchmark/scenarios/availability/util.py b/yardstick/benchmark/scenarios/availability/util.py index d288fcbc1..adc20b844 100644 --- a/yardstick/benchmark/scenarios/availability/util.py +++ b/yardstick/benchmark/scenarios/availability/util.py @@ -33,7 +33,7 @@ def execute_shell_command(command): LOG.error(traceback.format_exc()) return exitcode, output -PREFIX = '$' +PREFIX = '@' def build_shell_command(param_config, remote=True, intermediate_variables=None):