From e59f577230adc1eceb8f7b67b8a827dc80e6b5c7 Mon Sep 17 00:00:00 2001 From: "wu.zhihui" Date: Mon, 14 Nov 2016 16:58:38 +0800 Subject: bugfix: correct the path of test_plan JIRA: QTIP-161 Change-Id: If591c6b6d6ca1d4d7b721115c93c7b58ff7d819b Signed-off-by: wu.zhihui --- tests/cli_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cli_test.py') 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): -- cgit 1.2.3-korg