8f7c8ae71e
update copyright year to 2019
2019-01-13 00:42:39 +01:00
d18d786801
refactor: list_* -> vlist_*
2019-01-07 10:28:55 +01:00
5b443aeff4
Merge branch 'node-rtp' into develop
2019-01-07 10:20:02 +01:00
e8e7dfbdf1
tests: cleanup skip message of node-infiniband test
2018-12-23 00:09:05 +01:00
4ab23abff8
tests: provide reason for skipping hook-cast test
2018-12-23 00:08:47 +01:00
eb35ae8c5c
tests: improve convert test
2018-12-23 00:08:28 +01:00
345c1a90ad
tests: add tsv format to convert test
2018-12-23 00:08:14 +01:00
Marvin Klimke
40d9bd5368
[WIP] add integration test script for rtp node
...
aparently not yet working.
2018-12-07 15:16:11 +01:00
c090b0bc76
tests: fix python example
2018-12-04 13:27:42 +01:00
3f74b2ad96
tests: fix configuration of shmem test
2018-12-04 11:00:16 +01:00
6338e2fa6e
tests: fix debugging levels
2018-12-04 10:44:50 +01:00
cdc6ff60ed
tests: use port 8080 for non-root execution
2018-12-04 10:43:54 +01:00
8df45ab5fb
tests: fix api-stress test
2018-12-04 00:30:44 +01:00
3a53e27bde
tests: fix api-restart and api-shutdown tests
2018-12-02 03:57:40 +01:00
eef7420579
tests: avoid errors about non-matching address families
2018-12-02 03:11:32 +01:00
ccd53ab350
tests: fix debug levels
2018-12-02 03:11:32 +01:00
8a5aba08f4
tests: use ports > 1024 in order to run without superuser privs
2018-12-02 03:11:32 +01:00
2f37227861
tests: some improvements to pipe socket tests
2018-11-30 21:38:19 +01:00
ff1e01dbfb
tests: use new syntax to configure multiple signals of same type
2018-11-30 21:38:19 +01:00
2f0aebedc2
tests: adding new test for villas-convert
2018-11-30 21:37:52 +01:00
a49920af07
tests: fix integration test for hook shift_ts
2018-11-30 21:37:52 +01:00
40cee5bde3
tests: remove obsolete test case
2018-11-30 21:37:52 +01:00
5ffa34b811
fix warning about signed differ
2018-11-30 21:36:55 +01:00
9fac2a983f
tests: be compatible with BSD getopt() which does not permute the order of positional arguments
2018-11-30 21:36:27 +01:00
d6aa1aea35
tests: use criterions C++ allocators
2018-11-30 21:36:26 +01:00
936be46f13
tests: added more integration tests
2018-11-30 21:36:26 +01:00
120e496814
tests: added new unit test for api capabilities
2018-11-30 21:36:26 +01:00
707affc027
cpp: update unit tests
2018-11-30 21:36:26 +01:00
7f4e69ea4b
refactor: NULL -> nullptr
2018-11-30 21:00:53 +01:00
d72c5604e8
cmake: several improvments to the build system
2018-11-30 21:00:53 +01:00
30576ba7ad
refactoring: move config to villas/node/config.h
2018-11-30 21:00:53 +01:00
23abfcd7e6
tests: ported unit tests to C++
2018-11-30 20:58:15 +01:00
708ea877f1
moved code to new VILLAScommon repo
2018-11-30 20:58:15 +01:00
b4e467d634
do not include tsc.h on non x86 archs ( closes #211 )
2018-11-14 17:08:23 +01:00
1afe25545a
tests: do not rely on external config files
2018-10-28 13:26:13 +01:00
Dennis Potter
44c16d09f4
Latest version of evaluate script in which some minor bugs were removed
2018-10-27 23:38:31 +02:00
Dennis Potter
42ad6e7c69
Script now can add missed steps to median and 3d plots
2018-10-25 02:44:54 +02:00
Dennis Potter
b0179df6d1
Added socket node and changed settings of loopback and shmem node.
2018-10-23 00:11:28 +02:00
Dennis Potter
6d2dfee6a3
New benchmark bash script
...
Replaced the old node-infiniband-benchmark.sh script, which could only run benchmarks for the InfiniBand node-type, by a general script. This script reads configurations from ./configs and executes them in the benchmark environment.
Later, I will add a small README which also contains an image of this environment.
2018-10-22 18:33:03 +02:00
Dennis Potter
32bfe3a0cd
Cleaned up script to generate plots a little more
2018-10-22 13:51:42 +02:00
e23459887f
ci: attempt to fix unit tests
2018-10-21 17:21:27 +01:00
39e29964ab
tests: fix crashes caused by ASLR
2018-10-21 13:05:24 +01:00
4e4b5ca95d
make use of tsc_now() instead of rdtsc() and rdtscp() ( closes #197 )
2018-10-20 16:43:43 +02:00
8eb58e62c1
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
2018-10-20 14:29:54 +02:00
5f72532fba
cmake: fix linking
2018-10-19 13:55:56 +02:00
Dennis Potter
6e16e43833
Started with cleanup of code
2018-10-18 23:59:07 +02:00
Dennis Potter
c91487eb25
Script is now able to plot 3d graphes. Still needs documentation and a major cleanup.
2018-10-18 16:33:45 +02:00
Dennis Potter
e5144575dd
Version is able to plot histograms and medians. Yet to be done before code is cleaned: 3d plots of rate/size combination
2018-10-18 10:21:20 +02:00
Dennis Potter
c639796c97
Initial version of an evaluation script to compare node-types
...
**this is an early version** The code still needs serious cleanup and a lot of options are not yet available.
2018-10-16 01:34:46 +02:00
a76c4d04e3
log: do not use V macro which ambigious when compiling against Eigen3
2018-09-17 22:19:09 +02:00