aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries')
-rw-r--r--resources/libraries/python/InterfaceUtil.py2
-rw-r--r--resources/libraries/robot/shared/default.robot2
2 files changed, 4 insertions, 0 deletions
diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py
index df45e39560..d78984b1ca 100644
--- a/resources/libraries/python/InterfaceUtil.py
+++ b/resources/libraries/python/InterfaceUtil.py
@@ -1335,6 +1335,8 @@ class InterfaceUtil(object):
:param traffic_type: Expected type of traffic, affects spoofing.
Default value "L2" sets linux interface spoof off.
Other values do not do that.
+ Note: This is NOT the usual traffic profile
+ (which is python module name to initialize TG with).
:type node: dict
:type ifc_key: str
:type numvfs: int
diff --git a/resources/libraries/robot/shared/default.robot b/resources/libraries/robot/shared/default.robot
index 59fd83d5ee..56f13400e4 100644
--- a/resources/libraries/robot/shared/default.robot
+++ b/resources/libraries/robot/shared/default.robot
@@ -108,6 +108,8 @@
| | ... | (Optional). Type: integer, default value: ${1}
| | ... | - traffic_type - A value affecting behavior, such as spoofing.
| | ... | (Optional). Type: string, default value: L2
+| | ... | Note: This is NOT the usual traffic profile
+| | ... | (which is python module name to initialize TG with).
| | ...
| | ... | *Example:*
| | ...