Hi,
Just playing around with CDT v1.95 and recognized some small, but (IMHO) avoidable issues.
1. push_file command
copying a script.sh to the gateway, file permissions are changed
local mgmt: -rwxr----- healthcheck.sh
remote fw; -rw------- healthcheck.sh
-> running a script does not work out of the box
2. create_snapshot name="SNAP"
If on the gateway is already a snapshot called SNAP it does not create a new snapshot
-> After every run of CDT, you need to rename snapshot name.
3. mail sender can't be changed
-> SMTPAUTH/mail submission not supported
Is it really desired design? Can we expect these features in future CDT release?
Regards