diff --git a/tests/sh/audit.sh b/tests/sh/audit.sh index f51c9e9..29f5220 100755 --- a/tests/sh/audit.sh +++ b/tests/sh/audit.sh @@ -136,6 +136,8 @@ echo ": ok" # audit-1E2-03 # # test: b2ea4102-40a2-46e5-aca3-398cf4849058 +# plain filter definition +# test: 515ba0be-b571-4a7f-a2a3-28dc1e545228 rm -f $OUTPUT_DIR/* test_name=audit-1E2-03 echo "test: $module/$test_name: " @@ -276,6 +278,8 @@ echo ": ok" # audit-1E2-08 # # test: 85d16b5a-cde9-40d3-9a37-3b7ba7ee7049 +# base64 filter definition +# test: 8bbe1d2a-8548-49cf-9d8b-942242b882bd rm -f $OUTPUT_DIR/* test_name=audit-1E2-08 echo "test: $module/$test_name: " diff --git a/tests/sh/perf.sh b/tests/sh/perf.sh new file mode 100644 index 0000000..4fe26b3 --- /dev/null +++ b/tests/sh/perf.sh @@ -0,0 +1,12 @@ +# #!/bin/bash +# +# This is not a real performance test, see +# $tackler-ng/perf -directory for the actual setup +# +# test: f6ee1b19-c16d-4219-a9cb-3252a38834ee +# desc: 1E3 tests +# +# test: 66b32e8b-ce65-4dc1-9108-5ee5cd009cd3 +# desc: 1E6 tests + +exit 0 diff --git a/tests/sh/reporting-ok.sh b/tests/sh/reporting-ok.sh index c558e33..f7fe64a 100755 --- a/tests/sh/reporting-ok.sh +++ b/tests/sh/reporting-ok.sh @@ -92,3 +92,27 @@ cmp_result $module ${test_name} txt reg cmp_result $module ${test_name} txn equity cmp_result $module ${test_name} txn identity echo ": ok" + +##################################################################### +# +# rep-01 +# +# test: c6da0aef-125f-4d33-9780-ffaa9e724499 +rm -f $OUTPUT_DIR/* +test_name=rep-01 +echo "test: $module/$test_name: " + +$TACKLER_SH \ + --config $SUITE_PATH/$module/ok.toml \ + --input.file $SUITE_PATH/$module/ok/reporting.txn \ + --output.dir $OUTPUT_DIR \ + --output.prefix ${test_name} \ + +echo -n "check:" +cmp_result $module ${test_name} txt bal +cmp_result $module ${test_name} txt balgrp +cmp_result $module ${test_name} txt reg +cmp_result $module ${test_name} txn equity +cmp_result $module ${test_name} txn identity +echo ": ok" +