diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-14 11:40:56 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-14 11:40:56 +0100 |
commit | 2a044e0301350299e056a09b25f049452d87b38d (patch) | |
tree | c18973eb6530aff64819ec1a1e557317b1d7199a /functest/opnfv_tests/openstack/snaps/api_check.py | |
parent | c212550a99c91ccef138f70db7c94c24cab75313 (diff) |
Bug fix: precise testcase name to push results into DB
JIRA: FUNCTEST-659
Change-Id: Ic92ecddc5d0bb295b99f7ffc2ab957e80e7ea32f
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/api_check.py')
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/api_check.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/api_check.py b/functest/opnfv_tests/openstack/snaps/api_check.py index e6ee81e9..27889209 100644 --- a/functest/opnfv_tests/openstack/snaps/api_check.py +++ b/functest/opnfv_tests/openstack/snaps/api_check.py @@ -22,6 +22,7 @@ class ApiCheck(PyTestSuiteRunner): super(ApiCheck, self).__init__() self.suite = unittest.TestSuite() + self.case_name = "api_check" creds_file = ft_utils.get_functest_config('general.openstack.creds') use_key = ft_utils.get_functest_config('snaps.use_keystone') ext_net_name = snaps_utils.get_ext_net_name() |