exchange/src/testing
Christian Grothoff 0846ab93bc
doxygen fixes
2020-08-29 00:37:37 +02:00
..
baseline move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_exchange_api_home consistently use payto URI instead of URL 2020-01-19 17:03:19 +01:00
test_exchange_api_keys_cherry_picking_home consistently use payto URI instead of URL 2020-01-19 17:03:19 +01:00
test_taler_exchange_httpd_home consistently use payto URI instead of URL 2020-01-19 17:03:19 +01:00
.gitignore ignore report directories 2020-03-28 20:47:21 +01:00
afl-generate.sh move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
Makefile.am made a uuid trait 2020-07-09 01:39:42 -04:00
test_auditor_api_expire_reserve_now.conf move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_auditor_api_version.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
test_auditor_api.c fix status code 2020-07-05 16:34:59 +02:00
test_auditor_api.conf typos 2020-03-31 20:57:11 +02:00
test_bank_api_fakebank_twisted.conf config syntax for accounts 2020-01-19 18:48:23 +01:00
test_bank_api_fakebank.conf remove redundant METHOD option, we can derive it from PAYTO_URI 2020-01-19 19:12:47 +01:00
test_bank_api_nexus.conf bank API test: make payto URI use receiver-name, according to standard 2020-06-13 20:50:05 +05:30
test_bank_api_pybank_twisted.conf remove redundant METHOD option, we can derive it from PAYTO_URI 2020-01-19 19:12:47 +01:00
test_bank_api_pybank.conf config syntax for accounts 2020-01-19 18:48:23 +01:00
test_bank_api_twisted.c fix #6480 2020-08-14 14:42:58 +02:00
test_bank_api.c indentation and logging fixes 2020-08-10 08:10:44 +02:00
test_exchange_api_expire_reserve_now.conf move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_exchange_api_interpreter_on-off.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_exchange_api_keys_cherry_picking_extended_2.conf more careful use of TALER_JSON_get_error_code(), limit to cases where we expect to get one 2020-03-10 18:51:08 +01:00
test_exchange_api_keys_cherry_picking_extended.conf move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
test_exchange_api_keys_cherry_picking.c fix indentation 2020-03-29 01:58:38 +01:00
test_exchange_api_keys_cherry_picking.conf typos 2020-03-31 20:57:11 +02:00
test_exchange_api_overlapping_keys_bug.c make DB reset optional in API, use it in tests, but not in the benchmark 2020-03-19 17:56:23 +01:00
test_exchange_api_revocation.c implement #6049 2020-03-28 20:45:53 +01:00
test_exchange_api_twisted.c fix #6480 2020-08-14 14:42:58 +02:00
test_exchange_api_twisted.conf fix misc typos 2020-07-22 23:56:52 +02:00
test_exchange_api.c extend tests to discover corner cases from #6478, fix code to actually work for those cases 2020-08-13 00:45:02 +02:00
test_exchange_api.conf mmap() ToS/PP and pre-compute compressed replies (fixes #6199) 2020-07-21 21:27:08 +02:00
test_taler_exchange_aggregator.c towards changing timestamp in deposit confirmation (tests failing) 2020-07-05 16:35:00 +02:00
test_taler_exchange_wirewatch.c implement #6049 2020-03-28 20:45:53 +01:00
test-taler-exchange-aggregator-postgres.conf typos 2020-03-31 20:57:11 +02:00
test-taler-exchange-wirewatch-postgres.conf typos 2020-03-31 20:57:11 +02:00
testing_api_cmd_auditor_deposit_confirmation.c rename TALER_JSON_hash to TALER_JSON_contract_hash 2020-07-16 00:42:42 +02:00
testing_api_cmd_auditor_exchanges.c make exchange API more uniform in how information is returned 2020-04-05 22:05:38 +02:00
testing_api_cmd_auditor_exec_auditor_dbinit.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_auditor_exec_auditor.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_bank_admin_add_incoming.c remove TALER_TESTING_cmd_admin_add_incoming_with_instance and TALER_EXCHANGE_refund2 2020-07-23 16:19:02 -04:00
testing_api_cmd_bank_admin_check.c removing warnings 2020-03-27 14:05:59 +01:00
testing_api_cmd_bank_check_empty.c typos 2020-03-31 20:57:11 +02:00
testing_api_cmd_bank_check.c removing warnings 2020-03-27 14:05:59 +01:00
testing_api_cmd_bank_history_credit.c GNUNET_free_non_null is gone, use GNUNET_free 2020-07-05 16:58:43 +02:00
testing_api_cmd_bank_history_debit.c GNUNET_free_non_null is gone, use GNUNET_free 2020-07-05 16:58:43 +02:00
testing_api_cmd_bank_transfer.c indentation and logging fixes 2020-08-10 08:10:44 +02:00
testing_api_cmd_batch.c GNUNET_free_non_null is gone, use GNUNET_free 2020-07-05 16:58:43 +02:00
testing_api_cmd_check_keys.c avoid boolean flags, see #6188 2020-07-16 20:27:52 +02:00
testing_api_cmd_deposit.c rename TALER_JSON_hash to TALER_JSON_contract_hash 2020-07-16 00:42:42 +02:00
testing_api_cmd_deposits_get.c rename TALER_JSON_hash to TALER_JSON_contract_hash 2020-07-16 00:42:42 +02:00
testing_api_cmd_exec_aggregator.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_exec_auditor-sign.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_exec_closer.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_exec_keyup.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_exec_transfer.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_exec_wirewatch.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_insert_deposit.c implement new behavior in exchange httpd and libtalerexchange (for #6416) 2020-07-08 21:24:10 +02:00
testing_api_cmd_recoup.c make exchange API more uniform in how information is returned 2020-04-05 22:05:38 +02:00
testing_api_cmd_refresh.c GNUNET_free_non_null is gone, use GNUNET_free 2020-07-05 16:58:43 +02:00
testing_api_cmd_refund.c remove refund_fee from refund confirmation message and signature 2020-07-22 19:29:27 +05:30
testing_api_cmd_revoke.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_rewind.c bugfix 2020-08-02 19:14:33 +02:00
testing_api_cmd_serialize_keys.c fix misc typos 2020-07-22 23:56:52 +02:00
testing_api_cmd_signal.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_sleep.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_cmd_stat.c move rewind command to exchange, add proper support for rewinding in batches, modify API to rewind to label 2020-07-05 16:50:16 +02:00
testing_api_cmd_status.c make exchange API more uniform in how information is returned 2020-04-05 22:05:38 +02:00
testing_api_cmd_transfer_get.c update exchange API to return struct instead of lots of individual args for TALER_EXCHANGE_transfers_get() -- simplifies merchant later 2020-07-05 16:35:00 +02:00
testing_api_cmd_twister_exec_client.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_cmd_wait.c typos 2020-03-31 20:57:11 +02:00
testing_api_cmd_wire.c make exchange API more uniform in how information is returned 2020-04-05 22:05:38 +02:00
testing_api_cmd_withdraw.c test coin_priv re-use with deposit and refresh, update handling of the error code client-side 2020-07-10 23:09:46 +02:00
testing_api_helpers_auditor.c make exchange API more uniform in how information is returned 2020-04-05 22:05:38 +02:00
testing_api_helpers_bank.c doxygen fixes 2020-08-29 00:37:37 +02:00
testing_api_helpers_exchange.c adapt to change in GNUNET_OS_start_process() API (#6188) 2020-07-17 22:37:04 +02:00
testing_api_loop.c merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 2020-07-18 00:44:59 +02:00
testing_api_trait_amount.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_blinding_key.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_cmd.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_coin_priv.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_contract.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_denom_pub.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_denom_sig.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_exchange_pub.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_exchange_sig.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_fresh_coin.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_json.c traits for int64_t and json_t 2020-07-05 16:50:14 +02:00
testing_api_trait_merchant_key.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_number.c traits for int64_t and json_t 2020-07-05 16:50:14 +02:00
testing_api_trait_process.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_reserve_history.c skip tests if ports are unavailable 2020-03-28 20:41:49 +01:00
testing_api_trait_reserve_priv.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_reserve_pub.c implement #6049 2020-03-28 20:45:53 +01:00
testing_api_trait_string.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_trait_time.c testing traits for uint32_t and GNUNET_TIME_Relative 2020-07-05 16:50:14 +02:00
testing_api_trait_uuid.c trait for claim token 2020-07-29 01:26:36 -04:00
testing_api_trait_wtid.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_traits.c move testing logic and integration tests into separate directory 2020-01-19 15:23:33 +01:00
testing_api_twister_helpers.c indentation and logging fixes 2020-08-10 08:10:44 +02:00