Skip to content

Commit

Permalink
[#28] Remove stomp-based test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and alanking committed Nov 7, 2022
1 parent cf911c5 commit 626ae1f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 117 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ install(TARGETS ${PLUGIN} LIBRARY DESTINATION ${IRODS_PLUGINS_DIRECTORY}/rule_en

install(
FILES
${CMAKE_SOURCE_DIR}/packaging/test_plugin_audit_amqp.py
${CMAKE_SOURCE_DIR}/packaging/test_audit_plugin.py
${CMAKE_SOURCE_DIR}/packaging/audit_plugin_message_worker.py
${CMAKE_SOURCE_DIR}/packaging/message_broker_consumer.py
Expand All @@ -106,13 +105,6 @@ install(
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)

install(
FILES
${CMAKE_SOURCE_DIR}/packaging/run_audit_plugin_test.py
DESTINATION ${IRODS_HOME_DIRECTORY}/scripts
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)

install(
FILES ${CMAKE_SOURCE_DIR}/scripts/add_audit_rule_engine_to_rule_engines.py
DESTINATION ${IRODS_HOME_DIRECTORY}/scripts
Expand Down
2 changes: 0 additions & 2 deletions packaging/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts/irods
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts/irods/test
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts/irods/test/test_plugin_audit_amqp.py
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts/irods/test/test_audit_plugin.py
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts/irods/test/audit_plugin_message_worker.py
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts/irods/test/message_broker_consumer.py
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts/irods/test/queue_listener.py
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /usr/lib/irods/plugins/rule_engines/libirods_rule_engine_plugin-audit_amqp.so
chown $IRODS_SERVICE_ACCOUNT_NAME:$IRODS_SERVICE_GROUP_NAME /var/lib/irods/scripts/run_audit_plugin_test.py

5 changes: 0 additions & 5 deletions packaging/run_audit_plugin_test.py

This file was deleted.

102 changes: 0 additions & 102 deletions packaging/test_plugin_audit_amqp.py

This file was deleted.

0 comments on commit 626ae1f

Please sign in to comment.