Fix an api test's name for graph extension

We have a copy/paste-ed name for api test
For now both tests has name <blah>(CLI)
Fix changes api test name to <blah> (API)

Change-Id: I187e9a1f1a04c61fb1eb6314c35b90caa58e4e9a
This commit is contained in:
Alexander Kurenyshev 2016-09-21 19:53:56 +03:00
parent 02b685c3c6
commit 32dbb0bb3a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class GraphExtension(TestBasic):
groups=["graph_extension_api"])
@log_snapshot_after_test
def graph_extension_api(self):
"""Upload and execute graph for env with 4 slaves (CLI)
"""Upload and execute graph for env with 4 slaves (API)
Scenario:
1. Revert snapshot "extension_graph_prepare_env"