From 7786d20c86a6fc6576d187d8c21b61235cbaa4ea Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 1 Oct 2021 09:47:24 -0500 Subject: [PATCH] Added unit test for StatisticsSenderService --- Utilities/StorageFactory/test/BuildFile.xml | 1 + .../StorageFactory/test/make_2nd_file_cfg.py | 10 +++++ .../test/make_test_files_cfg.py | 20 +++++++++ .../test/test_file_statistics_sender.sh | 41 +++++++++++++++++ .../test_multi_file_statistics_sender_cfg.py | 10 +++++ ...ltiple_files_file_statistics_sender_cfg.py | 10 +++++ ...st_secondary_file_statistics_sender_cfg.py | 44 +++++++++++++++++++ .../test_single_file_statistics_sender_cfg.py | 11 +++++ 8 files changed, 147 insertions(+) create mode 100644 Utilities/StorageFactory/test/make_2nd_file_cfg.py create mode 100644 Utilities/StorageFactory/test/make_test_files_cfg.py create mode 100755 Utilities/StorageFactory/test/test_file_statistics_sender.sh create mode 100644 Utilities/StorageFactory/test/test_multi_file_statistics_sender_cfg.py create mode 100644 Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py create mode 100644 Utilities/StorageFactory/test/test_secondary_file_statistics_sender_cfg.py create mode 100644 Utilities/StorageFactory/test/test_single_file_statistics_sender_cfg.py diff --git a/Utilities/StorageFactory/test/BuildFile.xml b/Utilities/StorageFactory/test/BuildFile.xml index 1ef9d5b865f8f..25578023ce536 100644 --- a/Utilities/StorageFactory/test/BuildFile.xml +++ b/Utilities/StorageFactory/test/BuildFile.xml @@ -42,6 +42,7 @@ +