diff options
author | 2016-03-31 16:20:20 +0300 | |
---|---|---|
committer | 2016-03-31 16:20:20 +0300 | |
commit | a6f72a194d47e5df1e822cbcec22f1f4df1da482 (patch) | |
tree | c6fe8e0c65925707c5cb107ef5ee9b877a014fa1 /scripts/automation/trex_control_plane/doc_stl/api/profile_code.rst | |
parent | 300ca9bcaa3309665421efd5ed51c49f9b81006d (diff) | |
parent | a627a1d4a35f27e0da4599fbeddae97bc5470010 (diff) |
Merge David4 branch
Diffstat (limited to 'scripts/automation/trex_control_plane/doc_stl/api/profile_code.rst')
-rwxr-xr-x[-rw-r--r--] | scripts/automation/trex_control_plane/doc_stl/api/profile_code.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/automation/trex_control_plane/doc_stl/api/profile_code.rst b/scripts/automation/trex_control_plane/doc_stl/api/profile_code.rst index b61f05e4..9afa9df2 100644..100755 --- a/scripts/automation/trex_control_plane/doc_stl/api/profile_code.rst +++ b/scripts/automation/trex_control_plane/doc_stl/api/profile_code.rst @@ -2,13 +2,13 @@ Traffic profile modules ======================= -TRex STLProfile profile include a list of STLStream. The profile is a ``program`` of streams with a relation betwean the streams. -Each stream can trigger another stream. Stream can be given a name for a full examples see here Manual_. +The TRex STLProfile traffic profile includes a number of streams. The profile is a ``program`` of related streams. +Each stream can trigger another stream. Each stream can be named. For a full set of examples, see Manual_. -.. _Manual: ../draft_trex_stateless1.html +.. _Manual: ../trex_stateless.html -for example:: +Example:: def create_stream (self): |