From a8626195f5e8530f989693a7d8dc73f97ebe115b Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Wed, 9 Aug 2017 07:37:22 +0000 Subject: Bugfix: remove ping package for it is GPL license JIRA: YARDSTICK-777 In migrate test case, we use ping to count downtime. But ping package is GPL license, so we need remove it. Since ping command tool can not set timeout less then 1 second, and the downtime is less then 1 second, so we need find another package to replace. For now, I find most ping tool is GPL license, so maybe later we need to implement ping ourselves. And the migrate case can not calculate downtime unless user install ping themselves. Change-Id: I78cba5e4af9de2e3c0bb16b27570bed951caf440 Signed-off-by: chenjiankun --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index d03c4377f..d90a9e5e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,6 @@ oslo.utils==3.22.0 paramiko==2.1.1 pbr==1.10.0 pep8==1.7.0 -ping==0.2; python_version <= '2.7' pika==0.10.0 positional==1.1.1 prettytable==0.7.2 -- cgit 1.2.3-korg