aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cli_test.py
diff options
context:
space:
mode:
authorwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-07 17:02:04 +0800
committerwu.zhihui <wu.zhihui1@zte.com.cn>2016-11-07 17:02:04 +0800
commit6105c711e5d83d30b5733e7fec49d29a91520c26 (patch)
tree9a46c06d938f26bd82e93ea3a00038be53d6db7c /tests/cli_test.py
parentc7761e0760aaacb801478308b6774dccb33cbf2e (diff)
rename test_cases/ to test_plan/
JIRA: QTIP-131 Change-Id: I12c63b4f0ff0167073a0819bdb5d63ca0c6f06fb Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'tests/cli_test.py')
-rw-r--r--tests/cli_test.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cli_test.py b/tests/cli_test.py
index e47d99ad..d558329f 100644
--- a/tests/cli_test.py
+++ b/tests/cli_test.py
@@ -9,7 +9,7 @@ class TestClass:
(['-l',
'zte',
'-f',
- 'compute'], "You have specified a lab that is not present in test_cases"),
+ 'compute'], "You have specified a lab that is not present in test_plan"),
(['-l',
'default',
'-f',
@@ -28,8 +28,8 @@ class TestClass:
(['-l',
'default',
'-f',
- 'storage'], [('fuel', '/home', './test_cases/default/storage/fio_bm.yaml'),
- ('fuel', '/home', './test_cases/default/storage/fio_vm.yaml')])
+ 'storage'], [('fuel', '/home', './test_plan/default/storage/fio_bm.yaml'),
+ ('fuel', '/home', './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):