Peter D. Barnes, Jr.
f19ad59e7c
[test.py] Always run a single test suite specified with --suite=
...
We normally don't run performance tests unless explicitly requested with
"--constrain=performance", but this had the effect of ignoring a test
suite given explicitly with "--suite=..."
This patch runs a performance test without requiring an explicit
performance constraint.
2016-08-02 14:17:01 -07:00
Tom Henderson
9be85824a6
click: Fix detection of Waf configuration variable
2016-02-08 22:43:32 -08:00
Tom Henderson
b4a2ad6d11
bug 2199 postfix: make unicode decode() more robust
2015-10-30 14:58:58 -07:00
Natale Patriciello
03f1e6e7db
bug 2199: Python 3 fix for test.py with valgrind option
2015-10-27 12:50:42 -07:00
Siddharth Santurkar
b5fde4107c
port wscripts, test.py, and waf-tools to Python3
2015-09-03 21:14:55 -07:00
Peter D. Barnes, Jr.
eb4138894f
test.py list formatting
2015-02-04 12:34:24 -08:00
Peter D. Barnes, Jr.
81f6d0c1c9
Sort and pretty-print result lists of SKIPped, FAILed, CRASHed and VALGR tests from ./test.py
2014-10-15 11:29:30 -07:00
Tom Henderson
4af772ceaa
print error message when test.py list printing fails
2014-06-30 11:09:35 -07:00
Tom Henderson
ff1f9f9c5f
append list of skipped/failed/crashed/valgrined tests to end of test.py output
2014-04-30 13:06:17 -07:00
Peter D. Barnes, Jr.
926f89eea2
Strip NS3_BUILDDIR from Example path.
2014-01-10 17:20:26 -08:00
Mitch Watrous
96fe3c2132
Bug 1710 - Examples crash when run like this: ./test.py -e example-name
2013-06-20 10:23:10 -07:00
Mitch Watrous
b11234bba3
Make examples again work for nonrelease builds
2013-06-19 13:55:49 -07:00
Mitch Watrous
5f1a54818f
Bug 1707 - test.py doesn't work with the release profile
2013-06-19 11:17:17 -07:00
Mitch Watrous
dc9c9f08f4
Bug 1695 - improve test.py output when -g selected without valgrind
2013-06-14 16:31:10 -07:00
Mitch Watrous
54805f0915
Back out Bug 1695 fix
2013-06-13 14:27:04 -07:00
Mitch Watrous
e7475e5552
Bug 1695 - improve test.py output when -g selected without valgrind
2013-06-13 11:29:15 -07:00
Mitch Watrous
ae7af15b04
Allow three speeds of test cases to be skipped
2013-03-19 13:14:12 -07:00
Mitch Watrous
e040356d56
Allow very slow test cases to be skipped
2013-03-14 14:54:45 -07:00
Mitch Watrous
f986dff488
Add shell script that runs all examples with full logging turned on
2013-01-14 09:39:06 -08:00
Tom Henderson
df0417a5df
bug 1563: reduce valgrind test scope
2013-01-13 21:12:00 -08:00
Brian Swenson
ae21650756
Brite Integration
2012-12-04 11:53:47 -05:00
Mitch Watrous
fbdc39460e
Bug 1463 - ./test.py --example should automatically detect the path
2012-09-14 11:48:14 -07:00
Mitch Watrous
e2fec417ea
Bug 1493 - test.py --list should show the test type
2012-09-12 14:59:21 -07:00
Mitch Watrous
271d248513
Bug 1494 - test.py --constrain doesn't work
2012-09-11 15:29:26 -07:00
Mitch Watrous
0d94e19894
Bug 1495 - test.py claims test passed when no test was run
2012-09-11 13:23:53 -07:00
Mitch Watrous
5ef163d11a
Bug 1284 - ./test.py performance tests do not exist
2012-09-10 17:15:07 -07:00
Mitch Watrous
92a5cd99f5
Bug 1475: test.py --list should sort the output
2012-07-23 17:45:28 -07:00
Mitch Watrous
6b18ff36d7
Bug 1415 - examples-to-run.py doesn't work with command line arguments
2012-04-25 19:08:07 -07:00
Tom Henderson
90bb099e38
fix test.py comments
2012-04-02 06:57:07 -07:00
Mitch Watrous
7d2e95f368
Bug 1325
2012-02-17 11:46:13 -08:00
Tom Henderson
82ac0bc445
postfix bug 1317: support -v option in test.py when python not enabled
2012-01-16 17:01:24 -08:00
Tom Henderson
39d434785e
bug 1317: allow test.py to learn which python version was used to build ns-3
2012-01-13 16:07:23 -08:00
Mitch Watrous
6671547319
Bug 1339 - test.py uses the old name for the test runner
2012-01-13 10:17:39 -08:00
Tom Henderson
b015a80073
align test.py with waf-1.6.10 changes
2011-12-30 15:39:36 -08:00
Gustavo J. A. M. Carneiro
0536f2416f
More waf 1.6.7 build fixes
2011-09-12 14:54:27 +01:00
Mitch Watrous
adfaf9e629
Bug 1235 - test.py reports success on invalid tests
2011-08-09 16:27:17 -07:00
John Abraham
0c2b0e1761
test.py:node_to_text time to time_real
2011-08-05 14:00:12 -04:00
Mathieu Lacage
8a38290eb8
add support for --update-data to test.py, move test runner code to library for modular build, add support for hierarchical tests beyond the previous two-level hierarchy.
2011-07-29 03:38:59 -04:00
Josh Pelkey
688b5c97bd
remove click from valgrind tests
2011-05-23 11:51:29 -04:00
Mitch Watrous
d3a3b0b68f
Bug 1146 - help string for test.py with disabled tests
2011-05-19 11:54:32 -07:00
Mitch Watrous
54fa781297
Bug 957 - Issue with test.py
2011-05-13 13:07:57 -07:00
Mitch Watrous
26006abcca
Make test.py not run examples that are not runnable
2011-04-29 09:53:35 -07:00
Mitch Watrous
23209eb41f
Bug 1108 - test.py -e option needs repair
2011-04-26 12:53:50 -07:00
Mitch Watrous
6c0d5166e8
Make examples that were in samples directory run
2011-04-15 13:03:02 -07:00
Josh Pelkey
27080192c3
Merge OpenFlow
2011-03-11 15:21:50 -05:00
Mitch Watrous
3f1b70a2bf
Make test.py handle examples-to-run.py files
2011-03-09 16:49:59 -08:00
Lalith Suresh
728b6200d6
Fixes test.py breakage with topology-reader
2011-03-05 09:33:25 +00:00
Lalith Suresh
f3a7847c3b
Moves mesh, flame and dot11s examples and helpers to respective module folders
2011-03-04 19:14:23 +00:00
Lalith Suresh
1ae8c1b656
Moves devices/* and routing/* to src/
2011-03-04 01:26:54 +00:00
Lalith Suresh
59a2a4f959
Converts csma, emu, tap-bridge, point-to-point, wifi and wimax modules into modular format
2011-03-03 19:54:57 +00:00