- Oct 20, 2013
-
-
Enrico Joerns authored
Added braces to highlight test and device names in log output.
-
Enrico Joerns authored
- node configuration is usually independent from test configuration - we might also want to aggregate multiple test directories to a full test suite Thus a setup with 3 different config file types (nodes, tests, suite) is reasonable
-
- Oct 19, 2013
-
-
Enrico Joerns authored
New config option 'repeated' allows to force multiple runs of the same test.
-
Enrico Joerns authored
This makes it possible to work also with an incomplete node set.
-
Enrico Joerns authored
-
- Oct 18, 2013
-
-
Enrico Joerns authored
-
- Oct 13, 2013
-
-
Enrico Joerns authored
Conflicts: Makefile.include core/sys/profiling.c core/sys/test.h cpu/avr/Makefile.avr examples/wsn/Makefile platform/inga/contiki-inga-main.c tools/profiling/profile-neat.py tools/profiling/test/test.py
-
- Jul 23, 2013
-
-
Enrico Joerns authored
-
- Jul 08, 2013
-
-
Enrico Joerns authored
-
- Mar 20, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
With the option one can add text to the graph label
-
- Mar 19, 2012
-
-
Daniel Willmann authored
The address in the AVR is given in words not in bytes. Previously the script handled conversion, but doing it in Contiki should be cleaner.
-
Daniel Willmann authored
This way we can still record useful debugging information like reset reason.
-
Daniel Willmann authored
-
- Mar 03, 2012
-
-
Daniel Willmann authored
-
- Feb 16, 2012
-
-
Daniel Willmann authored
Supply contiki as testcase classname as jenkins doesn't play nice with an empty name
-
- Feb 15, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
There was a problem where the test wouldn't retrieve all queue items after all the threads were finished. This resulted in some of the reports missing from the logs.
-
- Feb 14, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
This hopefully resolves an issue where one device in a test didn't start recording.
-
Daniel Willmann authored
This is useful when testing something making small changes and rerunning the test.
-
- Feb 13, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
The devices now don't create an extra directory inside the test cases which is much clearer now.
-
Daniel Willmann authored
This makes sure that on directories are created for the tests that are disabled.
-
- Feb 11, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
* Include failure reason in the final report * Return value now indicates how many tests failed
-
- Feb 10, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
This fixed a problem in Ubuntu where avr-gcc did not find cc1
-
- Feb 08, 2012
-
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
* TEST_REPORT can be used multiple times within a program in order to report metrics of different tests performed. * TEST_PASS now takes no argument * TEST_FAIL returns a failure reason * Adapt the programs using it
-
Daniel Willmann authored
-
Daniel Willmann authored
-
Daniel Willmann authored
-