X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yardstick%2Fnetwork_services%2Fconstants.py;h=0064b4fc50a81418862ccbd0f1394e766de6f1e6;hb=7dfd3b0f70dc6ee7011031aa43606d679831db90;hp=79951e353507002345e60e7cce4cfa389264dcd9;hpb=3536e57cbbe7e84461d50a87fb87b4e99b4cd20a;p=yardstick.git diff --git a/yardstick/network_services/constants.py b/yardstick/network_services/constants.py index 79951e353..0064b4fc5 100644 --- a/yardstick/network_services/constants.py +++ b/yardstick/network_services/constants.py @@ -15,3 +15,5 @@ REMOTE_TMP = "/tmp" DEFAULT_VNF_TIMEOUT = 3600 PROCESS_JOIN_TIMEOUT = 3 +ONE_GIGABIT_IN_BITS = 1000000000 +NIC_GBPS_DEFAULT = 10