1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/tests/integration
2019-06-27 01:36:35 +02:00
..
api-capabilities.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
api-config.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
api-nodes.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
api-restart.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
api-shutdown.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
api-stress.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
CMakeLists.txt update copyright year to 2019 2019-01-13 00:42:39 +01:00
convert.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-average.sh tests: add new test for chained hooks in villas-node 2019-03-27 13:46:45 +01:00
hook-cast.sh tests: update hook tests 2019-03-09 00:33:13 +01:00
hook-decimate.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-dp.sh tests: update hook tests 2019-03-09 00:33:13 +01:00
hook-drop.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-gate.sh gate: add integration test 2019-06-27 01:36:35 +02:00
hook-limit_rate.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-print.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-scale.sh tests: update hook tests 2019-03-09 00:33:13 +01:00
hook-shift_seq.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-shift_ts.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-skip_first.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-skip_first2.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
node-hook.sh tests: add new test for chained hooks in villas-node 2019-03-27 13:46:45 +01:00
node-infiniband.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
node-loopback-socket.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
node-mux_demux.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
node-stats.sh tests: fix integration test node-stats 2019-02-17 22:24:49 +01:00
node-test_rtt.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
pipe-file-advio.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
pipe-loopback-amqp.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
pipe-loopback-exec.sh exec: add support for env variables, working directory. non-shell mode 2019-06-23 10:53:10 +02:00
pipe-loopback-file.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
pipe-loopback-iec61850-9-2.sh tests: fix integration/pipe-loopback-iec61850-9-2 2019-03-26 15:53:47 +01:00
pipe-loopback-loopback.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
pipe-loopback-mqtt.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
pipe-loopback-nanomsg.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
pipe-loopback-rtp-dual.sh tests: harmonize output 2019-03-31 22:37:01 +02:00
pipe-loopback-rtp-remote.sh tests: harmonize output 2019-03-31 22:37:01 +02:00
pipe-loopback-rtp-tbf.sh tests: harmonize output 2019-03-31 22:37:01 +02:00
pipe-loopback-rtp.sh tests: harmonize output 2019-03-31 22:37:01 +02:00
pipe-loopback-shmem.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
pipe-loopback-socket-multicast.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
pipe-loopback-socket-netem.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
pipe-loopback-socket.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
pipe-loopback-websocket.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
pipe-loopback-zeromq.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
pipe-python-protobuf.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
README.md add README for running integration tests 2019-02-17 22:46:52 +01:00
test-cmp.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
test-config.sh tests: enable config plausability checks in addition to syntax checks 2019-03-31 22:14:29 +02:00

Integration Tests

Run tests:

$ BUILDDIR=/VILLASnode/build/ /VILLASnode/tools/integration-tests.sh

There are two options for the test script:

-v         Show full test output
-f FILTER  Filter test cases

Example:

$ BUILDDIR=/VILLASnode/build/ /VILLASnode/tools/integration-tests.sh -f pipe-loopback-socket -v