Fix testrail upload cases script

When docstring is empty test rail report tool fails

Change-Id: Iafee2ba4712ec9e86b9310c703b26bbf2f0b39e6
Closes-Bug:1636226
This commit is contained in:
Alexander Kurenyshev 2016-10-24 18:12:49 +03:00
parent 7cf3599dfb
commit 348e1b6856
2 changed files with 3 additions and 3 deletions

View File

@ -350,7 +350,7 @@ def _unpack_docstring(items):
elif count == 2:
title, steps = items
elif count == 1:
title = items
title = items[0]
return title, steps, duration

View File

@ -546,13 +546,13 @@ class TestsConfigDBAPI(TestBasic):
self.env.make_snapshot('configdb_resource_tests_lvl_overrides')
@test(depends_on_groups=['create_component_and_env_configdb'],
groups=['configdb_cli_interface'])
groups=['configdb_cli_interface'], enabled=False)
def update_via_key_path(self):
# TODO(akostrikov) Update key by path
pass
@test(depends_on_groups=['create_component_and_env_configdb'],
groups=['configdb_cli_interface'])
groups=['configdb_cli_interface'], enabled=False)
def key_deletion_via_path(self):
# TODO(akostrikov) Wipe key by path
# TODO(akostrikov) Delete key by path