Removed unused PING_IPV4_COMMAND etc

PING_IPV4_COMMAND, PING_IPV6_COMMAND and PING_PACKET_LOSS_REGEX had
been added since Ia34d7c75ad05f7658d1abb7bebeb1bbd271fd089 (2012),
but they were never used at all.
This patch removes them for the cleanup.

Change-Id: Ide56a0eaa6727d41fb35fb287dcf919828db05e5
This commit is contained in:
Ken'ichi Ohmichi 2017-02-28 10:51:02 -08:00
parent 2e044f14d6
commit 939ec1aa7b
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ from tempest.lib.common.utils import data_utils as lib_data_utils
CONF = config.CONF
PING_IPV4_COMMAND = 'ping -c 3 '
PING_IPV6_COMMAND = 'ping6 -c 3 '
PING_PACKET_LOSS_REGEX = '(\d{1,3})\.?\d*\% packet loss'
class DataUtils(object):
def __getattr__(self, attr):