rally/tests/unit/cli
Andrey Kurilin 93701bab17 [verify] Fix `rally verify rerun`
CLI layer transmits the wrong arguments to API. This patch fixes transmission
of "conccurency" and "deployment_id". To avoid such issues in future, proper
mocks is used.

Note:
	several tests became crazy after switching to `mock.create_autospec`.
	Switching from assert_has_calls to call_args_list fixes an issue.
Conflicts:
	rally/cli/commands/verify.py
	tests/unit/cli/commands/test_verify.py

Change-Id: Idf41e13d873ca3058fdff17b30225096ab7a8c89
(cherry picked from commit 51458420a9)
2017-04-11 09:54:13 +00:00
..
commands [verify] Fix `rally verify rerun` 2017-04-11 09:54:13 +00:00
__init__.py Rename rally.cmd to rally.cli 2015-05-21 18:14:19 +03:00
test_cliutils.py [Core] Skip db check for plugin commands 2017-01-10 11:36:28 +03:00
test_envutils.py Fix ExistingCloud properties 2016-08-12 14:26:06 +03:00
test_manage.py [Core] Skip db check for plugin commands 2017-01-10 11:36:28 +03:00