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
2020-08-17 17:30:21 +02:00
..
api-capabilities.sh tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
api-config.sh tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
api-nodes.sh tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
api-paths.sh tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
api-restart.sh tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
api-shutdown.sh tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
api-stress.sh tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
CMakeLists.txt cmake: fix execution of tests 2020-07-01 17:07:17 +02:00
convert.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-average.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-cast.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-decimate.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-dp.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-drop.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-gate.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-limit_rate.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-print.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-scale.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-shift_seq.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-shift_ts.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-skip_first.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
hook-skip_first2.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
node-can.sh can: make integration test find vcan interface automatically 2020-07-09 07:25:37 +02:00
node-hook.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
node-infiniband.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
node-loopback-socket.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
node-mux_demux.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
node-stats.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
node-test_rtt.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-file-advio.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-amqp.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-exec.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-file.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-iec61850-9-2.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-loopback.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-mqtt.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-nanomsg.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-rtp-dual.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-rtp-remote.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-rtp-tbf.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-rtp.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-shmem.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-socket-multicast.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-socket-netem.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-socket.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-websocket.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-zeromq.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-python-protobuf.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
README.md add README for running integration tests 2019-02-17 22:47:16 +01:00
test-cmp.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
test-config.sh update copyright year to 2020 2020-01-20 17:17:00 +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