From fa3afbcac13e1aa3ae9cc2977dcb4cd882112f6f Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Mon, 16 Jan 2017 09:17:48 +0000 Subject: Use """ to replace ''' in docstring JIRA: YARDSTICK-525 For consistency, we always use """triple double quotes""" around docstrings. Change-Id: I47a20bbd8b55bc544b4841ea4006929af0a044ac Signed-off-by: chenjiankun --- yardstick/benchmark/scenarios/networking/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yardstick/benchmark/scenarios/networking/ping.py') diff --git a/yardstick/benchmark/scenarios/networking/ping.py b/yardstick/benchmark/scenarios/networking/ping.py index eb173f1df..d20814697 100644 --- a/yardstick/benchmark/scenarios/networking/ping.py +++ b/yardstick/benchmark/scenarios/networking/ping.py @@ -102,7 +102,7 @@ class Ping(base.Scenario): def _test(): # pragma: no cover - '''internal test function''' + """internal test function""" key_filename = pkg_resources.resource_filename("yardstick.resources", "files/yardstick_key") ctx = { -- cgit 1.2.3-korg