summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateless_tests/stl_general_test.py
AgeCommit message (Collapse)AuthorFilesLines
2016-1
"""Exceptions for marking tests as skipped or deprecated.

This module exists to provide backwards compatibility with previous
versions of nose where skipped and deprecated tests were core
functionality, rather than being provided by plugins. It may be
removed in a future release.
"""
from nose.plugins.skip import SkipTest
from nose.plugins.deprecated import DeprecatedTest
ion/regression/stateless_tests/stl_general_test.py?id=5275ebdb594f460282f190892e3954cc54b0f3fe'>platform_cmd_link - silent by default
Yaroslav Brustinov1-1/+1
2016-05-23replace t-rex to TRexYaroslav Brustinov1-4/+13
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
2016-05-23regression: try map at setUp of each test. if fail - reconnect several times ↵Yaroslav Brustinov1-0/+8
until success
2016-05-22regression: undo try on mapYaroslav Brustinov1-10/+7
2016-05-22regression: add disconnects + delay before running examples + at end of ↵Yaroslav Brustinov1-15/+15
regression revert profile udp_1ptk_simple.py and add new upd_for_benchmarks.py
2016-04-14regression: python3 supportYaroslav Brustinov1-5/+5
2016-03-14regression: stl speedup (fix)Yaroslav Brustinov1-19/+37
2016-03-10regression: stl added 1 more map try + sleepYaroslav Brustinov1-0/+5
2016-03-09regression: exchange --copy flag to --pkg argument, to run server with given ↵Yaroslav Brustinov1-0/+1
package unzipped to /tmp/trex-scripts dir
2016-03-09regression: stl updatesYaroslav Brustinov1-0/+62