[dts] [next][PATCH V1 2/14] framework/pktgen: packet generator types definition

yufengmx yufengx.mo at intel.com
Sun Apr 28 04:49:09 CEST 2019


packet generator types definition

define packet generator types.

Signed-off-by: yufengmx <yufengx.mo at intel.com>
---
 framework/settings.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/framework/settings.py b/framework/settings.py
index f8301c1..707a9ab 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -1,6 +1,6 @@
 # BSD LICENSE
 #
-# Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
+# Copyright(c) 2010-2019 Intel Corporation. All rights reserved.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -194,7 +194,11 @@ TIMEOUT = 15
 Global macro for dts.
 """
 IXIA = "ixia"
-
+PKTGEN = "pktgen"
+PKTGEN_DPDK = "dpdk"
+PKTGEN_TREX = "trex"
+PKTGEN_IXIA = "ixia"
+PKTGEN_GRP = frozenset([PKTGEN_DPDK, PKTGEN_TREX, PKTGEN_IXIA])
 """
 The log name seperater.
 """
-- 
1.9.3



More information about the dts mailing list