aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/network_services/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/network_services/constants.py')
-rw-r--r--yardstick/network_services/constants.py2
1 files changed, 2 insertions, 0 deletions
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