summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/common
AgeCommit message (Collapse)AuthorFilesLines
2015-10-29Added module for text formatting, such that coloring, bold, underline.Dan Klein1-0/+72
2015-10-28updated more HLTAPI functionality and fixed found bugs.Dan Klein1-1/+2
Working: Start/stop traffic, traffic config (semi), connect, clean Missing: stats Next: boost console
2015-10-26add disconnect functionalityDan Klein1-6/+1
2015-10-26fixed streamlist loadingDan Klein1-2/+3
2015-10-20+ Added traffic options at stl directoryDan Klein1-3/+3
+ updated console to support multiplier on loading + fixed minor issues at yaml_utils and trex_streams objects + console not stable, YET
2015-10-20Merge branch 'master' into master-demo +Dan Klein1-3/+2
working demo of loading a YAML, and attaching it to server
2015-10-20Major progress in console, yaml utils, and trex_streamsDan Klein2-31/+62
basically done, minor changes remianing BIG ISSUE LEFT: rewire console to work with trexstateless client module
2015-10-18Progress in trex_streams and in yaml_utils.Dan Klein1-151/+123
Next, start working on StreamList object
2015-10-18more yaml utils, better streams handlingDan Klein2-86/+146
2015-10-16Updated YAMLutils and rpc_defaults with relevant progressDan Klein1-12/+16
2015-10-15updated yaml utils and stream objectDan Klein4-0/+333
2015-10-12Updated handlers of getter methods and stats (Global, port, stream).Dan Klein1-1/+2
Also, set return values of RPC commands as namedtuples
2015-10-07updated stats handling implementationDan Klein1-12/+26
2015-10-06progress in stateless client, added trex_statsDan Klein1-0/+45
2015-10-06Merge branch 'master' into dan_statelessDan Klein1-1/+1
2015-10-06Removed any "T-Rex" string out of the code and documentation, using GREP!Dan Klein2-18/+18
2015-09-29Added dedicated import for enum module in order to overcome doc building ↵Dan Klein2-1/+31
import error
2015-06-24first versionHanoh Haim3-0/+149