diff options
Diffstat (limited to 'xtesting/openstack/vsperfostack.py')
-rwxr-xr-x | xtesting/openstack/vsperfostack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/openstack/vsperfostack.py b/xtesting/openstack/vsperfostack.py index d4a14c06..437f8492 100755 --- a/xtesting/openstack/vsperfostack.py +++ b/xtesting/openstack/vsperfostack.py @@ -73,7 +73,7 @@ class VsperfOstack(testcase.TestCase): conffile, '--load-env', '--mode', - 'traffigen', + 'trafficgen', '--tests', self.case_name]) print(output) |