1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/tests/integration
2019-03-26 15:39:07 +01: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
config-check.sh tests: add integration check to validate example configs 2019-03-26 15:39:07 +01:00
convert.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
hook-average.sh tests: update hook tests 2019-03-09 00:33:13 +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-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-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-file.sh update copyright year to 2019 2019-01-13 00:42:39 +01:00
pipe-loopback-iec61850-9-2.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +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 Merge branch 'node-rtp-2' into develop 2019-03-15 17:37:59 +01:00
pipe-loopback-rtp-remote.sh rtp: small fixes to remote test script, still need to resolve broken pipe problem 2019-03-12 17:00:23 +01:00
pipe-loopback-rtp-tbf.sh Merge branch 'node-rtp-2' into develop 2019-03-15 17:37:59 +01:00
pipe-loopback-rtp.sh tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01: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

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