commit | 006f05e468395267b444e2a9d47467af0dd94b93 | [log] [tgz] |
---|---|---|
author | Bhuvan Arumugam <bhuvan@apple.com> | Thu Jan 30 17:18:43 2014 +0530 |
committer | Bhuvan Arumugam <bhuvan@apple.com> | Thu Jan 30 17:19:07 2014 +0530 |
tree | 66da101fd561e5d06708c3fd7354f91e3932ec41 | |
parent | d561ebf3eceb4e600fb1642fd1df55af6656e05d [diff] |
remove unused variable Follow-up to 3c0b5b9, remove this variable. It's not used anymore. Change-Id: I390d694cf5650d137763391717c39677537526d7
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'