]> git.proxmox.com Git - pve-cluster.git/commit
add some dev test scripts for evaluating a few IPC calls hands on
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Jan 2020 17:15:56 +0000 (18:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Jan 2020 17:24:04 +0000 (18:24 +0100)
commit10a871e8475383175501ff733bac186030566600
treef2ad785f2b6fac281c98081b7679838d12bf216b
parent92f54a87b65e9b683eb005c490cbfb6c10dc3f35
add some dev test scripts for evaluating a few IPC calls hands on

simple stuff and not a real unit or regression test, still useful
when checking how/if something works or benchmarking..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/test/scripts/benchmark-config-get-property.pl [new file with mode: 0755]
data/test/scripts/test-broadcast-kv.pl [new file with mode: 0755]
data/test/scripts/test-config-get-property.pl [new file with mode: 0755]
data/test/scripts/test-verify-token.pl [new file with mode: 0755]