splunk / pytest-splunk-addon

A Dynamic test tool for Splunk Technology Add-ons
https://splunk.github.io/pytest-splunk-addon/
Apache License 2.0
57 stars 20 forks source link

feat: adding CLEAN_KEYS support #869

Closed harshilgajera-crest closed 1 month ago

harshilgajera-crest commented 1 month ago

Added support for CLEAN_KEYS in Transforms.conf. Added respective e2e test case for the same

Impact on Addons:

Now if Addons have have field names in transforms report which have non-alphanumeric chars then those chars would be first converted to _ and then tests would be generated as by default in splunk CLEAN_KEYS is set to true, so splunk also does the same thing.

Moreover if any report stanza has explicitly set CLEAN_KEYS=false then for those reports field conversion would not happen and tests would be generated as it is.

srv-rr-github-token commented 1 month ago

:tada: This issue has been resolved in version 5.3.0-beta.10 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

srv-rr-github-token commented 3 weeks ago

:tada: This issue has been resolved in version 5.4.0-beta.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: