commit | 924081bcb137e14625574c3d6c8460e02f878f5b | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Feb 06 07:59:35 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Feb 06 07:59:35 2014 +0000 |
tree | 9af10bec7da0cab854180612b35d76a6dc14152f | |
parent | 8bbdb1660f47ad9919ecb262801fceee3a1a5b0b [diff] | |
parent | 006f05e468395267b444e2a9d47467af0dd94b93 [diff] |
Merge "remove unused variable"
diff --git a/tempest/common/utils/__init__.py b/tempest/common/utils/__init__.py index 38f3d38..04d898d 100644 --- a/tempest/common/utils/__init__.py +++ b/tempest/common/utils/__init__.py
@@ -1,4 +1,3 @@ -LAST_REBOOT_TIME_FORMAT = '%Y-%m-%d %H:%M:%S' PING_IPV4_COMMAND = 'ping -c 3 ' PING_IPV6_COMMAND = 'ping6 -c 3 ' PING_PACKET_LOSS_REGEX = '(\d{1,3})\.?\d*\% packet loss'