diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2016-11-15 02:01:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-15 02:01:23 +0000 |
commit | 47b648fe227fe3b4752f6bea99df701cd4b46bbb (patch) | |
tree | 2e6612466813540e547c8ed861ac3c5caa5d023b /tests/cli_test.py | |
parent | f5d3bb0346dbba629bb3c3a09bea63a5454ebc3c (diff) | |
parent | e59f577230adc1eceb8f7b67b8a827dc80e6b5c7 (diff) |
Merge "bugfix: correct the path of test_plan"
Diffstat (limited to 'tests/cli_test.py')
-rw-r--r-- | tests/cli_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cli_test.py b/tests/cli_test.py index 255c2a37..cc8c7630 100644 --- a/tests/cli_test.py +++ b/tests/cli_test.py @@ -30,8 +30,8 @@ class TestClass: (['-l', 'default', '-f', - 'storage'], [('fuel', '/home', './test_plan/default/storage/fio_bm.yaml'), - ('fuel', '/home', './test_plan/default/storage/fio_vm.yaml')]) + 'storage'], [('fuel', '/home', 'benchmarks/test_plan/default/storage/fio_bm.yaml'), + ('fuel', '/home', 'benchmarks/test_plan/default/storage/fio_vm.yaml')]) ]) @mock.patch('func.cli.args_handler.prepare_and_run_benchmark') def test_cli_successful(self, mock_args_handler, test_input, expected): |