1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/tests/integration
2021-06-17 08:26:46 -04:00
..
api-capabilities.sh tests: fix a lot of the integration tests 2020-09-10 17:41:30 +02:00
api-config.sh drop legacy logger 2021-03-17 14:58:45 +00:00
api-nodes.sh drop legacy logger 2021-03-17 14:58:45 +00:00
api-paths.sh drop legacy logger 2021-03-17 14:58:45 +00:00
api-restart.sh tests: fix a lot of the integration tests 2020-09-10 17:41:30 +02:00
api-shutdown.sh tests: fix integration tests for new API 2020-08-17 17:30:21 +02:00
api-stress.sh drop legacy logger 2021-03-17 14:58:45 +00:00
CMakeLists.txt cmake: fix execution of tests 2020-07-01 17:07:17 +02:00
convert.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-average.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-cast.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-decimate.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-dp.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-drop.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-gate.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-limit_rate.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-lua.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-lua_script.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-print.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-scale.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
hook-shift_seq.sh tests: fix a lot of the integration tests 2020-09-10 17:41:30 +02:00
hook-shift_ts.sh tests: fix a lot of the integration tests 2020-09-10 17:41:30 +02: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 ported io/format code to C++ 2021-06-17 08:26:46 -04:00
node-hook.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
node-infiniband.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
node-loopback-socket.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
node-multiple_sources.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
node-mux_demux.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
node-stats.sh tests: fix a lot of the integration tests 2020-09-10 17:41:30 +02:00
node-test_rtt.sh update copyright year to 2020 2020-01-20 17:17:00 +01:00
pipe-loopback-amqp.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-exec.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-file.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-iec61850-9-2.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-loopback.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-mqtt.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-nanomsg.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-rtp-dual.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-rtp-remote.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-rtp-tbf.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-rtp.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-shmem.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-socket-multicast.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-socket-netem.sh tests: disable broken tests 2021-03-19 12:54:25 +00:00
pipe-loopback-socket.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-websocket.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-loopback-zeromq.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
pipe-python-protobuf.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
README.md add README for running integration tests 2019-02-17 22:46:52 +01:00
test-cmp.sh ported io/format code to C++ 2021-06-17 08:26:46 -04:00
test-config.sh tests: fix a lot of the integration tests 2020-09-10 17:41:30 +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