diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-10-22 14:37:58 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-10-22 14:43:55 +0800 |
commit | c40c2db74a1d59496a8c999cfc9c0a2431fda767 (patch) | |
tree | cf8cb0b28de61c2fe3f4795bcc7b350ddaf97825 /tests | |
parent | 492c8a551b6d5b745c54c2fa086eee1e02e97c62 (diff) |
Remove directory test_list
Directory benchmarks/suite will be used instead of test_list.
JIRA: QTIP-131
Change-Id: I2c1f534b72361cb2e6469463ef5e43714d6dc993
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cli_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cli_test.py b/tests/cli_test.py index 43a11089..e47d99ad 100644 --- a/tests/cli_test.py +++ b/tests/cli_test.py @@ -13,7 +13,7 @@ class TestClass: (['-l', 'default', '-f', - 'test'], "Test File Does not exist in test_list") + 'test'], "This suite file doesn't exist under benchmarks/suite/") ]) def test_cli_error(self, capfd, test_input, expected): k = mock.patch.dict(os.environ, {'INSTALLER_TYPE': 'fuel', 'PWD': '/home'}) |