X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fnetwork_services%2Fconstants.py;h=5a186be42cc31dca805305712147441e308ef8dc;hb=372b3225b1ea632a2d889f10a0d853bc2224209c;hp=79951e353507002345e60e7cce4cfa389264dcd9;hpb=d9a19da691a0cc258d26a2967983396b1c034b65;p=yardstick.git diff --git a/yardstick/network_services/constants.py b/yardstick/network_services/constants.py index 79951e353..5a186be42 100644 --- a/yardstick/network_services/constants.py +++ b/yardstick/network_services/constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2017 Intel Corporation +# Copyright (c) 2016-2018 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,3 +15,6 @@ REMOTE_TMP = "/tmp" DEFAULT_VNF_TIMEOUT = 3600 PROCESS_JOIN_TIMEOUT = 3 +ONE_GIGABIT_IN_BITS = 1000000000 +NIC_GBPS_DEFAULT = 10 +RETRY_TIMEOUT = 5