Skip to content

Commit

Permalink
[irods#28] Remove stomp-based test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb committed Nov 7, 2022
1 parent 90e1778 commit fd3a799
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 115 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
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 fd3a799

Please sign in to comment.