This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from 2ca48c2d55 Merge pull request #3069 from hansva/master
new afdd386d28 task #1992 Cleanup XML of action SNMP Trap
new ed5e047a54 minor code cleanup and add integration-test, fixes #1992
new e87787954f Merge pull request #3067 from gvdutra/1992
The 5937 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../actions/snowflake/src/assembly/assembly.xml | 2 +-
...tests-mail.yaml => integration-tests-snmp.yaml} | 17 +-
.../snmp/001-check-log.hpl | 206 +++++++++++----------
.../dev-env-config.json | 4 -
.../{actions => snmp}/hop-config.json | 0
.../main-001-snmp-trap-test.hwf} | 122 ++++++------
.../metadata/pipeline-run-configuration/local.json | 0
.../metadata/workflow-run-configuration/local.json | 0
.../project-config.json | 0
.../workflow/actions/snmptrap/ActionSNMPTrap.java | 114 ++++--------
.../actions/snmptrap/ActionSNMPTrapDialog.java | 20 +-
.../actions/snmptrap/ActionSNMPTrapTest.java} | 51 ++---
.../snmptrap/WorkflowActionSNMPTrapTest.java | 20 +-
.../src/test/resources/snmp-trap-action.xml | 41 ++++
14 files changed, 290 insertions(+), 307 deletions(-)
copy docker/integration-tests/{integration-tests-mail.yaml =>
integration-tests-snmp.yaml} (79%)
copy
plugins/transforms/metainject/src/main/samples/metadata-injection/read-file-template.hpl
=> integration-tests/snmp/001-check-log.hpl (69%)
copy integration-tests/{parameters_and_variables => snmp}/dev-env-config.json
(70%)
copy integration-tests/{actions => snmp}/hop-config.json (100%)
copy integration-tests/{beam_directrunner/main-0004-merge-join.hwf =>
snmp/main-001-snmp-trap-test.hwf} (68%)
copy integration-tests/{actions =>
snmp}/metadata/pipeline-run-configuration/local.json (100%)
copy integration-tests/{actions =>
snmp}/metadata/workflow-run-configuration/local.json (100%)
copy integration-tests/{beam_directrunner => snmp}/project-config.json (100%)
copy
plugins/actions/{mailvalidator/src/test/java/org/apache/hop/workflow/actions/mailvalidator/ActionMailValidatorTest.java
=>
snmptrap/src/test/java/org/apache/hop/workflow/actions/snmptrap/ActionSNMPTrapTest.java}
(58%)
create mode 100644
plugins/actions/snmptrap/src/test/resources/snmp-trap-action.xml