rally/tests/functional
Roman Vasilets b7032382a7 rally info: smart substitutions in the non-ambiguous case
When the user inputs his query just with a couple of typos, however,
there is typically only one substitution suggested by the system:

$ rally info find NovaServers.boot_and_delete_servers
Failed to find any docs for query: 'NovaServers.boot_and_delete_servers'
Did you mean one of these?
    NovaServers.boot_and_delete_server

The idea is that in this case, when there is only one possible substitution,
we could perform this substitution automatically, whithout requesting the user
to do so. In the example above, Rally could response exactly as if the user
typed the correct query (which is NovaServers.boot_and_delete_server, without
“s” at the end):

$ rally info find NovaServers.boot_and_delete_servers
NovaServers.boot_and_delete_server (benchmark scenario).

Tests booting and then deleting an image.

Change-Id: Ie2f8ff52e21c038ce72a77299de063d7ffddf24b
2014-11-28 13:37:36 +00:00
..
__init__.py Display proper missing argument name 2014-10-13 20:48:13 +03:00
test_cli_deployment.py Modify rally commands deployment, task, and verify 2014-10-29 01:41:55 +02:00
test_cli_info.py rally info: smart substitutions in the non-ambiguous case 2014-11-28 13:37:36 +00:00
test_cli_show.py Display proper missing argument name 2014-10-13 20:48:13 +03:00
test_cli_task.py Add benchmark overview page to html report 2014-11-27 19:47:32 +02:00
test_cli_use.py Display proper missing argument name 2014-10-13 20:48:13 +03:00
test_cli_verify.py Remove check of verification smoke tests 2014-11-18 15:27:45 +02:00
utils.py Display proper missing argument name 2014-10-13 20:48:13 +03:00