|
c1f83ffd20
|
tests: added stress test for API
|
2017-09-04 10:39:40 +02:00 |
|
|
44c4e9d52f
|
refactor: whitespace changes only
|
2017-09-02 22:02:01 +02:00 |
|
|
76ec183035
|
fix initialization of list
|
2017-09-02 21:06:59 +02:00 |
|
|
da3a056c9a
|
tests: remove some obsolete code
|
2017-08-31 17:25:23 +02:00 |
|
|
d7dd7240db
|
tests: adding unit tests for queue_signalled
|
2017-08-30 12:36:15 +02:00 |
|
|
544aa42723
|
mapping: complete refactoring
|
2017-08-28 17:18:06 +02:00 |
|
|
50b3529c90
|
improved mapping module to support node name prefixes
|
2017-08-28 12:48:15 +02:00 |
|
|
5d0ba771c6
|
Merge branch 'node-test' into develop
# Conflicts:
# include/villas/api/session.h
# lib/api.c
# lib/super_node.c
# lib/web.c
|
2017-08-27 18:44:03 +02:00 |
|
|
d2da63887b
|
tests: remove debugging output from pipe-loopback-websocket
|
2017-08-27 18:01:34 +02:00 |
|
|
fcb90ae5c9
|
tests: add new testcase for websockets, add perfixes and several bug fixes
|
2017-08-27 17:07:04 +02:00 |
|
|
1e8737393f
|
tests: added integration test for print hook
|
2017-08-23 16:49:25 +02:00 |
|
|
92b1ef24ea
|
tests: add low-level IO test
|
2017-08-23 15:45:28 +02:00 |
|
|
ba27640ad0
|
tests: add missing includes
|
2017-08-23 15:45:15 +02:00 |
|
|
5ec67e3134
|
removed superfluous includes
|
2017-08-23 15:05:50 +02:00 |
|
|
723dc9fdaa
|
fix configuration
|
2017-08-20 10:55:05 +02:00 |
|
|
1716a93b5a
|
tests: do not use conf2json anymore
|
2017-08-20 10:54:34 +02:00 |
|
|
0239a15a84
|
tests: fixed unit tests for new io and tasks modules
|
2017-08-20 10:48:44 +02:00 |
|
|
3eea0c67bb
|
- introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
- reworked file node-type to remove in / out directions
|
2017-08-14 14:42:07 +02:00 |
|
|
3feb5a9dab
|
tests: add integration tests for new API actions
|
2017-08-10 17:58:01 +02:00 |
|
|
c5fc72dd78
|
adding pluggable IO formats
|
2017-08-05 21:02:09 +02:00 |
|
|
7eaa93cd36
|
migrate integration tests to new config format
|
2017-08-03 00:21:56 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
7b61a71b93
|
fix: clang compiler warnings
|
2017-07-25 12:07:06 +02:00 |
|
|
d77808368f
|
tests: fix integration
|
2017-07-14 19:26:19 +02:00 |
|
|
77201b6813
|
tests: move integration test script
|
2017-07-14 16:30:49 +02:00 |
|
|
eb471d68ee
|
fix build error
|
2017-07-14 13:43:54 +02:00 |
|
|
4b274626e7
|
loopback: add new loopback node-type to have a more performant replacement for localhost socket-nodes
|
2017-07-14 13:12:48 +02:00 |
|
|
f7608fd653
|
tests: add another valgrind testcase
|
2017-07-13 22:14:15 +02:00 |
|
|
51d80b73ce
|
refactoring: json.c => config_helper.c & sample_io_json.c
|
2017-07-13 22:13:40 +02:00 |
|
|
94ae566091
|
utils: renamed macros for color output
|
2017-07-12 12:18:43 +02:00 |
|
|
6ccb8c674c
|
increase timeout of integration tests
|
2017-07-07 09:57:36 +02:00 |
|
|
913b8d61e5
|
tests: add valgrind test for villas-signal
|
2017-07-07 00:13:46 +02:00 |
|
|
a1c5e6eeae
|
run valgrind tests in debug configuration
|
2017-07-03 00:07:53 +02:00 |
|
|
2b913d4d69
|
tests: fix valgrind warnings
|
2017-07-02 23:57:03 +02:00 |
|
|
d6dec9bc22
|
tests: fix pipe-loopback-shmem
|
2017-07-02 20:00:10 +02:00 |
|
|
b8e6bbed78
|
some cleanup and refactoring
|
2017-07-02 19:37:48 +02:00 |
|
|
dab4a4ebfb
|
tests: improve pipe-loopback-file
|
2017-07-02 19:37:48 +02:00 |
|
|
16f2b22a12
|
file: make flush() configurable
|
2017-07-02 19:37:48 +02:00 |
|
|
14123951ba
|
tests: fix file node-type configuration
|
2017-07-02 18:58:07 +02:00 |
|
|
a7fcd091d4
|
tests: better summary
|
2017-07-02 00:14:42 +02:00 |
|
|
e4fc06ed9e
|
tests: use random data to avoid false positive due to stale data
|
2017-07-02 00:14:18 +02:00 |
|
|
b44289022d
|
tests: remove broken prefixed of node tests
|
2017-07-01 22:03:15 +02:00 |
|
|
9b5e69bb1b
|
tests: add configurable timeout for tests
|
2017-07-01 22:00:23 +02:00 |
|
|
2ec2859b6f
|
tests: use new -l switch of villas-pipe
|
2017-07-01 21:59:19 +02:00 |
|
|
11ecb81ca8
|
tests: make number of samples configurable with -l switch
|
2017-07-01 21:59:18 +02:00 |
|
|
97127b44ca
|
socket: add integration test for new multicast feature
|
2017-06-28 10:41:17 +02:00 |
|
|
8ec24a6a26
|
file: add loopback integration test
|
2017-06-17 18:55:37 +02:00 |
|
|
e8a5a431a3
|
advio: add unit test for large download
|
2017-06-17 18:55:37 +02:00 |
|
|
88057e8feb
|
tests: fix indention of configuration files
|
2017-06-17 18:55:37 +02:00 |
|
|
293884b31b
|
advio: support resumable up and downloads
|
2017-06-17 18:55:37 +02:00 |
|