diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2018-02-05 14:13:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-05 14:13:19 +0000 |
commit | e0aa936b1f3526e3e519cdf9aabf9be6247c7762 (patch) | |
tree | cc4f28113cdc3fdc461a5d8338a9a718bb22a8c7 /functest/opnfv_tests/openstack/snaps/smoke.py | |
parent | 3009b15820e4eede5d52090146581c8aaf1eb0bc (diff) | |
parent | e26f3c31bc6e11fdf34e559596cb14581c21dca1 (diff) |
Merge "Add modules docstrings in snaps"
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/smoke.py')
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/smoke.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/smoke.py b/functest/opnfv_tests/openstack/snaps/smoke.py index ef6e5dc9..bc678118 100644 --- a/functest/opnfv_tests/openstack/snaps/smoke.py +++ b/functest/opnfv_tests/openstack/snaps/smoke.py @@ -8,7 +8,7 @@ # # http://www.apache.org/licenses/LICENSE-2.0 -# pylint: disable=missing-docstring +"""snaps_smoke test case implementation""" import unittest |