summaryrefslogtreecommitdiffstats
path: root/scripts/stl/udp_1pkt_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/udp_1pkt_simple.py')
-rw-r--r--scripts/stl/udp_1pkt_simple.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/scripts/stl/udp_1pkt_simple.py b/scripts/stl/udp_1pkt_simple.py
index 2a2c8838..09643fe9 100644
--- a/scripts/stl/udp_1pkt_simple.py
+++ b/scripts/stl/udp_1pkt_simple.py
@@ -3,8 +3,13 @@ from trex_stl_lib.api import *
class STLS1(object):
def create_stream (self):
- return STLStream( packet = STLPktBuilder(pkt = Ether()/IP(src="16.0.0.1",dst="48.0.0.1")/UDP(dport=12,sport=1025)/(10*'x')),
- mode = STLTXCont())
+ return STLStream(
+ packet =
+ STLPktBuilder(
+ pkt = Ether()/IP(src="16.0.0.1",dst="48.0.0.1")/
+ UDP(dport=12,sport=1025)/(10*'x')
+ ),
+ mode = STLTXCont())
def get_streams (self, direction = 0):
# create 1 stream