aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/apiserver/resources/test_env_action.py
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-06-30 06:49:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-30 06:49:43 +0000
commit14bc98f0e810e37f4600cb0b16d227e8290e1db2 (patch)
treeb7ef7b0d60c018620875b185fe7b66dbd2a12ef5 /tests/unit/apiserver/resources/test_env_action.py
parentbf298f7dfa5de497ef3cd69aaea7218ed7559160 (diff)
parent1b9eeb504ed9416c74e1caf8975b51ee6af86b29 (diff)
Merge "Change prepareYardstickEnv to prepare_env and add log info"
Diffstat (limited to 'tests/unit/apiserver/resources/test_env_action.py')
-rw-r--r--tests/unit/apiserver/resources/test_env_action.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/apiserver/resources/test_env_action.py b/tests/unit/apiserver/resources/test_env_action.py
index c7ae10a20..d61092dbc 100644
--- a/tests/unit/apiserver/resources/test_env_action.py
+++ b/tests/unit/apiserver/resources/test_env_action.py
@@ -18,7 +18,7 @@ class EnvTestCase(APITestCase):
def test_create_grafana(self):
url = 'yardstick/env/action'
- data = {'action': 'createGrafanaContainer'}
+ data = {'action': 'create_grafana'}
resp = self._post(url, data)
time.sleep(1)